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