rack.git  about / heads / tags
a modular Ruby webserver interface
blob dca48fd9190c5dd55d895322d72858f6771446e7 127 bytes (raw)
$ git show no-unicorn:test/builder/options.ru	# shows this blob on the CLI

1
2
3
4
 
# frozen_string_literal: true

#\ -d -p 2929 --env test
run lambda { |env| [200, { 'Content-Type' => 'text/plain' }, ['OK']] }

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