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
/
hooks
/
config.ru
blob: f3069558e19ef47f3387d26c37c12c2354ac5967 (
plain
) (
blame
)
1
2
3
4
5
6
7
app = Proc.new do |env| ['200', { 'Content-Length' => '0' }, ['']] end run app