Searched defs:Body (Results 1 – 9 of 9) sorted by relevance
| /tonic/tonic/src/ |
| H A D | body.rs | 12 pub struct Body { struct 22 impl Body { impl 61 impl Default for Body { implementation 67 impl http_body::Body for Body { implementation
|
| /tonic/tonic/src/client/ |
| H A D | grpc.rs | 201 T: GrpcService<Body>, in ready() 214 T: GrpcService<Body>, in unary() 233 T: GrpcService<Body>, in client_streaming() 270 T: GrpcService<Body>, in server_streaming() 289 T: GrpcService<Body>, in streaming() 329 T: GrpcService<Body>, in create_response() 372 fn prepare_request(&self, request: Request<Body>, path: PathAndQuery) -> http::Request<Body> { in prepare_request()
|
| /tonic/tonic/src/service/ |
| H A D | router.rs | 28 S: Service<Request<Body>, Error = Infallible> in add_service() 60 S: Service<Request<Body>, Error = Infallible> in new() 80 S: Service<Request<Body>, Error = Infallible> in add_service()
|
| /tonic/tonic/src/transport/server/ |
| H A D | mod.rs | 403 S: Service<Request<Body>, Error = Infallible> in add_service() 427 S: Service<Request<Body>, Error = Infallible> in add_optional_service() 549 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve() 569 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve_with_shutdown() 590 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve_with_incoming() 613 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve_with_incoming_shutdown() 635 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve_internal() 837 S: Service<Request<Body>, Error = Infallible> in add_service() 857 S: Service<Request<Body>, Error = Infallible> in add_optional_service() 880 L::Service: Service<Request<Body>, Response = Response<ResBody>> + Clone + Send + 'static, in serve() [all …]
|
| /tonic/tests/web/tests/ |
| H A D | grpc_web.rs | 111 fn build_request(base_uri: String, content_type: &str, accept: &str) -> Request<Body> { in build_request()
|
| /tonic/tonic-reflection/src/generated/ |
| H A D | grpc_reflection_v1.rs | 185 http::Request<tonic::body::Body>, in with_interceptor() 191 http::Request<tonic::body::Body>, in with_interceptor()
|
| H A D | grpc_reflection_v1alpha.rs | 185 http::Request<tonic::body::Body>, in with_interceptor() 191 http::Request<tonic::body::Body>, in with_interceptor()
|
| /tonic/tonic-health/src/generated/ |
| H A D | grpc_health_v1.rs | 96 http::Request<tonic::body::Body>, in with_interceptor() 102 http::Request<tonic::body::Body>, in with_interceptor()
|
| /tonic/tonic-web/src/ |
| H A D | service.rs | 276 fn enable<S>(service: S) -> tower_http::cors::Cors<GrpcWebService<S>> in enable()
|