abstract public getTempName () ...
abstract public getName () ...
public getHeaders () Returns the available headers in the request
public isSecureRequest () Alias of isSecure(). It will be deprecated in future versions
public isOptions () Checks whether HTTP method is OPTIONS. if _SERVER[“REQUEST_METHOD”]===”OPTIONS”
public getHttpHost () Gets host name used by the request. Request::getHttpHost trying to find host name in following
implements Phalcon\Http\RequestInterface
public getDigestAuth () Gets auth info accepted by the browser/client from $_SERVER[‘PHP_AUTH_DIGEST’]
public getLanguages () Gets languages array and their quality accepted by the browser/client from _SERVER[“HTTP_ACCEPT_LANGUAGE”]
public isAjax () Checks whether request has been made using ajax
Page 4 of 8