Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

0.4

Compare
Choose a tag to compare
@micheh micheh released this 17 Feb 21:01
· 5 commits to master since this release

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.