Searched refs:from_header_map (Results 1 – 3 of 3) sorted by relevance
441 pub fn from_header_map(header_map: &HeaderMap) -> Option<Status> { in from_header_map() method739 if let Some(status) = Status::from_header_map(trailers) { in infer_grpc_status()1009 let status = Status::from_header_map(&header_map).unwrap(); in details()
339 let trailers_only_status = Status::from_header_map(response.headers()); in create_response()
2521 let s2 = Status::from_header_map(&s1_map).unwrap(); in test_to_headers_encoding()