Searched refs:to_header_map (Results 1 – 3 of 3) sorted by relevance
297 Some(status.to_header_map()) in trailers()326 Some(Ok(Frame::trailers(status.to_header_map()?))).into() in poll_frame()
510 pub(crate) fn to_header_map(&self) -> Result<HeaderMap, Self> { in to_header_map() method1003 let header_map = status.to_header_map().unwrap(); in details()
2520 let s1_map = s1.to_header_map().unwrap(); in test_to_headers_encoding()