| /tonic/examples/src/authentication/ |
| H A D | server.rs | 37 Some(t) if token == t => Ok(req), in check_auth()
|
| /tonic/tonic/src/transport/channel/ |
| H A D | endpoint.rs | 475 fn try_from(t: Bytes) -> Result<Self, Self::Error> { in try_from() 476 Self::from_shared(t) in try_from() 483 fn try_from(t: String) -> Result<Self, Self::Error> { in try_from() 484 Self::from_shared(t.into_bytes()) in try_from() 491 fn try_from(t: &'static str) -> Result<Self, Self::Error> { in try_from() 492 Self::from_shared(t.as_bytes()) in try_from()
|
| /tonic/tonic/src/transport/server/ |
| H A D | incoming.rs | 70 let keepalive = keepalive.map(|t| TcpKeepalive::new().with_time(t)); in with_keepalive()
|
| /tonic/tonic/src/server/ |
| H A D | grpc.rs | 16 macro_rules! t { macro 318 let request = t!(self.map_request_streaming(req)); in client_streaming() 352 let request = t!(self.map_request_streaming(req)); in streaming() 429 let response = t!(response); in map_response()
|
| /tonic/tonic/src/metadata/ |
| H A D | value.rs | 493 ($($name:ident: $t:ident => $max_len:expr),*) => {$( 494 impl From<$t> for MetadataValue<Ascii> { 495 fn from(num: $t) -> MetadataValue<Ascii> { 505 let n: $t = 55; 509 let n = $t::MAX; 591 fn from(t: &'a MetadataValue<VE>) -> Self { in from() 592 t.clone() in from()
|
| /tonic/interop/proto/grpc/testing/ |
| H A D | messages.proto | 29 // DEPRECATED, don't use. To be removed shortly. 38 // DEPRECATED, don't use. To be removed shortly. 54 // DEPRECATED, don't use. To be removed shortly. 133 // DEPRECATED, don't use. To be removed shortly.
|
| /tonic/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 3 about: If something isn't working as expected .
|
| /tonic/tonic/src/codec/ |
| H A D | encode.rs | 332 .map(|t| t.map(Frame::trailers)) in poll_frame()
|
| /tonic/examples/proto/googleapis/google/api/ |
| H A D | resource.proto | 126 // For flexible resources, the resource name doesn't contain parent names, but 200 // type. The DNS prefix of the full resource name shouldn't be specified here. 289 // doesn't have a fixed resource type.
|
| H A D | http.proto | 180 // which don't use the URL at all for transferring data.
|
| /tonic/examples/ |
| H A D | helloworld-tutorial.md | 3 …ence as well as an understanding of what [protocol buffers] are. If you don't, feel free to read u… 11 [rustup] is a convenient tool to install it, if you haven't already. 271 The client is much simpler than the server as we don't need to implement any service methods, just … 290 That's it! Our complete client file should look something like below, if it doesn't please go back …
|
| H A D | routeguide-tutorial.md | 33 [rustup] is a convenient tool to install it, if you haven't already.
|
| /tonic/tonic-types/proto/ |
| H A D | error_details.proto | 59 // calling project hasn't enabled the service in the developer console, then 224 // project hasn't enabled the accessed service, this can contain a URL pointing
|
| /tonic/ |
| H A D | README.md | 58 question. If that doesn't work, try opening an [issue] with the question.
|
| H A D | CONTRIBUTING.md | 6 There are opportunities to contribute to `tonic` at any level. It doesn't 227 That said, if you have a number of commits that are "checkpoints" and don't 292 This is a big part of the submission process so don't be discouraged! Some
|
| H A D | CHANGELOG.md | 121 * **tls:** Don't use tls w/ `http` scheme ([#1454](https://github.com/hyperium/tonic/issues/1454)) … 250 * don't enable default features in tower ([#972](https://github.com/hyperium/tonic/issues/972)) ([b… 375 * **tonic:** don't include error's cause in Display impl ([#633](https://github.com/hyperium/tonic/… 376 * **tonic:** don't remove reserved headers in interceptor ([#701](https://github.com/hyperium/tonic… 543 * **build:** Don't replace extern_paths ([#261](https://github.com/hyperium/tonic/issues/261)) ([1b…
|
| /tonic/examples/proto/googleapis/google/pubsub/v1/ |
| H A D | pubsub.proto | 414 // If the corresponding topic doesn't exist, returns `NOT_FOUND`. 567 // If the requested subscription doesn't exist, returns `NOT_FOUND`. 739 // subscriptions don't receive messages from their topic and don't retain any
|
| /tonic/examples/data/gcp/ |
| H A D | roots.pem | 752 6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG 1097 v4dfxn+G07IwXNb9rfF73OX4YJYJkhD10FPe+3t+c4isUoh7SqbKSaZeqKeMWhG8
|