Home
last modified time | relevance | path

Searched refs:allow_fragment_in_path_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dheader_validator_base.h60 void SetAllowFragmentInPath() { allow_fragment_in_path_ = true; } in SetAllowFragmentInPath()
78 bool allow_fragment_in_path_ = false; variable
H A Dheader_validator.cc151 !IsValidPath(value, allow_fragment_in_path_)) { in ValidateSingleHeader()