Skip to content

Commit

Permalink
Add warning about asynchronous body arguments on request class
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Nov 18, 2023
1 parent df1d3df commit 0840ebf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/request.rst
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,11 @@ request.
.. dropdown:: View a detailed reference of the ``connexion.request`` class
:icon: eye

.. warning::

The asynchronous body arguments (body, form, files) might already be consumed by connexion.
We recommend to let Connexion inject them into your view function as mentioned above.

.. autoclass:: connexion.lifecycle.ConnexionRequest
:members:
:undoc-members:
Expand Down

0 comments on commit 0840ebf

Please sign in to comment.