This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Diactoros 1.3.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #113 fixes an issue in the response serializer, ensuring that the status code in the deserialized response is an integer.
- #115 fixes an issue in the various text-basd response types (
TextResponse,HtmlResponse, andJsonResponse); due to the fact that the constructor was not rewinding the message body stream,getContents()was thus returningnull, as the pointer was at the end of the stream. The constructor now rewinds the stream after populating it in the constructor.