X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv%2FResponse.md;h=2b369214394538b30d6e30f524dfa06128a0b374;hb=280e2cd3c237e14c6b8659cd4e7c604dbe5e9ec6;hp=8aaee1f5420c315087ae3db22697ef438e1cde02;hpb=e62e3fe51ec3cd99e8141a22cb0daafe7f7a4bbe;p=mdref%2Fmdref-http diff --git a/http/Env/Response.md b/http/Env/Response.md index 8aaee1f..2b36921 100644 --- a/http/Env/Response.md +++ b/http/Env/Response.md @@ -4,6 +4,12 @@ The http\Env\Response class' instances represent the server's current HTTP respo See http\Message for inherited members. +## Changelog: + +Version | Changes +--------|-------- +2.2.0 | Added http\Env\Response::setCookie() and http\Env\Response::$cookies. + ## Constants: * CONTENT_ENCODING_NONE @@ -37,3 +43,5 @@ See http\Message for inherited members. Any throttling delay. * protected int $throttleChunk = NULL The chunk to send every $throttleDelay seconds. +* protected array $cookies = NULL + The response's cookies.