changes added into the changelog

This commit is contained in:
Timo Caktu 2023-08-02 20:25:30 +02:00
parent 3b9c694928
commit 8cff116b1c
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- Add `web::Payload::to_bytes[_limited]()` helper methods. - Add `web::Payload::to_bytes[_limited]()` helper methods.
- Add missing constructors on `HttpResponse` for several status codes. - Add missing constructors on `HttpResponse` for several status codes.
- Add `http::header::ContentLength` typed header. - Add `http::header::ContentLength` typed header.
- Add `HttpRequest::full_uri()` method to get the full uri of an incoming request.
### Changed ### Changed