Searched defs:HttpMethodMetadata (Results 1 – 5 of 5) sorted by relevance
181 struct HttpMethodMetadata { struct182 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()
44 void Encode(HttpMethodMetadata, in Encode() argument
89 void Encode(HttpMethodMetadata, in Encode() argument
418 void Compressor<HttpMethodMetadata, HttpMethodCompressor>::EncodeWith( in EncodeWith() argument
765 void Encode(grpc_core::HttpMethodMetadata, in Encode()