Class: TDiary::Server::CGIHandler
- Inherits:
-
WEBrick::HTTPServlet::CGIHandler
- Object
- WEBrick::HTTPServlet::CGIHandler
- TDiary::Server::CGIHandler
- Defined in:
- lib/tdiary/server.rb
Instance Method Summary collapse
- #do_GET(req, res) ⇒ Object (also: #do_POST)
Instance Method Details
#do_GET(req, res) ⇒ Object Also known as: do_POST
30 31 32 33 |
# File 'lib/tdiary/server.rb', line 30 def do_GET( req, res ) req.extend( CGIEnvironment ) super end |