Home
last modified time | relevance | path

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

/tonic/tonic/src/codec/
H A Dencode.rs297 Some(status.to_header_map()) in trailers()
326 Some(Ok(Frame::trailers(status.to_header_map()?))).into() in poll_frame()
/tonic/tonic/src/
H A Dstatus.rs510 pub(crate) fn to_header_map(&self) -> Result<HeaderMap, Self> { in to_header_map() method
1003 let header_map = status.to_header_map().unwrap(); in details()
/tonic/tonic/src/metadata/
H A Dmap.rs2520 let s1_map = s1.to_header_map().unwrap(); in test_to_headers_encoding()