Skip to content

1.6.0

Choose a tag to compare

@kelunik kelunik released this 15 Jan 18:34
v1.6.0
  • Added Http2Parser that parses HTTP/2 frames, calling methods on a class implementing Http2Processor.
  • 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()