Checks whether the cookie will be made accessible only through the HTTP protocol.
public function isHttpOnly() : bool { return $this->httpOnly; }