This repository has been archived by the owner on May 13, 2021. It is now read-only.
- Added support for unsafe conditional requests (
If-Match
andIf-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