2.0.0 Beta 1
Pre-release
Pre-release
- PHP 8.1 is now required
- Renamed
StatusandMessagetoHttpStatusandHttpMessagerespectively. Aliases of the old names to the new names exist in this beta version, but may be removed before the stable release - Added a message parameter to
Http2Processor::handleShutdown() Http2Parserconstructor now requires anHPackinstance to be injected, as well as providing parameters for upgrade settings, header size limit, and frame size limitsHttp2Parser::parse()was removed;Http2Parsernow has apush()andcancel()methods to push received data and end parsing