mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-22 16:31:53 +01:00
8084b242d5
* feat: add response::{Error, Result} This type makes for efficient use of the `?` operator when in a function with multiple return error types that all implement `IntoResponse`. Signed-off-by: Nathaniel McCallum <nathaniel@profian.com> * misc adjustments from PR review * Rename to `ErrorResponse` and `ResultResponse` * nitpicky docs changes * update changelog * changelog wording * Apply suggestions from code review Co-authored-by: Jonas Platte <jplatte+git@posteo.de> Co-authored-by: David Pedersen <david.pdrsn@gmail.com> Co-authored-by: Jonas Platte <jplatte+git@posteo.de> |
||
---|---|---|
.. | ||
append_headers.rs | ||
into_response.rs | ||
into_response_parts.rs | ||
mod.rs |