X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv%2FRequest.md;h=6aef6c795289132d556dd86166b9e4af6f6c1996;hb=280e2cd3c237e14c6b8659cd4e7c604dbe5e9ec6;hp=75161a600e254498e9f359a4d1941d3ecea4bac3;hpb=e62e3fe51ec3cd99e8141a22cb0daafe7f7a4bbe;p=mdref%2Fmdref-http diff --git a/http/Env/Request.md b/http/Env/Request.md index 75161a6..6aef6c7 100644 --- a/http/Env/Request.md +++ b/http/Env/Request.md @@ -4,6 +4,12 @@ The http\Env\Request class' instances represent the server's current HTTP reques See http\Message for inherited members. +## Changelog: + +Version | Changes +--------|-------- +2.2.0 | Added http\Env\Request::getCookie() and http\Env\Request::$cookie. + ## Constants: None. @@ -16,3 +22,5 @@ None. The request's form parameters. ($_POST) * protected array $files = NULL The request's form uploads. ($_FILES) +* protected array $cookie = NULL + The request's cookies. ($_COOKIE)