X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv%2FRequest%2F__construct.md;h=310e7bb5df0831a1a7c5bef58243764a4fe67eab;hb=9620c25e36f35fce0b77dedeedd97b6125b257ed;hp=19ab5a1633d25d82d2323b2f89922f0d7a9a0ee1;hpb=4f57c61489737869d5c6aa0a5688a04a467536c2;p=mdref%2Fmdref-http diff --git a/http/Env/Request/__construct.md b/http/Env/Request/__construct.md index 19ab5a1..310e7bb 100644 --- a/http/Env/Request/__construct.md +++ b/http/Env/Request/__construct.md @@ -2,7 +2,7 @@ Create an instance of the server's current HTTP request. -Upon construction, the http\Env\Request acquires http\QueryString instances of query paramters ($\_GET) and form parameters ($\_POST). +Upon construction, the http\Env\Request acquires http\QueryString instances of query parameters ($\_GET) and form parameters ($\_POST). It also compiles an array of uploaded files ($\_FILES) more comprehensive than the original $\_FILES array, see http\Env\Request::getFiles() for that matter.