Sha256: 6a2347765529763c78884e1d765c3adaf4544a16fa32c5f4fd728458edd465cf

Contents?: true

Size: 154 Bytes

Versions: 8

Compression:

Stored size: 154 Bytes

Contents

class Hello
  def self.call(env)
    puts "Timing Start: #{env['Timing-Start']}"
    ['200', {'Content-Type' => 'text/html'}, ['Hello, Rack!']]
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
meta-api-0.0.8 examples/rack_app/hello.rb
meta-api-0.0.7 examples/rack_app/hello.rb
meta-api-0.0.6 examples/rack_app/hello.rb
meta-api-0.0.5 examples/rack_app/hello.rb
meta-api-0.0.4 examples/rack_app/hello.rb
meta-api-0.0.3 examples/rack_app/hello.rb
meta-api-0.0.2 examples/rack_app/hello.rb
meta-api-0.0.1 examples/rack_app/hello.rb