Home
last modified time | relevance | path

Searched refs:GRPC_STATUS (Results 1 – 7 of 7) sorted by relevance

/tonic/tonic-web/src/
H A Dcall.rs538 headers.insert(Status::GRPC_STATUS, 0.into()); in decode_trailers()
583 let status = trailers.get(Status::GRPC_STATUS).unwrap(); in find_trailers_buffered()
641 expected.insert(Status::GRPC_STATUS, "0".parse().unwrap()); in decode_multiple_trailers()
658 expected.insert(Status::GRPC_STATUS, "0".parse().unwrap()); in decode_trailers_with_space_after_colon()
/tonic/tonic/src/codec/
H A Dprost.rs270 .get(Status::GRPC_STATUS) in encode_max_message_size_exceeded()
307 .get(Status::GRPC_STATUS) in encode_too_big()
/tonic/tonic/src/
H A Dstatus.rs442 let code = Code::from_bytes(header_map.get(Self::GRPC_STATUS)?.as_ref()); in from_header_map()
461 header_map.remove(Self::GRPC_STATUS); in from_header_map()
520 header_map.insert(Self::GRPC_STATUS, self.code.to_header_value()); in add_header()
588 pub const GRPC_STATUS: HeaderName = HeaderName::from_static("grpc-status"); constant
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs428 tonic::Status::GRPC_STATUS, in call()
/tonic/tonic-reflection/src/generated/
H A Dgrpc_reflection_v1.rs430 tonic::Status::GRPC_STATUS, in call()
H A Dgrpc_reflection_v1alpha.rs430 tonic::Status::GRPC_STATUS, in call()
/tonic/tonic-build/src/
H A Dserver.rs170 … headers.insert(tonic::Status::GRPC_STATUS, (tonic::Code::Unimplemented as i32).into()); in generate_internal()