Home
last modified time | relevance | path

Searched defs:HttpMethodMetadata (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/lib/transport/
Dmetadata_batch.h181 struct HttpMethodMetadata { struct
182 static constexpr bool kRepeatable = false;
183 static constexpr bool kTransferOnTrailersOnly = false;
184 enum ValueType : uint8_t {
190 using MementoType = ValueType;
191 using CompressionTraits = HttpMethodCompressor;
192 static absl::string_view key() { return ":method"; } in key()
196 static ValueType MementoToValue(MementoType content_type) { in MementoToValue()
201 static const char* DisplayMemento(MementoType content_type) { in DisplayMemento()
/third_party/grpc/src/core/client_channel/
Dlb_metadata.cc44 void Encode(HttpMethodMetadata, in Encode() argument
/third_party/grpc/src/core/lib/security/transport/
Dserver_auth_filter.cc89 void Encode(HttpMethodMetadata, in Encode() argument
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc418 void Compressor<HttpMethodMetadata, HttpMethodCompressor>::EncodeWith( in EncodeWith() argument
/third_party/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc765 void Encode(grpc_core::HttpMethodMetadata, in Encode()