public isSecureRequest () Alias of isSecure(). It will be deprecated in future versions
public isStrictHostCheck () Checks if the Request::getHttpHost method will be use strict validation of host name
public getHTTPReferer () Gets web page that refers active request. ie:
public isOptions () Checks whether HTTP method is OPTIONS. if _SERVER[“REQUEST_METHOD”]===”OPTIONS”
public send () Sends the cookies to the client Cookies aren’t sent if headers are sent in the current request
public getSecure () Returns whether the cookie must only be sent when the connection is secure (HTTPS)
abstract public isUsingEncryption () ...
public setFileToSend (mixed $filePath, [mixed $attachmentName], [mixed $attachment]) Sets an attached
abstract public getHTTPReferer () ...
public getHttpHost () Gets host name used by the request. Request::getHttpHost trying to find host name in following
Page 11 of 25