HTTPManager

Extends \org\turbocommons\src\main\php\model\BaseStrictClass

Class that contains functionalities related to the HTTP protocol and its most common operations

package

Default

Methods

Protection to prevent accessing undefined properties to this class

__get(string $name) : void
inherited

Arguments

$name

string

The property name

Protection to prevent creating extra properties to this class

__set(string $name, string $value) : void
inherited

Arguments

$name

string

The property name

$value

string

The property value