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

add body::to_bytes_limited (#3000

* add body::to_body_limit

* rename to_bytes_limited
This commit is contained in:
Rob Ede
2023-03-13 13:31:48 +00:00
committed by GitHub
parent dfaca18584
commit 9e7a6fe57b
3 changed files with 135 additions and 13 deletions

View File

@ -2,6 +2,11 @@
## Unreleased - 2023-xx-xx
### Added
- Add `body::to_body_limit()` function.
- Add `body::BodyLimitExceeded` error type.
## 3.3.1 - 2023-03-02
### Fixed