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

1
2
3
4
5
 
#!../../bin/rackup
# frozen_string_literal: true

require '../testrequest'
run Rack::Lint.new(TestRequest.new)

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