method

do_POST

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