Closed
Description
I think RequestHandler.prepare()
docstring is misleading because it doesn't mention that the method has to be in SUPPORTED_METHODS
- otherwise prepare()
won't be called.
I suggest we change:
Override this method to perform common initialization regardless of the request method.
to:
Override this method to perform common initialization for request method.
If the request method is not in ``SUPPORTED_METHODS`` this will not be called.
Metadata
Metadata
Assignees
Labels
No labels