Replies: 2 comments
-
We wouldn't change the behavior of the client depending on the content type |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jameskleeh I see similar behavior here. Argument can be resolved by adding another chack if content-type is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Micronaut has already been supporting problem spec with https://github.com/micronaut-projects/micronaut-problem-json, indeed this is server side. What about http clients? Should clients understand
problem+json
and respond (or rethrow maybe) accordingly, instead of simply throwingHttpClientResponseException
?Beta Was this translation helpful? Give feedback.
All reactions