2.0.0 Beta 1
Pre-release
Pre-release
Initial release compatible with AMPHP v3.
As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType>
have been replaced with ResolutionType
.
StreamingParser::parseForm
now returns aAmp\Pipeline\ConcurrentIterator
instead of anAmp\Iterator
File
has been renamed toBufferedFile
BufferedFile
andStreamedField
now expose all headers associated with the field instead of select headers.