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
a57b166309
puma--puma
/
test
/
hello-delay.ru
4 lines
88 B
Text
Raw
Normal View
History
Unescape
Escape
Refactor modes, fix control server to always work
2013-07-05 19:08:13 -04:00
sleep 10
Add support for the rack hijack protocol
2013-02-06 01:39:16 -05:00
run lambda { |env| [200, {"Content-Type" => "text/plain"}, ["Hello World"]] }
Copy permalink