1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/examples/camping
2006-04-11 01:46:13 +00:00
..
blog.rb Support large file uploads, moving them into a Tempfile should they cross the MAX_BODY threshold. The only change here really is that HttpRequest#body is now an IO object rather than a string. I changed the various handlers to support this. 2006-04-11 01:46:13 +00:00
README Added the blogging example and a README. 2006-01-29 01:52:28 +00:00
tepee.rb Update setup.rb to silence errors on shebang replacement. Camping handler now allows passing back of an IO object, to allow large file streaming. Simpler underscore replacement on Tepee wiki words. 2006-04-10 18:56:16 +00:00

To get these examples running, install Camping.

Instructions here: http://code.whytheluckystiff.net/camping/