This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Diactoros 1.3.0
Added
- #110 adds
Zend\Diactoros\Response\SapiEmitterTrait, which provides the following private method definitions:injectContentLength()emitStatusLine()emitHeaders()flush()filterHeader()
TheSapiEmitterimplementation has been updated to remove those methods and instead compose the trait.
- #111 adds a new emitter implementation,
SapiStreamEmitter; this emitter type will loop through the stream instead of emitting it in one go, and supports content ranges.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.