mirror of https://github.com/fafhrd91/actix-web
resolve changes.md conflicts for actix-web
This commit is contained in:
parent
d358919902
commit
38805b9b87
|
@ -6,8 +6,8 @@
|
||||||
- Add `ErrorHandlers::default_handler()` (as well as `default_handler_{server, client}()`) to make registering handlers for groups of response statuses easier. [#2784]
|
- Add `ErrorHandlers::default_handler()` (as well as `default_handler_{server, client}()`) to make registering handlers for groups of response statuses easier. [#2784]
|
||||||
- Add `Logger::custom_response_replace()`. [#2631]
|
- Add `Logger::custom_response_replace()`. [#2631]
|
||||||
- Add rudimentary redirection service at `web::redirect()` / `web::Redirect`. [#1961]
|
- Add rudimentary redirection service at `web::redirect()` / `web::Redirect`. [#1961]
|
||||||
- Add `guard::Acceptable` for matching against `Accept` header mime types. [#2265]
|
- Add `guard::Acceptable` for matching against `Accept` header MIME types. [#2265]
|
||||||
- Add fallible versions of test helpers: `try_call_service`, `try_call_and_read_body_json`, `try_read_body`, and `try_read_body_json`. [#2961]
|
- Add fallible versions of `test` helpers: `try_call_service()`, `try_call_and_read_body_json()`, `try_read_body()`, and `try_read_body_json()`. [#2961]
|
||||||
- Add `guard::Custom()` for handling `#[route]` macro with custom Methods. . [#2969]
|
- Add `guard::Custom()` for handling `#[route]` macro with custom Methods. . [#2969]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Reference in New Issue