1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

allow to override responder's status code and headers

This commit is contained in:
Nikolay Kim
2019-04-24 10:25:46 -07:00
parent 42644dac3f
commit 679d1cd513
2 changed files with 193 additions and 2 deletions

View File

@ -2,6 +2,8 @@
### Added
* Extend `Responder` trait, allow to override status code and headers.
* Add helper functions for reading response body `test::read_body()`
* Added support for `remainder match` (i.e "/path/{tail}*")