Home
last modified time | relevance | path

Searched refs:domain (Results 1 – 7 of 7) sorted by relevance

/tonic/tonic-types/src/richer_error/std_messages/
H A Derror_info.rs25 pub domain: String, field
39 domain: impl Into<String>, in new()
44 domain: domain.into(), in new()
52 self.reason.is_empty() && self.domain.is_empty() && self.metadata.is_empty() in is_empty()
87 domain: error_info.domain, in from()
97 domain: error_info.domain, in from()
/tonic/tonic/src/transport/channel/
H A Dtls.rs12 domain: Option<String>, field
33 domain: Some(domain_name.into()), in domain_name()
125 let domain = match &self.domain { in into_tls_connector() localVariable
126 Some(domain) => domain, in into_tls_connector()
133 domain, in into_tls_connector()
/tonic/tonic/src/transport/channel/service/
H A Dtls.rs24 domain: Arc<ServerName<'static>>, field
34 domain: &str, in new()
99 domain: Arc::new(ServerName::try_from(domain)?.to_owned()), in new()
109 .connect(self.domain.as_ref().to_owned(), io) in connect()
/tonic/tonic-types/src/richer_error/error_details/
H A Dmod.rs159 domain: impl Into<String>, in with_error_info()
163 error_info: Some(ErrorInfo::new(reason, domain, metadata)), in with_error_info()
566 domain: impl Into<String>, in set_error_info()
569 self.error_info = Some(ErrorInfo::new(reason, domain, metadata)); in set_error_info()
/tonic/tonic-types/proto/
H A Derror_details.proto94 // "domain": "googleapis.com"
107 // "domain": "spanner.googleapis.com",
116 // domain of errors. This should be at most 63 characters and match
120 // The logical grouping to which the "reason" belongs. The error domain
123 // generated by some common infrastructure, the error domain must be a
125 // infrastructure, the error domain is "googleapis.com".
126 string domain = 2; field
/tonic/tonic-types/src/generated/
H A Dgoogle_rpc.rs135 pub domain: ::prost::alloc::string::String, field
/tonic/
H A DCHANGELOG.md570 * **transport:** Use Uri host if no domain for tls ([#244](https://github.com/hyperium/tonic/issues…