Tests: Ruby module.
This commit is contained in:
8
test/ruby/header_status/config.ru
Normal file
8
test/ruby/header_status/config.ru
Normal file
@@ -0,0 +1,8 @@
|
||||
app = Proc.new do |env|
|
||||
['200', {
|
||||
'Content-Length' => '0',
|
||||
'Status' => '200'
|
||||
}, []]
|
||||
end
|
||||
|
||||
run app
|
||||
Reference in New Issue
Block a user