Home
last modified time | relevance | path

Searched refs:FORWARDED_BY (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http_test.cc47 FORWARDED_BY | FORWARDED_FOR | in test_shrpx_http_create_forwarded()
62 balloc, FORWARDED_BY | FORWARDED_FOR, in test_shrpx_http_create_forwarded()
68 balloc, FORWARDED_BY | FORWARDED_FOR, in test_shrpx_http_create_forwarded()
75 FORWARDED_BY | FORWARDED_FOR | FORWARDED_HOST | FORWARDED_PROTO, in test_shrpx_http_create_forwarded()
Dshrpx_http.cc64 if ((params & FORWARDED_BY) && !node_by.empty()) { in create_forwarded()
80 if ((params & FORWARDED_BY) && !node_by.empty()) { in create_forwarded()
Dshrpx_config.h468 FORWARDED_BY = 0x1, enumerator
Dshrpx_config.cc3667 fwdconf.params |= FORWARDED_BY; in parse_config()