webapp / 0.1
| Short description: | easy-to-use CGI/FastCGI/mod_ruby/WEBrick interface | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Category: | Library/WWW | |||||||||||||||||||
| Status: | alpha | |||||||||||||||||||
| Created: | 2004-09-08 10:34:11 GMT | |||||||||||||||||||
| Last update: | 2004-09-08 10:34:11 GMT | |||||||||||||||||||
| Owner: | Tanaka Akira (Projects of this owner) | |||||||||||||||||||
| Homepage: | http://cvs.m17n.org/~akr/webapp/ | |||||||||||||||||||
| Download: | http://cvs.m17n.org/~akr/webapp/ | |||||||||||||||||||
| License: | Ruby's | |||||||||||||||||||
| Dependency: |
|
|||||||||||||||||||
| Description: |
The script follows works under CGI, FastCGI and mod_ruby without modification. require 'webapp'
WebApp {|webapp|
webapp.content_type = 'text/plain'
webapp.puts "Hello World."
}
It is also work under WEBrick based server if the server requires 'webapp/webrick-servlet'. |
|||||||||||||||||||
| Versions: | [0.2 (2004-12-30)] [0.1 (2004-09-08)] | |||||||||||||||||||