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

add common 1xx http response builders (#1768)

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Rob Ede
2020-11-02 09:23:18 +00:00
committed by GitHub
parent 5468c3c410
commit 61b65aa64a
2 changed files with 59 additions and 49 deletions

View File

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