Home
last modified time | relevance | path

Searched defs:Response (Results 1 – 25 of 35) sorted by relevance

12

/tonic/tonic/src/server/
H A Dservice.rs12 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 Dgrpc.rs223 ) -> 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 Dresponse.rs7 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 Dlib.rs21 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 Dtest.proto14 message Response {} message
/tonic/tests/compression/src/
H A Dlib.rs57 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 Dcompressing_response.rs25 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 Dconnection.rs105 type Response = Response<Body>; typedef
143 type Response = Response<Body>; typedef
181 type Response = SendRequest; typedef
H A Dadd_origin.rs35 type Response = T::Response; typedef
H A Duser_agent.rs33 type Response = T::Response; typedef
H A Dconnector.rs40 type Response = BoxedIo; typedef
/tonic/tonic/benches-disabled/benchmarks/compiled_protos/
H A Dhelloworld.rs113 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 Dmod.rs549 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 Dclient.rs50 type Response = http::Response<Incoming>; typedef
H A Dserver.rs88 type Response = hyper::Response<Body>; typedef
/tonic/examples/src/tower/
H A Dclient.rs61 type Response = Response<Body>; typedef
H A Dserver.rs89 type Response = S::Response; typedef
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs97 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 Dservice.rs52 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 Dclient.rs55 type Response = Response<GrpcWebCall<B2>>; typedef
/tonic/tests/integration_tests/tests/
H A Dorigin.rs90 type Response = T::Response; typedef
H A Dcomplex_tower_middleware.rs60 type Response = http::Response<MyBody<ResBody>>; typedef
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs186 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 Dgrpc_reflection_v1alpha.rs186 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 Dlayered.rs26 type Response = S::Response; typedef

12