Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.
Compare
Choose a tag to compare
@micheh micheh released this 15 Apr 16:42
  • Added support for unsafe conditional requests (If-Match and If-Unmodified-Since headers). Use $util->hasStateValidator($request) to check if the request includes these headers and $util->hasCurrentState($request, $eTag, $lastModified) to check if the request has the current state.
  • Added weak ETag comparison for the If-None-Match header