unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob f5fd31f1e02d00a8400943bc92f9b0d3d3bf3439 106 bytes (raw)
$ git show v4.5.0:t/pid.ru	# shows this blob on the CLI

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

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