method
do_POST
v1_9_2_180 -
Show latest stable
- Class:
WEBrick::HTTPServlet::FileHandler
do_POST(req, res)public
No documentation available.
# File lib/webrick/httpservlet/filehandler.rb, line 176
def do_POST(req, res)
unless exec_handler(req, res)
raise HTTPStatus::NotFound, "`#{req.path}' not found."
end
end