Home
last modified time | relevance | path

Searched refs:FORWARDED_PROTO (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http_test.cc48 FORWARDED_HOST | FORWARDED_PROTO, in test_shrpx_http_create_forwarded()
75 FORWARDED_BY | FORWARDED_FOR | FORWARDED_HOST | FORWARDED_PROTO, in test_shrpx_http_create_forwarded()
Dshrpx_http.cc73 if ((params & FORWARDED_PROTO) && !proto.empty()) { in create_forwarded()
113 if ((params & FORWARDED_PROTO) && !proto.empty()) { in create_forwarded()
Dshrpx_http2_downstream_connection.cc367 params &= ~FORWARDED_PROTO; in push_request_headers()
Dshrpx_config.h471 FORWARDED_PROTO = 0x8, enumerator
Dshrpx_http_downstream_connection.cc614 params &= ~FORWARDED_PROTO; in push_request_headers()
Dshrpx_config.cc3679 fwdconf.params |= FORWARDED_PROTO; in parse_config()