Returns not yet expired raw cookie values for the given URI.
public function allRawValues(string $uri) : array { return $this->allValues($uri, true); }