Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return HTTP 404 rather than 405 (sigp#3836)
Issue sigp#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>
- Loading branch information