Merge pull request #3673 from stat1c-void/pr-api.rst-request-link-20200702

API docs - changed flask.request description
This commit is contained in:
David Lord 2020-07-02 14:38:18 -07:00 committed by GitHub
commit 47e165d6d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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