Home
last modified time | relevance | path

Searched refs:Parts (Results 1 – 3 of 3) sorted by relevance

/tonic/tonic/src/transport/channel/service/
H A Dadd_origin.rs17 let http::uri::Parts { in new()
55 let mut uri: http::uri::Parts = head.uri.into(); in call()
/tonic/tonic/src/
H A Drequest.rs160 pub(crate) fn from_http_parts(parts: http::request::Parts, message: T) -> Self { in from_http_parts() argument
/tonic/tonic-web/src/
H A Dservice.rs140 res: Option<http::response::Parts>,