Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
vendor
/
libnghttp2-sys
/
nghttp2
/
integration-tests
/
resp-set-header.rb
blob: 228837a0ec97e66b763371f4150ba80492abbf06 [
file
] [
log
] [
blame
]
class
App
def
on_resp
(
env
)
env
.
resp
.
set_header
"Alpha"
,
"bravo"
end
end
App
.
new