service(req, res)
Instance Public methods
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.
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.
Please login to continue.