Skip to content

1.6.0

Compare
Choose a tag to compare
@dbu dbu released this 23 Jan 16:53
1.6.0
  • Support for HTTPlug 2 / PSR-18
  • Added cache_listeners option, which takes an array of CacheListeners, who get notified and can optionally act on a Response based on a cache hit or miss event. An implementation, AddHeaderCacheListener, is provided which will add an X-Cache header to the response with this information.