Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dhttp2_protocol.cc9 ABSL_CONST_INIT const char kHttp2MethodPseudoHeader[] = ":method"; variable
H A Dhttp2_protocol.h65 ABSL_CONST_INIT QUICHE_EXPORT extern const char kHttp2MethodPseudoHeader[];
H A Doghttp2_session.cc1827 if (name == kHttp2MethodPseudoHeader && value == kHeadValue) { in StartRequest()