Home
last modified time | relevance | path

Searched refs:scheme (Results 1 – 5 of 5) sorted by relevance

/tonic/tonic/src/transport/channel/service/
H A Dadd_origin.rs11 scheme: Option<Scheme>, field
18 scheme, authority, .. in new()
23 scheme, in new()
44 if self.scheme.is_none() || self.authority.is_none() { in call()
57 uri.scheme = self.scheme.clone(); in call()
/tonic/interop/src/bin/
H A Dclient.rs32 let scheme = if matches.use_tls { "https" } else { "http" }; in main() localVariable
35 let mut endpoint = Endpoint::try_from(format!("{}://localhost:10000", scheme))? in main()
/tonic/tonic/src/transport/channel/
H A Dendpoint.rs54 if me.uri.scheme() == Some(&http::uri::Scheme::HTTPS) { in new()
/tonic/tonic-types/proto/
H A Derror_details.proto36 // fail, clients should use an exponential backoff scheme to gradually increase
/tonic/
H A DCHANGELOG.md120 * **examples:** Use https scheme when using tls ([#1466](https://github.com/hyperium/tonic/issues/1…
121 * **tls:** Don't use tls w/ `http` scheme ([#1454](https://github.com/hyperium/tonic/issues/1454)) …