Http\RequestInterface::getBasicAuth

abstract public getBasicAuth () ...

Http\RequestInterface::getAcceptableContent

abstract public getAcceptableContent () ...

Http\RequestInterface::get

abstract public get ([mixed $name], [mixed $filters], [mixed $defaultValue]) ...

Http\RequestInterface

Source on GitHub Methods abstract public get ([mixed $name], [mixed $filters], [mixed $defaultValue]) ... abstract public getPost ([mixed $name], [mixed $filters], [mixed $defaultValue]) ... abstract public getQuery ([mixed $name], [mixed $filters], [mixed $defaultValue]) ... abstract public getServer (mixed $name) ... abstract public has (mixed $name) ... abstract public hasPost (mixed $name) ... abstract public hasPut (mixed $name) ... abstract public hasQuery (mixed $name) ... abstract publi

Http\Request::setStrictHostCheck

public setStrictHostCheck ([mixed $flag]) Sets if the Request::getHttpHost method must be use strict validation of host name or not

Http\Request::setHttpMethodParameterOverride

public setHttpMethodParameterOverride (mixed $httpMethodParameterOverride) ...

Http\Request::setDI

public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector

Http\Request::isValidHttpMethod

public isValidHttpMethod (mixed $method) Checks if a method is a valid HTTP method

Http\Request::isTrace

public isTrace () Checks whether HTTP method is TRACE. if _SERVER[“REQUEST_METHOD”]===”TRACE”

Http\Request::isStrictHostCheck

public isStrictHostCheck () Checks if the Request::getHttpHost method will be use strict validation of host name or not