repo.or.cz
/
rainbows.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
event_machine: avoid redundant open() for static files
[rainbows.git]
/
t
/
simple-http_Base.ru
blob
c2355da398896c813bbd327144ff482d7eb09c40
1
use Rack::ContentLength
2
use Rack::ContentType
3
run lambda { |env| [ 200, {}, [ env.inspect << "\n" ] ] }