unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob fc9193fac8590794255ec1926b9af56a76fd4072 161 bytes (raw)
$ git show httpdate-nogvl:test/benchmark/stack.ru	# shows this blob on the CLI

1
2
3
4
5
6
7
8
 
run(lambda { |env|
  body = "#{caller.size}\n"
  h = {
    "Content-Length" => body.size.to_s,
    "Content-Type" => "text/plain",
  }
  [ 200, h, [ body ] ]
})

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