Docs: add context to Incoming Request Data section
:wq
This commit is contained in:
parent
2579ce9f18
commit
2a03b77ea8
1 changed files with 5 additions and 1 deletions
|
|
@ -26,6 +26,9 @@ Blueprint Objects
|
||||||
Incoming Request Data
|
Incoming Request Data
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
This section describes how to access data sent by the client in an HTTP
|
||||||
|
request, such as query parameters, form data, JSON payloads, and headers.
|
||||||
|
|
||||||
.. autoclass:: Request
|
.. autoclass:: Request
|
||||||
:members:
|
:members:
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
|
|
@ -34,7 +37,8 @@ Incoming Request Data
|
||||||
.. data:: request
|
.. data:: request
|
||||||
|
|
||||||
A proxy to the request data for the current request, an instance of
|
A proxy to the request data for the current request, an instance of
|
||||||
:class:`.Request`.
|
:class:`.Request`. This is the primary interface used by view functions
|
||||||
|
to access incoming request information.
|
||||||
|
|
||||||
This is only available when a :doc:`request context </appcontext>` is
|
This is only available when a :doc:`request context </appcontext>` is
|
||||||
active.
|
active.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue