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
/
header_array_empty
/
config.ru
blob: df40ffddc8d84577b0cf9c757570fb234658bbf4 (
plain
) (
tree
)
4e08f495
1
2
3
4
5
6
7
app = Proc.new do |env| ['200', { 'x-array' => [], }, []] end run app