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

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

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