public isGet () Checks whether HTTP method is GET. if _SERVER[“REQUEST_METHOD”]===”GET”
public getType () Returns the mime type reported by the browser This mime type is not completely secure, use getRealType()
public hasFiles ([mixed $onlySuccessful]) Checks whether request include attached files
public hasPut (mixed $name) Checks whether the PUT data has certain index
public isSoap () Checks whether request has been made using SOAP
public getBasicAuth () Gets auth info accepted by the browser/client from $_SERVER[‘PHP_AUTH_USER’]
public getUploadedFiles ([mixed $onlySuccessful]) Gets attached files as Phalcon\Http\Request\File instances
final public getURI () Gets HTTP URI which request has been made
public moveTo (mixed $destination) Moves the temporary file to a destination within the application
public getPut ([mixed $name], [mixed $filters], [mixed $defaultValue], [mixed $notAllowEmpty], [mixed $noRecursive])
Page 7 of 8