X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv%2FRequest.md;fp=http%2FEnv%2FRequest.md;h=63de534961ba1c4c492db0797b485bf502940568;hb=fb2ab0c8596f274acb2a3aea76f97c895ee2af34;hp=5c4b32f271f71329220ed20313f73932ad018b1f;hpb=7823a35136269030a351b68b8ae8ee5026696aea;p=mdref%2Fmdref-http diff --git a/http/Env/Request.md b/http/Env/Request.md index 5c4b32f..63de534 100644 --- a/http/Env/Request.md +++ b/http/Env/Request.md @@ -2,13 +2,13 @@ ## 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)