# Feature or enhancement Update HTTP status codes in http package to match rfc9110 * example * (422)UNPROCESSABLE_ENTITY -> UNPROCESSABLE_CONTENT * (413)REQUEST_ENTITY_TOO_LARGE -> CONTENT_TOO_LARGE * references * https://httpwg.org/specs/rfc9110.html#status.422 * https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml <!-- gh-linked-prs --> ### Linked PRs * gh-102570 * gh-117611 * gh-133190 <!-- /gh-linked-prs -->