Searched defs:HttpStatusMetadata (Results 1 – 4 of 4) sorted by relevance
367 struct HttpStatusMetadata : public SimpleIntBasedMetadata<uint32_t, 0> { struct368 static constexpr bool kRepeatable = false;369 using CompressionTraits = HttpStatusCompressor;370 static absl::string_view key() { return ":status"; } in key()
390 struct HttpStatusMetadata : public SimpleIntBasedMetadata<uint32_t, 0> { struct391 static constexpr bool kRepeatable = false;392 using CompressionTraits = HttpStatusCompressor;393 static absl::string_view key() { return ":status"; } in key()
385 void Compressor<HttpStatusMetadata, HttpStatusCompressor>::EncodeWith( in EncodeWith() argument