forked from orbit-oss/flask
Added request.get_json().
This commit is contained in:
parent
335cbe01ce
commit
964174931d
3 changed files with 64 additions and 16 deletions
2
CHANGES
2
CHANGES
|
|
@ -77,6 +77,8 @@ Release date to be decided.
|
|||
- Added `appcontext_pushed` and `appcontext_popped` signals.
|
||||
- The builtin run method now takes the ``SERVER_NAME`` into account when
|
||||
picking the default port to run on.
|
||||
- Added `flask.request.get_json()` as a replacement for the old
|
||||
`flask.request.json` property.
|
||||
|
||||
Version 0.9
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue