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

add method for getting accept type preference (#1793)

This commit is contained in:
Rob Ede
2020-11-24 10:08:57 +00:00
committed by GitHub
parent 2f11ef089b
commit 70f4747a23
3 changed files with 138 additions and 9 deletions

View File

@ -3,6 +3,7 @@
## Unreleased - 2020-xx-xx
### Added
* HttpResponse builders for 1xx status codes. [#1768]
* `Accept::mime_precedence` and `Accept::mime_preference`. [#1793]
### Fixed
* Started dropping `transfer-encoding: chunked` and `Content-Length` for 1XX and 204 responses. [#1767]
@ -12,6 +13,7 @@
[#1767]: https://github.com/actix/actix-web/pull/1767
[#1768]: https://github.com/actix/actix-web/pull/1768
[#1793]: https://github.com/actix/actix-web/pull/1793
## 2.1.0 - 2020-10-30