public getClientCharsets () Gets a charsets array and their quality accepted by the browser/client from _SERVER[“HTTP_ACCEPT_CHARSET”]
public isTrace () Checks whether HTTP method is TRACE. if _SERVER[“REQUEST_METHOD”]===”TRACE”
public getPort () Gets information about the port on which the request is made.
abstract public getBasicAuth () ...
abstract public send () ...
abstract public delete (mixed $name) ...
public setHeader (mixed $name, mixed $value) Overwrites a header in the response
abstract public getHttpHost () ...
abstract public getPost ([mixed $name], [mixed $filters], [mixed $defaultValue]) ...
abstract public getUploadedFiles ([mixed $onlySuccessful]) ...
Page 2 of 25