This repository has been archived by the owner on May 13, 2021. It is now read-only.
0.4
Removed the public static function CacheControl::fromString
to prevent users to call this method on the base class (as this would result in a fatal error since the abstract base class cannot be instantiated). Instead, the fromString
method is added to the two implementations: RequestCacheControl::fromString
and ResponseCacheControl::fromString
.