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

feature: Utilize want_json() for responses #179

Merged
merged 1 commit into from
Sep 12, 2019
Merged

feature: Utilize want_json() for responses #179

merged 1 commit into from
Sep 12, 2019

Commits on Sep 11, 2019

  1. feature: Utilize want_json() for responses

    is_json() just looks at Content-Type - which in 90% of cases is fine - but in some
    cases (and to be more spec-compliant) we should really be honoring the Accept header.
    This adds that into all our view responses.
    jwag956 committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    6b42dad View commit details
    Browse the repository at this point in the history