You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates and adds missing status codes from the IANA registry.
Added
[#17] Added codes MisdirectedRequest (421), TooEarly (425), ContentTooLarge (413) and UnprocessableContent (422).
The existing codes PayloadTooLarge (413) and UnprocessableEntity (422) are kept for backward compatibility.
Changed
[#12] Updated GTest to 1.8.1 to fix deprecation warnings with recent compilers.
[#17] Updated the reason phrases for PayloadTooLarge (413), UnprocessableEntity (422) and GatewayTimeout (504).