1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Support custom content types in JsonConfig

This commit is contained in:
Phil Booth
2018-12-18 17:53:03 +00:00
committed by Douman
parent 1a940d4c18
commit e9fe3879df
3 changed files with 84 additions and 4 deletions

View File

@ -2,6 +2,10 @@
## [0.7.17] - 2018-xx-xx
### Added
* Support for custom content types in `JsonConfig`. #637
### Fixed
* HTTP1 decoder should perform case-insentive comparison for client requests (e.g. `Keep-Alive`). #631