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.
Designed by : w10schools
service@w10schools.com
Please login to continue.