rack.git  about / heads / tags
a modular Ruby webserver interface
blob 5b3b42b6b7175ac5cd5643a78ceb82f189d916da 127 bytes (raw)
$ git show chunk: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