index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
blame
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
ruby
/
syntax_error
/
config.ru
blob: 45c42dad1a3ad86bdf6cf3406253c77b07c76ab7 (
plain
) (
tree
)
c7e67446
1
2
3
4
5
app = Proc.new |env| ['200', {'Content-Length' => '0'}, ['']] end run app