bd7bd005ee
Issue #3112 Add `Filter::recover` to the GET chain to handle rejections specifically as 404 NOT FOUND Making a request to `http://localhost:5052/not_real` now returns the following: ``` { "code": 404, "message": "NOT_FOUND", "stacktraces": [] } ``` Co-authored-by: Paul Hauner <paul@paulhauner.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |