xref: /unit/test/ruby/hooks/config.ru (revision 1912:942e252e3f4c)
1*1912So.canty@f5.comapp = Proc.new do |env|
2*1912So.canty@f5.com    ['200', {
3*1912So.canty@f5.com        'Content-Length' => '0'
4*1912So.canty@f5.com    }, ['']]
5*1912So.canty@f5.comend
6*1912So.canty@f5.com
7*1912So.canty@f5.comrun app
8