-
Notifications
You must be signed in to change notification settings - Fork 616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ServeError action and http_custom_errors phase #998
Support ServeError action and http_custom_errors phase #998
Conversation
72fdb5c
to
c82958b
Compare
Codecov Report
@@ Coverage Diff @@
## master #998 +/- ##
==========================================
+ Coverage 48.93% 49.06% +0.12%
==========================================
Files 108 108
Lines 10385 10428 +43
==========================================
+ Hits 5082 5116 +34
- Misses 4195 4200 +5
- Partials 1108 1112 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. just pending public docs and we can merge this one.
changelog detected ✅ |
6d2cf99
to
5d0a12b
Compare
changelog detected ✅ |
5d0a12b
to
f52af54
Compare
public docs will be released early next week. |
This functionality has been released in v0.46.0. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Add support for the new http_custom_errors phase, that uses the serve_error action. This action supports action parameters content, content_type and status_code.