Skip to content

4.0.0

Compare
Choose a tag to compare
@kelunik kelunik released this 21 Dec 10:55
v4.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 / Response API, because streams are not immutable
  • Compatibility with amphp/socket@^1
  • Compatibility with amphp/file@^1
  • Compatibility with league/uri@^6