public isSoap () Checks whether request has been made using SOAP
public getScheme () Gets HTTP schema (http/https)
public getUploadedFiles ([mixed $onlySuccessful]) Gets attached files as Phalcon\Http\Request\File instances
public moveTo (mixed $destination) Moves the temporary file to a destination within the application
public getKey ()
public getPost ([mixed $name], [mixed $filters], [mixed $defaultValue], [mixed $notAllowEmpty], [mixed $noRecursive])
public setDI (Phalcon\DiInterface $dependencyInjector)
public isGet () Checks whether HTTP method is GET. if _SERVER[“REQUEST_METHOD”]===”GET”
public hasFiles ([mixed $onlySuccessful]) Checks whether request include attached files
public getJsonRawBody ([mixed $associative]) Gets decoded JSON HTTP raw request body
Page 7 of 8