1.4.0
Updates and adds missing status codes from the IANA registry.
Added
- [#17] Added codes
MisdirectedRequest(421),TooEarly(425),ContentTooLarge(413) andUnprocessableContent(422).
The existing codesPayloadTooLarge(413) andUnprocessableEntity(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) andGatewayTimeout(504).
Fixed
- {C++11} Added missing
Code::xxx_maxenumerator.