-
Notifications
You must be signed in to change notification settings - Fork 8
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
Using RFC as ProblemDetails type #47
Comments
I think that would make sense. I'll update the |
@daniel-white I've created a PR for the change, let me know if this work for you or if it needs something more. I'll merge the changes in when you agree or in a day or 2... |
@petervandenhout Yeah that’s what I was thinking. However it introduces a slight breaking change. Might be good to put it behind a setting flag. |
@daniel-white
|
@petervandenhout This is great. Thanks! |
* Using RFC as ProblemDetails type #47
The changes have been merged and a new release has been created (2.7). It will be available on nuget soon. https://www.nuget.org/packages/Opw.HttpExceptions.AspNetCore/ |
Would it make sense to have an option for the
ProblemDetails
Type
Property use theHelpLink
text from the definedException
s that have a reference to a HTTP status code in an RFC?Meaning - why not map to these?
https://github.com/ofpinewood/http-exceptions/blob/master/src/Opw.HttpExceptions/ResponseStatusCodeLink.cs
The text was updated successfully, but these errors were encountered: