Skip to content
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

Decode JSON success/failure regardless of Content-Type #26

Merged
merged 1 commit into from
Oct 11, 2016

Conversation

dghubble
Copy link
Owner

@dghubble dghubble commented Oct 11, 2016

  • Allow JSON responses to be received and decoded from APIs with unconstrained or even incorrect Content-Type headers
  • Enough folks ask about this, there is a clear preference that Sling JSON decode responses (regardless of Content-Type). Rather than writing custom response decoders to handle those edges.

rel: #14
Closes #24

* Allow JSON responses to be received and decoded from APIs
with any Content-Type
* Users prefer Sling behave this way, over writing custom
response decoders to handle edge cases
@dghubble dghubble merged commit c961a43 into master Oct 11, 2016
@dghubble dghubble deleted the json-decode-any-content-type branch October 11, 2016 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant