| /tonic/tonic/src/server/ |
| H A D | service.rs | 12 type Response; typedef 25 type Response = M2; typedef 39 type Response; typedef 56 type Response = M2; typedef 71 type Response; typedef 84 type Response = M2; typedef 98 type Response; typedef 115 type Response = M2; typedef
|
| H A D | grpc.rs | 223 ) -> http::Response<Body> in unary() argument 266 ) -> http::Response<Body> in server_streaming() argument 307 ) -> http::Response<Body> in client_streaming() argument 340 ) -> http::Response<Body> in streaming() argument
|
| /tonic/tonic/src/ |
| H A D | response.rs | 7 pub struct Response<T> { struct 13 impl<T> Response<T> { impl 130 impl<T> From<T> for Response<T> { implementation
|
| /tonic/tests/default_stubs/src/ |
| H A D | lib.rs | 21 async fn unary(&self, _: Request<()>) -> Result<Response<()>, Status> { in unary() 32 async fn client_stream(&self, _: Request<Streaming<()>>) -> Result<Response<()>, Status> { in client_stream()
|
| /tonic/tests/deprecated_methods/proto/ |
| H A D | test.proto | 14 message Response {} message
|
| /tonic/tests/compression/src/ |
| H A D | lib.rs | 57 async fn compress_input_unary(&self, req: Request<SomeData>) -> Result<Response<()>, Status> { in compress_input_unary() 79 ) -> Result<Response<()>, Status> { in compress_input_client_stream()
|
| H A D | compressing_response.rs | 25 type Response = S::Response; in client_enabled_server_enabled() typedef 211 type Response = S::Response; in client_disabled() typedef
|
| /tonic/tonic/src/transport/channel/service/ |
| H A D | connection.rs | 105 type Response = Response<Body>; typedef 143 type Response = Response<Body>; typedef 181 type Response = SendRequest; typedef
|
| H A D | add_origin.rs | 35 type Response = T::Response; typedef
|
| H A D | user_agent.rs | 33 type Response = T::Response; typedef
|
| H A D | connector.rs | 40 type Response = BoxedIo; typedef
|
| /tonic/tonic/benches-disabled/benchmarks/compiled_protos/ |
| H A D | helloworld.rs | 113 type Response = GreeterServerSvc<T>; typedef 124 type Response = http::Response<tonic::body::BoxBody>; typedef 136 type Response = super::HelloReply; in call() typedef
|
| /tonic/tonic/src/transport/server/ |
| H A D | mod.rs | 549 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve() argument 569 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve_with_shutdown() argument 590 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve_with_incoming() argument 613 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve_with_incoming_shutdown() argument 635 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve_internal() argument 778 S: HyperService<Request<Incoming>, Response = Response<B>> + Clone + Send + 'static, in serve_connection() argument 880 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve() argument 903 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve_with_shutdown() argument 931 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve_with_incoming() argument 994 type Response = Response<Body>; typedef [all …]
|
| /tonic/examples/src/h2c/ |
| H A D | client.rs | 50 type Response = http::Response<Incoming>; typedef
|
| H A D | server.rs | 88 type Response = hyper::Response<Body>; typedef
|
| /tonic/examples/src/tower/ |
| H A D | client.rs | 61 type Response = Response<Body>; typedef
|
| H A D | server.rs | 89 type Response = S::Response; typedef
|
| /tonic/tonic-health/src/generated/ |
| H A D | grpc_health_v1.rs | 97 Response = http::Response< in with_interceptor() argument 318 type Response = http::Response<tonic::body::Body>; typedef 336 type Response = super::HealthCheckResponse; in call() typedef 381 type Response = super::HealthCheckResponse; in call() typedef
|
| /tonic/tonic-web/src/ |
| H A D | service.rs | 52 type Response = S::Response; typedef 259 type Response = Response<Body>; typedef 278 S: Service<http::Request<Body>, Response = http::Response<Body>>, in enable() argument
|
| H A D | client.rs | 55 type Response = Response<GrpcWebCall<B2>>; typedef
|
| /tonic/tests/integration_tests/tests/ |
| H A D | origin.rs | 90 type Response = T::Response; typedef
|
| H A D | complex_tower_middleware.rs | 60 type Response = http::Response<MyBody<ResBody>>; typedef
|
| /tonic/tonic-reflection/src/generated/ |
| H A D | grpc_reflection_v1.rs | 186 Response = http::Response< in with_interceptor() argument 359 type Response = http::Response<tonic::body::Body>; typedef 377 type Response = super::ServerReflectionResponse; in call() typedef
|
| H A D | grpc_reflection_v1alpha.rs | 186 Response = http::Response< in with_interceptor() argument 359 type Response = http::Response<tonic::body::Body>; typedef 377 type Response = super::ServerReflectionResponse; in call() typedef
|
| /tonic/tonic/src/service/ |
| H A D | layered.rs | 26 type Response = S::Response; typedef
|