The http\Env\Request class' instances represent the server's current HTTP request.
See http\Message for inherited members.
None.
NULLNULLarray $files# = NULLarray $cookie# = NULLCreate an instance of the server's current HTTP request.
Retrieve an URL query value ($_GET).
mixed http\Env\Request::getCookie([string $name = NULL[, mixed $type = NULL[, mixed $defval = NULL[, bool $delete = false]]]])
Retrieve the uploaded files list ($_FILES).
Retrieve a form value ($_POST).
mixed http\Env\Request::getForm([string $name = NULL[, mixed $type = NULL[, mixed $defval = NULL[, bool $delete = false]]]])
Retrieve an URL query value ($_GET).
mixed http\Env\Request::getQuery([string $name = NULL[, mixed $type = NULL[, mixed $defval = NULL[, bool $delete = false]]]])