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

1
2
3
4
 
use Rack::ContentLength
use Rack::ContentType, "text/plain"
names = Unicorn.listener_names.inspect # rely on preload_app=true
run(lambda { |_| [ 200, {}, [ names ] ] })

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