rack.git  about / heads / tags
a modular Ruby webserver interface
blob c8e94c9f1527d859870b095ec22ab7974d3fe42c 93 bytes (raw)
$ git show no-unicorn:test/cgi/sample_rackup.ru	# shows this blob on the CLI

1
2
3
4
5
 
# frozen_string_literal: true

require '../testrequest'

run Rack::Lint.new(TestRequest.new)

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