4.0.0
Initial release of amphp/http-client, the successor of amphp/artax.
This is a major rewrite to support interceptors and HTTP/2.
Major Changes
- Support for HTTP/2 (including push)
- Support for interceptors to customize behavior
- Switch to a mutable
Request/ResponseAPI, because streams are not immutable - Compatibility with
amphp/socket@^1 - Compatibility with
amphp/file@^1 - Compatibility with
league/uri@^6