Releases: amphp/http
Releases · amphp/http
1.7.0
1.6.3
- Removed flood protection from
Http2Parser
It's not the task of a parser to apply policy decisions. Additionally, the current policy doesn't work correctly in all normal situations, e.g. larger uploads will trigger this in the client, because the server will send many window increments before sending any payload bytes.
1.6.2
1.6.1
1.6.0
- Added
Http2Parser
that parses HTTP/2 frames, calling methods on a class implementingHttp2Processor
. - Added
Message::getRawHeaders()
to expose the original casing of headers. The API is limited to a single method returning all headers, as applications should never depend on the header casing as defined by the HTTP RFCs. - Added
Rfc7230::parseRawHeaders()
- Added
Rfc7230::formatRawHeaders()
1.6.0 RC1
- Added
Http2Parser
that parses HTTP/2 frames, calling methods on a class implementingHttp2Processor
.