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

web: add option to not require content type header for Json #2362

Merged
merged 6 commits into from Sep 11, 2021

Conversation

jhgg
Copy link
Contributor

@jhgg jhgg commented Aug 10, 2021

PR Type

Feature

PR Checklist

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the latest stable rustfmt.
  • (Team) Label with affected crates and semver status.

Overview

Fixes: #2361

@jhgg jhgg changed the title web: add option to not require content type header web: add option to not require content type header for Json Aug 10, 2021
@jhgg jhgg force-pushed the json-require-content-type branch from e2d9989 to 156445a Compare August 27, 2021 03:18
@robjtede robjtede added A-web project: actix-web B-semver-minor B-semver-major breaking change requiring a major version bump and removed B-semver-minor labels Sep 11, 2021
@robjtede robjtede merged commit efefa0d into actix:master Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-web project: actix-web B-semver-major breaking change requiring a major version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

actix-web: Json requires that a Content-Type is provided.
2 participants