allow custom error response
as I mentioned on the Fediverse, could be better to do separate
Two more thoughts:
as I mentioned on the Fediverse, could be better to do separate fn response(mut self, impl IntoResponse) and fn lazy_response(mut self, FnOnce() -> impl IntoResponse),
#...
allow custom error response
Oups, that’s not true – it accepts either Response directly (as in the example) or FnOnce() -> impl IntoResponse (so `.response(
allow custom error response
42392efcfd
allow custom error response
6d2fcf7640
allow custom error response