unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 388412e052777c42796aefb593ee4e5d34dc76c9 118 bytes (raw)
$ git show httpdate-nogvl:t/env.ru	# shows this blob on the CLI

1
2
3
 
use Rack::ContentLength
use Rack::ContentType, "text/plain"
run lambda { |env| [ 200, {}, [ env.inspect << "\n" ] ] }

git clone https://yhbt.net/unicorn.git