Files
nginx-unit/test/ruby/body_empty/config.ru
2018-03-21 18:26:40 +03:00

6 lines
57 B
Ruby

app = Proc.new do |env|
['200', {}, []]
end
run app