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