xref
: /
dports
/
www
/
unit-php
/
unit-1.26.1
/
test
/
ruby
/
hooks
/
config.ru
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
app =
Proc.new
do |env|
2
['200', {
3
'Content-Length' => '0'
4
}, ['']]
5
end
6
7
run app
8