rack.git  about / heads / tags
a modular Ruby webserver interface
blob f58a2be509f0e422202dfd35fcbb0e120a730aa1 138 bytes (raw)
$ git show no-unicorn:test/builder/an_underscore_app.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
 
# frozen_string_literal: true

class AnUnderscoreApp
  def self.call(env)
    [200, { 'Content-Type' => 'text/plain' }, ['OK']]
  end
end

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