2.0.0 RC2
Pre-release
Pre-release
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 andRequest::removeAttribute()
to remove an attribute.