Searched refs:Client (Results 1 – 12 of 12) sorted by relevance
| /tonic/examples/ |
| H A D | README.md | 31 ### Client subsection 45 ### Client subsection 59 ### Client subsection 73 ### Client subsection 87 ### Client subsection 101 ### Client subsection 163 ### Client using the `ErrorDetails` struct 169 ### Client using a vector of error message types
|
| H A D | helloworld-tutorial.md | 125 ## Generating Server and Client code 258 ## Writing our Client
|
| H A D | routeguide-tutorial.md | 427 #### Client-side streaming RPC 685 #### Client-side streaming RPC
|
| /tonic/examples/src/h2c/ |
| H A D | client.rs | 4 use hyper_util::client::legacy::Client; 15 client: Client::builder(TokioExecutor::new()).build_http(), in main() 39 client::legacy::{connect::HttpConnector, Client}, 46 pub client: Client<HttpConnector, Body>,
|
| /tonic/tests/web/tests/ |
| H A D | grpc.rs | 126 type Client = TestClient<Channel>; typedef 128 async fn spawn() -> Result<(Client, Client, Client, Client), Error> { in spawn()
|
| H A D | grpc_web.rs | 9 use hyper_util::client::legacy::Client; 25 let client = Client::builder(TokioExecutor::new()).build_http(); in binary_request() 48 let client = Client::builder(TokioExecutor::new()).build_http(); in text_request()
|
| /tonic/examples/src/grpc-web/ |
| H A D | client.rs | 12 let client = hyper_util::client::legacy::Client::builder(TokioExecutor::new()).build_http(); in main()
|
| /tonic/tonic/src/codec/ |
| H A D | encode.rs | 211 Client, enumerator 250 role: Role::Client, in new_client() 285 Role::Client => None, in trailers() 323 Role::Client => Some(Err(status)).into(), in poll_frame()
|
| /tonic/examples/src/tls_rustls/ |
| H A D | client.rs | 53 let client = hyper_util::client::legacy::Client::builder(TokioExecutor::new()).build(connector); in main()
|
| /tonic/interop/proto/grpc/testing/ |
| H A D | messages.proto | 95 // Client-streaming request. 109 // Client-streaming response. 157 // Client tells server what reconnection parameters it used.
|
| /tonic/tonic-types/ |
| H A D | README.md | 72 ### Client Side: Extracting an [`ErrorDetails`] struct from [`tonic::Status`]
|
| /tonic/ |
| H A D | CHANGELOG.md | 105 * **web:** Client decoding incomplete buffer bug ([#1540](https://github.com/hyperium/tonic/issues/…
|