rack.git  about / heads / tags
a modular Ruby webserver interface
blob fc9b6ffcbb478b214a7fa3f4d3c4afff98cf7440 139 bytes (raw)
$ git show rack.io:test/cgi/test.ru	# shows this blob on the CLI

1
2
3
4
5
6
 
#!/usr/bin/env ruby -I ../../lib ../../bin/rackup -E deployment -I ../../lib
# -*- ruby -*-

require '../testrequest'

run TestRequest.new

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