Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_config.h88 constexpr auto SHRPX_OPT_HTTP2_PROXY = StringRef::from_lit("http2-proxy"); variable
Dshrpx.cc3305 {SHRPX_OPT_HTTP2_PROXY.c_str(), no_argument, nullptr, 's'}, in main()
3576 cmdcfgs.emplace_back(SHRPX_OPT_HTTP2_PROXY, StringRef::from_lit("yes")); in main()