Searched refs:domain (Results 1 – 7 of 7) sorted by relevance
| /tonic/tonic-types/src/richer_error/std_messages/ |
| H A D | error_info.rs | 25 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 D | tls.rs | 12 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 D | tls.rs | 24 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 D | mod.rs | 159 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 D | error_details.proto | 94 // "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 D | google_rpc.rs | 135 pub domain: ::prost::alloc::string::String, field
|
| /tonic/ |
| H A D | CHANGELOG.md | 570 * **transport:** Use Uri host if no domain for tls ([#244](https://github.com/hyperium/tonic/issues…
|