http\Response
authorMichael Wallner <mike@php.net>
Fri, 8 Nov 2013 20:22:26 +0000 (21:22 +0100)
committerMichael Wallner <mike@php.net>
Fri, 8 Nov 2013 20:22:26 +0000 (21:22 +0100)
commit844e9fc9c610714317ef28cb3e68c0fc850c4084
treeaa73d11d1f0db435814b8438d128bb1905fcc83e
parentf0c52728132dd572b9c06f1ea1b8dd086e65c0b2
http\Response
14 files changed:
http/Env/Response.md [new file with mode: 0644]
http/Env/Response/__construct.md [new file with mode: 0644]
http/Env/Response/__invoke.md [new file with mode: 0644]
http/Env/Response/isCachedByEtag.md [new file with mode: 0644]
http/Env/Response/isCachedByLastModified.md [new file with mode: 0644]
http/Env/Response/send.md [new file with mode: 0644]
http/Env/Response/setCacheControl.md [new file with mode: 0644]
http/Env/Response/setContentDisposition.md [new file with mode: 0644]
http/Env/Response/setContentEncoding.md [new file with mode: 0644]
http/Env/Response/setContentType.md [new file with mode: 0644]
http/Env/Response/setEnvRequest.md [new file with mode: 0644]
http/Env/Response/setEtag.md [new file with mode: 0644]
http/Env/Response/setLastModified.md [new file with mode: 0644]
http/Env/Response/setThrottleRate.md [new file with mode: 0644]