Home
last modified time | relevance | path

Searched refs:HTTP_HEADER_X_FORWARDED_PROTO (Results 1 – 5 of 5) sorted by relevance

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dhttp_header.h95 ,HTTP_HEADER_X_FORWARDED_PROTO enumerator
H A Dhttp_header.c87 ,{ HTTP_HEADER_X_FORWARDED_PROTO, CONST_LEN_STR("x-forwarded-proto") }
H A Dh2.c85 ,[HTTP_HEADER_X_FORWARDED_PROTO] = "x-forwarded-proto"
129 ,[HTTP_HEADER_X_FORWARDED_PROTO] = LSHPACK_HDR_UNKNOWN
H A Dmod_proxy.c795 http_header_request_set(r, HTTP_HEADER_X_FORWARDED_PROTO, in proxy_set_Forwarded()
H A Dmod_extforward.c626 …const buffer *x_forwarded_proto = http_header_request_get(r, HTTP_HEADER_X_FORWARDED_PROTO, CONST_… in mod_extforward_X_Forwarded_For()