http\Url changes; adjust class' properties docs
[mdref/mdref-http] / http / Env / Request.md
index 57dc7878da35386595dd6bf81baf62861d3aef17..75161a600e254498e9f359a4d1941d3ecea4bac3 100644 (file)
@@ -10,9 +10,9 @@ None.
 
 ## Properties:
 
-* protected $query = NULL  
+* protected http\QueryString $query = NULL  
   The request's query parameters. ($_GET)
-* protected $form = NULL  
+* protected http\QueryString $form = NULL  
   The request's form parameters. ($_POST)
-* protected $files = NULL  
+* protected array $files = NULL  
   The request's form uploads. ($_FILES)