Skip to content

1.4.0

Compare
Choose a tag to compare
@j-ulrich j-ulrich released this 04 Nov 23:32
· 14 commits to main since this release

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).

Fixed

  • {C++11} Added missing Code::xxx_max enumerator.