Skip to content

v2.0.0-beta4

Pre-release
Pre-release

Choose a tag to compare

@ElGigi ElGigi released this 13 Jul 12:33
· 41 commits to 2.x since this release

Added

  • Write HAR file to a stream

Changed

  • Cookie::isSame() now compare only name, domain and path
  • HarParser renamed to HarHandler
  • HarAdapter accept a path of HAR file in constructor argument

Removed

  • Dependency with mbstring

Fixed

  • Try to decode content if empty
  • Trimmed content before inflate failed
  • Creation of request/response from HarAdapter use now cookies objects of har file instead of headers