public hasPost (mixed $name) Checks whether $_POST superglobal has certain index
public isPurge () Checks whether HTTP method is PURGE (Squid and Varnish support). if _SERVER[“REQUEST_METHOD”]===”PURGE”
public isSoap () Checks whether request has been made using SOAP
public hasFiles ([mixed $onlySuccessful]) Checks whether request include attached files
public getJsonRawBody ([mixed $associative]) Gets decoded JSON HTTP raw request body
final public getURI () Gets HTTP URI which request has been made
public setDI (Phalcon\DiInterface $dependencyInjector)
public getUploadedFiles ([mixed $onlySuccessful]) Gets attached files as Phalcon\Http\Request\File instances
public getBasicAuth () Gets auth info accepted by the browser/client from $_SERVER[‘PHP_AUTH_USER’]
public isGet () Checks whether HTTP method is GET. if _SERVER[“REQUEST_METHOD”]===”GET”
Page 5 of 6