public getUserAgent () Gets HTTP user agent used to made the request
public getScheme () Gets HTTP schema (http/https)
public getContent () Gets the HTTP response body
public getStatusCode () Returns the status code
abstract public setHttpOnly (mixed $httpOnly) ...
implements Phalcon\Http\Request\FileIn
abstract public hasFiles ([mixed $onlySuccessful]) ...
public isSent () Check if the response is already sent
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
Page 22 of 25