1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

web: add option to not require content type header for Json (#2362)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Jake
2021-09-11 09:27:50 -07:00
committed by GitHub
parent 450ff5fa1d
commit efefa0d0ce
2 changed files with 55 additions and 21 deletions

View File

@ -1,12 +1,16 @@
# Changes
## Unreleased - 2021-xx-xx
### Added
* Option to allow `Json` extractor to work without a `Content-Length` header present. [#2362]
### Changed
* Associated type `FromRequest::Config` was removed. [#2233]
* Inner field made private on `web::Payload`. [#????]
* Inner field made private on `web::Payload`. [#2384]
[#2233]: https://github.com/actix/actix-web/pull/2233
[#????]: https://github.com/actix/actix-web/pull/????
[#2362]: https://github.com/actix/actix-web/pull/2362
[#2384]: https://github.com/actix/actix-web/pull/2384
## 4.0.0-beta.9 - 2021-09-09