repo.or.cz
/
unicorn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Links: mark Rainbows! as historical, reference yahns
[unicorn.git]
/
t
/
env.ru
blob
388412e052777c42796aefb593ee4e5d34dc76c9
1
use Rack::ContentLength
2
use Rack::ContentType, "text/plain"
3
run lambda { |env| [ 200, {}, [ env.inspect << "\n" ] ] }