public setStrictHostCheck ([mixed $flag]) Sets if the Request::getHttpHost method must be use strict
public getServer (mixed $name) Gets variable from $_SERVER superglobal
public isPost () Checks whether HTTP method is POST. if _SERVER[“REQUEST_METHOD”]===”POST”
final public hasServer (mixed $name) Checks whether $_SERVER superglobal has certain index
public getQuery ([mixed $name], [mixed $filters], [mixed $defaultValue], [mixed $notAllowEmpty], [mixed $noRecursive])
final public getHeader (mixed $header) Gets HTTP header from request data
final public getMethod () Gets HTTP method which request has been made If the X-HTTP-Method-Override header is set, and if
public getContentType () Gets content type which request has been made
public isStrictHostCheck () Checks if the Request::getHttpHost method will be use strict validation of host name
public isSecure () Checks whether request has been made using any secure layer
Page 2 of 8