Searched refs:from_http_parts (Results 1 – 2 of 2) sorted by relevance
160 pub(crate) fn from_http_parts(parts: http::request::Parts, message: T) -> Self { in from_http_parts() method171 Request::from_http_parts(parts, message) in from_http()
388 let mut req = Request::from_http_parts(parts, message); in map_request_unary()