X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEnv%2FResponse.md;h=187005c563fddebd07b7fb8ab8ff20e02c3e9b9a;hb=bea65a44c88e5b048152cec8eb25d217e4442a57;hp=dcb4f24f249592cc2b35f28c8ce9b26be5de5e9d;hpb=aa6f2151a85bd39270a9a341eca8ad1f9a095944;p=mdref%2Fmdref-http diff --git a/http/Env/Response.md b/http/Env/Response.md index dcb4f24..187005c 100644 --- a/http/Env/Response.md +++ b/http/Env/Response.md @@ -19,21 +19,23 @@ See http\Message for inherited members. ## Properties: -* protected $request = NULL - A http\Env\Request instance which overrides the environments default request. -* protected $contentType = NULL +* protected http\Env\Request $request = NULL + A request instance which overrides the environments default request. +* protected string $contentType = NULL The response's MIME content type. -* protected $contentDisposition = NULL +* protected string $contentDisposition = NULL The response's MIME content disposition. -* protected $contentEncoding = NULL +* protected int $contentEncoding = NULL See http\Env\Response::CONTENT_ENCODING_* constants. -* protected $cacheControl = NULL +* protected string $cacheControl = NULL How the client should treat this response in regards to caching. -* protected $etag = NULL +* protected string $etag = NULL A custom ETag. -* protected $lastModified = NULL +* protected int $lastModified = NULL A "Last-Modified" time stamp. -* protected $throttleDelay = NULL +* protected int $throttleDelay = NULL Any throttling delay. -* protected $throttleChunk = NULL +* protected int $throttleChunk = NULL The chunk to send every $throttleDelay seconds. +* protected array $cookies = NULL + The response's cookies.