method
service
v2_5_5 -
Show latest stable
- Class:
WEBrick::HTTPServlet::AbstractServlet
service(req, res)public
Dispatches to a do_ method based on req if such a method is available. (do_GET for a GET request). Raises a MethodNotAllowed exception if the method is not implemented.