Skip to content

2.0.0 RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@trowski trowski released this 16 Sep 17:41
0379152

Note: This is a pre-release, there might be breaking changes in the final stable version.

  • HTTP/2 protocol is now declared as "2" instead of "2.0" in requests and responses (see https://http2.github.io/faq/#is-it-http20-or-http2).
  • Added Request::getAttributes() to retrieve an array of all request attributes and Request::removeAttribute() to remove an attribute.