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