public isGet () Checks whether HTTP method is GET. if _SERVER[“REQUEST_METHOD”]===”GET”
abstract public hasQuery (mixed $name) ...
abstract public delete () ...
implements Phalcon\Http\Request\FileIn
public hasFiles ([mixed $onlySuccessful]) Checks whether request include attached files
public getPost ([mixed $name], [mixed $filters], [mixed $defaultValue], [mixed $notAllowEmpty], [mixed $noRecursive])
public isSent () Check if the response is already sent
public set (mixed $name, mixed $value) Sets a header to be sent at the end of the request
abstract public hasFiles ([mixed $onlySuccessful]) ...
public get (mixed $name) Gets a header value from the internal bag
Page 24 of 25