Home
last modified time | relevance | path

Searched refs:Client (Results 1 – 12 of 12) sorted by relevance

/tonic/examples/
H A DREADME.md31 ### 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 Dhelloworld-tutorial.md125 ## Generating Server and Client code
258 ## Writing our Client
H A Drouteguide-tutorial.md427 #### Client-side streaming RPC
685 #### Client-side streaming RPC
/tonic/examples/src/h2c/
H A Dclient.rs4 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 Dgrpc.rs126 type Client = TestClient<Channel>; typedef
128 async fn spawn() -> Result<(Client, Client, Client, Client), Error> { in spawn()
H A Dgrpc_web.rs9 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 Dclient.rs12 let client = hyper_util::client::legacy::Client::builder(TokioExecutor::new()).build_http(); in main()
/tonic/tonic/src/codec/
H A Dencode.rs211 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 Dclient.rs53 let client = hyper_util::client::legacy::Client::builder(TokioExecutor::new()).build(connector); in main()
/tonic/interop/proto/grpc/testing/
H A Dmessages.proto95 // Client-streaming request.
109 // Client-streaming response.
157 // Client tells server what reconnection parameters it used.
/tonic/tonic-types/
H A DREADME.md72 ### Client Side: Extracting an [`ErrorDetails`] struct from [`tonic::Status`]
/tonic/
H A DCHANGELOG.md105 * **web:** Client decoding incomplete buffer bug ([#1540](https://github.com/hyperium/tonic/issues/…