Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
lua
/
setheaders.lua
blob: faa7f6836232e01263cc2adeb3f404b584a62ecd [
file
]
function
handle
(
r
)
r
.
headers_out
[
"X-Header"
]
=
"yes"
r
.
headers_out
[
"X-Host"
]
=
r
.
headers_in
[
"Host"
]
end