rack.git  about / heads / tags
a modular Ruby webserver interface
blob c07f82cda5307912156061a3209c1cc32f0efba8 98 bytes (raw)
$ git show deflate-flush-c0d7bc2d:test/builder/anything.rb	# shows this blob on the CLI

1
2
3
4
5
 
class Anything
  def self.call(env)
    [200, {'Content-Type' => 'text/plain'}, ['OK']]
  end
end

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