Home
last modified time | relevance | path

Searched refs:FORWARDED_HOST (Results 1 – 4 of 4) 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.cc70 if ((params & FORWARDED_HOST) && !host.empty()) { in create_forwarded()
107 if ((params & FORWARDED_HOST) && !host.empty()) { in create_forwarded()
Dshrpx_config.h408 FORWARDED_HOST = 0x4, enumerator
Dshrpx_config.cc3441 fwdconf.params |= FORWARDED_HOST; in parse_config()