Home
last modified time | relevance | path

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

/tonic/interop/proto/grpc/testing/
H A Dtest.proto16 // of unary/streaming requests/responses.
36 // satisfy subsequent requests.
44 // A sequence of requests followed by one response (streamed upload).
49 // A sequence of requests with each request served by the server immediately.
55 // A sequence of requests followed by a sequence of responses.
56 // The server buffers all the client requests and then serves them in order. A
/tonic/tonic-web/
H A DREADME.md3 Enables tonic servers to handle requests from `grpc-web` clients directly,
9 and allow the tonic server to accept HTTP/1.1 requests:
/tonic/tonic-reflection/proto/
H A Dreflection_v1alpha.proto23 // all related requests go to a single server.
32 // fields in message_request. The server distinguishes requests by their
79 // file_containing_extension requests with transitive dependencies.
83 // that were previously sent in response to earlier requests in the stream.
86 // This message is used to answer all_extension_numbers_of_type requests.
89 // This message is used to answer list_services requests.
H A Dreflection_v1.proto33 // all related requests go to a single server.
42 // fields in message_request. The server distinguishes requests by their
89 // file_containing_extension requests with transitive dependencies.
93 // that were previously sent in response to earlier requests in the stream.
96 // This message is used to answer all_extension_numbers_of_type requests.
99 // This message is used to answer list_services requests.
/tonic/examples/proto/googleapis/google/api/
H A Dfield_behavior.proto44 // is required in requests, or given as output but ignored as input).
70 // This indicates that the field is provided in requests, and the
/tonic/examples/
H A Dhelloworld-tutorial.md170 ….into_inner().name), // We must use .into_inner() as the fields of gRPC requests and responses are…
242 If you have a gRPC GUI client such as [Bloom RPC] you should be able to send requests to the server…
244 Or if you use [grpcurl] then you can simply try send requests like this:
271 …the server as we don't need to implement any service methods, just make requests. Here is a Tokio …
318 … server which implements our SayHello service, and a client which makes requests to our server. Yo…
H A Drouteguide-tutorial.md224 - Running a gRPC server to listen for requests from clients.
555 To handle requests, `Tonic` uses [Tower] and [hyper] internally. What this means,
557 for example, add an [interceptor][authentication-example] to process requests before they reach our…
/tonic/interop/src/
H A Dclient.rs85 let requests = REQUEST_LENGTHS.iter().map(|len| StreamingInputCallRequest { in client_streaming() localVariable
90 let stream = tokio_stream::iter(requests); in client_streaming()
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dpubsub.proto126 // subscription are dropped. Subsequent `Pull` and `StreamingPull` requests
199 // server; it is ignored if it is set in any requests.
421 // API requests, you must specify a name in the request.
501 // there are too many concurrent pull requests pending for the given
576 // REST API requests, you must specify a name in the request.
740 // backlog. `Pull` and `StreamingPull` requests will return
862 // push requests. This can be used with push endpoints that are private by
863 // default to allow requests only from the Cloud Pub/Sub system, for example.
1070 // subsequent requests from client to server.
1108 // requests from client to server. The minimum deadline you can specify is 10
[all …]
/tonic/tonic-types/proto/
H A Derror_details.proto35 // receiving the error response before retrying. If retrying requests also
190 // it. For example, it can be used to identify requests in the service's logs.
/tonic/
H A DCONTRIBUTING.md118 Even tiny pull requests (e.g., one character pull request fixing a typo in API
291 You will probably get feedback or requests for changes to your Pull Request.
360 Nits (requests for small changes that are not essential) are fine, but try to
374 Be aware that *how* you communicate requests and reviews in your feedback can
H A DCHANGELOG.md330 * **tonic:** fix extensions disappearing during streaming requests ([5c1bb90](https://github.com/hy…
473 * **transport:** add user-agent header to client requests. ([#457](https://github.com/hyperium/toni…