Home
last modified time | relevance | path

Searched refs:from_http_parts (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic/src/
H A Drequest.rs160 pub(crate) fn from_http_parts(parts: http::request::Parts, message: T) -> Self { in from_http_parts() method
171 Request::from_http_parts(parts, message) in from_http()
/tonic/tonic/src/server/
H A Dgrpc.rs388 let mut req = Request::from_http_parts(parts, message); in map_request_unary()