Sha256: 69331a87cfc866cd7afced7c7a20df01fbe5898f73a0b24b089da529bbefea19

Contents?: true

Size: 116 Bytes

Versions: 15

Compression:

Stored size: 116 Bytes

Contents

run lambda { |env|
  p :body => env['rack.input'].read
  [200, {"Content-Type" => "text/plain"}, ["Hello World"]]
}

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
puma-simon-3.7.2 test/hello-post.ru
puma-simon-3.7.1 test/hello-post.ru
puma-2.0.0.b2-java test/hello-post.ru
puma-2.0.0.b2 test/hello-post.ru
fragrant-0.0.5 vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/hello-post.ru
puma-2.0.0.b1-java test/hello-post.ru
puma-2.0.0.b1 test/hello-post.ru
puma-1.6.3-java test/hello-post.ru
puma-1.6.3 test/hello-post.ru
puma-1.6.2-java test/hello-post.ru
puma-1.6.2 test/hello-post.ru
puma-1.6.1-java test/hello-post.ru
puma-1.6.1 test/hello-post.ru
puma-1.6.0-java test/hello-post.ru
puma-1.6.0 test/hello-post.ru