1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 01:08:10 +00:00

docs: fix -http changelog

This commit is contained in:
Rob Ede 2023-08-29 01:57:19 +01:00
parent e6636f1279
commit 39abe3ae5e
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -8,7 +8,7 @@
- Add `rustls-0_20` crate feature.
- Add `{h1::H1Service, h2::H2Service, HttpService}::rustls_021()` and `HttpService::rustls_021_with_config()` service constructors.
- Add `body::to_body_limit()` function.
- Add `body::to_bytes_limited()` function.
- Add `body::BodyLimitExceeded` error type.
### Changed