This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
puma--puma
Watch
1
Star
0
Fork
You've already forked puma--puma
0
mirror of
https://github.com/puma/puma.git
synced
2022-11-09 13:48:40 -05:00
Code
Releases
Activity
0a49a6806e
puma--puma
/
test
/
hello.ru
2 lines
78 B
Text
Raw
Normal View
History
Unescape
Escape
A rack app needs to set Content-Type If not Rack Lint complains :-(
2012-01-08 15:12:20 -05:00
run lambda { |env| [200, {"Content-Type" => "text/plain"}, ["Hello World"]] }
Copy permalink