Update outdated handle_request docstring (#2100)
This commit is contained in:
parent
42b1e7143e
commit
b716f48c84
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user