Home
last modified time | relevance | path

Searched refs:from_http (Results 1 – 5 of 5) sorted by relevance

/tonic/tonic/src/
H A Dresponse.rs73 pub(crate) fn from_http(res: http::Response<T>) -> Self { in from_http() method
H A Drequest.rs169 pub fn from_http(http: http::Request<T>) -> Self { in from_http() method
/tonic/tonic/src/service/
H A Dinterceptor.rs138 let req = crate::Request::from_http(req); in call()
/tonic/tonic/src/client/
H A Dgrpc.rs367 Ok(Response::from_http(response)) in create_response()
/tonic/tonic/src/server/
H A Dgrpc.rs416 Ok(Request::from_http(request)) in map_request_streaming()