Update outdated handle_request docstring (#2100)

This commit is contained in:
Kyle Verhoog 2021-04-06 06:41:18 -04:00 committed by GitHub
parent 42b1e7143e
commit b716f48c84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -664,11 +664,6 @@ class Sanic(BaseSanic):
exception handling must be done here exception handling must be done here
:param request: HTTP Request object :param request: HTTP Request object
:param write_callback: Synchronous response function to be
called with the response as the only argument
:param stream_callback: Coroutine that handles streaming a
StreamingHTTPResponse if produced by the handler.
:return: Nothing :return: Nothing
""" """
# Define `response` var here to remove warnings about # Define `response` var here to remove warnings about