Merge pull request #3673 from stat1c-void/pr-api.rst-request-link-20200702
API docs - changed flask.request description
This commit is contained in:
commit
47e165d6d5
1 changed files with 1 additions and 3 deletions
|
|
@ -41,9 +41,7 @@ Incoming Request Data
|
|||
|
||||
This is a proxy. See :ref:`notes-on-proxies` for more information.
|
||||
|
||||
The request object is an instance of a :class:`~werkzeug.wrappers.Request`
|
||||
subclass and provides all of the attributes Werkzeug defines. This
|
||||
just shows a quick overview of the most important ones.
|
||||
The request object is an instance of a :class:`~flask.Request`.
|
||||
|
||||
|
||||
Response Objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue