X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv%2FRequest.md;h=57dc7878da35386595dd6bf81baf62861d3aef17;hb=d2a94d6c3e639b670960f300f0bc16889ff93cd8;hp=5c4b32f271f71329220ed20313f73932ad018b1f;hpb=13943464c255c79c2038c4c63ad5af34331af088;p=mdref%2Fmdref diff --git a/http/Env/Request.md b/http/Env/Request.md index 5c4b32f..57dc787 100644 --- a/http/Env/Request.md +++ b/http/Env/Request.md @@ -1,14 +1,18 @@ # class http\Env\Request extends http\Message +The http\Env\Request class' instances represent the server's current HTTP request. + +See http\Message for inherited members. + ## Constants: -> None. +None. ## Properties: -* ```protected $query = NULL``` +* protected $query = NULL The request's query parameters. ($_GET) -* ```protected $form = NULL``` +* protected $form = NULL The request's form parameters. ($_POST) -* ```protected $files = NULL``` +* protected $files = NULL The request's form uploads. ($_FILES)