Home
last modified time | relevance | path

Searched defs:Body (Results 1 – 9 of 9) sorted by relevance

/tonic/tonic/src/
H A Dbody.rs12 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 Dgrpc.rs201 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 Drouter.rs28 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 Dmod.rs403 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 Dgrpc_web.rs111 fn build_request(base_uri: String, content_type: &str, accept: &str) -> Request<Body> { in build_request()
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs185 http::Request<tonic::body::Body>, in with_interceptor()
191 http::Request<tonic::body::Body>, in with_interceptor()
H A Dgrpc_reflection_v1alpha.rs185 http::Request<tonic::body::Body>, in with_interceptor()
191 http::Request<tonic::body::Body>, in with_interceptor()
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs96 http::Request<tonic::body::Body>, in with_interceptor()
102 http::Request<tonic::body::Body>, in with_interceptor()
/tonic/tonic-web/src/
H A Dservice.rs276 fn enable<S>(service: S) -> tower_http::cors::Cors<GrpcWebService<S>> in enable()