This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Diactoros 1.3.4
Added
- #119 adds the 451 (Unavailable for Legal Reasons) status code to the
Responseclass.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #117 provides validation of the HTTP protocol version.
- #127 now properly removes attributes with
nullvalues when callingwithoutAttribute(). - #132 updates the
ServerRequestFactoryto marshal the request path fragment, if present. - #142 updates the exceptions thrown by
HeaderSecurityto include the header name and/or value. - #148 fixes several stream operations to ensure they raise exceptions when the internal pointer is at an invalid position.
- #151 ensures URI fragments are properly encoded.