From 8cff116b1c3026d9ac568614f4367bca7502f15d Mon Sep 17 00:00:00 2001 From: Timo Caktu Date: Wed, 2 Aug 2023 20:25:30 +0200 Subject: [PATCH] changes added into the changelog --- actix-web/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-web/CHANGES.md b/actix-web/CHANGES.md index 518a02507..f4e2f7863 100644 --- a/actix-web/CHANGES.md +++ b/actix-web/CHANGES.md @@ -9,6 +9,7 @@ - Add `web::Payload::to_bytes[_limited]()` helper methods. - Add missing constructors on `HttpResponse` for several status codes. - Add `http::header::ContentLength` typed header. +- Add `HttpRequest::full_uri()` method to get the full uri of an incoming request. ### Changed