# 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