Skip to content

Commit

Permalink
adds get_data and json
Browse files Browse the repository at this point in the history
  • Loading branch information
ibeckermayer authored and pgjones committed Aug 20, 2023
1 parent 598b771 commit 29f68ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/how_to_guides/flask_migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ function/method is a syntax error.
.. code-block:: python
await request.data
await request.get_data()
await request.json
await request.get_json()
await request.form
await request.files
Expand Down

0 comments on commit 29f68ce

Please sign in to comment.