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

Add ServiceConfig::configure (#1988)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Michael
2022-01-05 13:31:39 +01:00
committed by GitHub
parent 4ebf16890d
commit 2d11ab5977
2 changed files with 32 additions and 1 deletions

View File

@ -3,10 +3,12 @@
## Unreleased - 2021-xx-xx
### Added
- `GuardContext::header` [#2569]
- `ServiceConfig::configure` to allow easy nesting of configuration functions. [#1988]
### Changed
- `HttpResponse` can now be used as a `Responder` with any body type. [#2567]
[#1988]: https://github.com/actix/actix-web/pull/1988
[#2567]: https://github.com/actix/actix-web/pull/2567
[#2569]: https://github.com/actix/actix-web/pull/2569