Home
last modified time | relevance | path

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

/tonic/tonic/src/
H A Dstatus.rs441 pub fn from_header_map(header_map: &HeaderMap) -> Option<Status> { in from_header_map() method
739 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()
/tonic/tonic/src/client/
H A Dgrpc.rs339 let trailers_only_status = Status::from_header_map(response.headers()); in create_response()
/tonic/tonic/src/metadata/
H A Dmap.rs2521 let s2 = Status::from_header_map(&s1_map).unwrap(); in test_to_headers_encoding()