October 2016
Intermediate to advanced
418 pages
9h 52m
English
tornado.web.GenericHandlertornado.web.RequestHandlertornado.web.IncomingHTTPRequestHandler
GET and PATCH methods, we can override the SUPPORTED_METHODS class variable with which of the following values:("GET", "PATCH") {0: "GET", 1: "PATCH"}{"GET": True, "PATCH": True, "POST": False, "PUT": False}
tornado.Web.Application constructor is composed of:regexp) and a tornado.web.RequestHandler subclass (request_class).regexp) and a tornado.web.GenericHandler subclass (request_class).regexp) and a tornado.web.IncomingHTTPRequestHandler ...