Skip to content

status: add CONTENT_TOO_LARGE and UNPROCESSABLE_CONTENT aliases #588

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mina86
Copy link

@mina86 mina86 commented Feb 9, 2023

RFC9110 changed phrases for status code 413 and 422:

  • 413 Payload Too Large → Content Too Large
  • 422 Unprocessable Entity → Unprocessable Content

Introduce CONTENT_TOO_LARGE and UNPROCESSABLE_CONTENT StatusCode const
items to reflect those changes and update phrases used in those status
code.

While at it, update phrase for status 203 to ‘Non-Authoritative
Information’ (with a dash).

Fixes: #664

@mina86 mina86 force-pushed the a branch 4 times, most recently from a868ade to a95fd72 Compare February 10, 2023 17:20
@mina86 mina86 requested a review from seanmonstar August 19, 2023 19:22
@seanmonstar seanmonstar modified the milestone: 1.0 Nov 10, 2023
RFC9110 changed phrases for status code 413 and 422:

* 413 Payload Too Large → Content Too Large
* 422 Unprocessable Entity → Unprocessable Content

Introduce CONTENT_TOO_LARGE and UNPROCESSABLE_CONTENT StatusCode const
items to reflect those changes and update phrases used in those status
code.

While at it, update phrase for status 203 to ‘Non-Authoritative
Information’ (with a dash).
@mina86
Copy link
Author

mina86 commented Apr 17, 2025

Friendly ping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

Rename 422 from "Unprocessable Entity" to "Unprocessable Content"
2 participants