The <classname>HttpResponse</classname> HttpResponse
&reftitle.classsynopsis; HttpResponse HttpResponse
Class Members
&reftitle.properties; Static Properties Modifiers Type Name Description protected boolean cache whether caching the response should be attempted protected boolean gzip whether the sent entity should be gzip'ed on the fly protected string eTag the generated or custom ETag protected integer lastModified the generated or custom timestamp of last modification protected string cacheControl Cache-Control setting protected string contentType the Content-Type of the sent entity protected string contentDisposition the Content-Disposition of the sent entity protected integer bufferSize the chunk buffer size used for throttling protected double throttleDelay the seconds to delay when throttling
&reftitle.constants; <tgroup cols="3"> <thead> <row> <entry>Type</entry> <entry>Name</entry> <entry>Description</entry> </row> </thead> <tbody> <row> <entry>integer</entry> <entry>REDIRECT</entry> <entry>guess applicable redirect method</entry> </row> <row> <entry>integer</entry> <entry>REDIRECT_PERM</entry> <entry>permanent redirect (<literal>301 Moved permanently</literal>)</entry> </row> <row> <entry>integer</entry> <entry>REDIRECT_FOUND</entry> <entry>standard redirect (<literal>302 Found</literal>)</entry> </row> <row> <entry>integer</entry> <entry>REDIRECT_POST</entry> <entry>redirect applicable to POST requests (<literal>303 See other</literal>)</entry> </row> <row> <entry>integer</entry> <entry>REDIRECT_PROXY</entry> <entry>proxy redirect (<literal>305 Use proxy</literal>)</entry> </row> <row> <entry>integer</entry> <entry>REDIRECT_TEMP</entry> <entry>temporary redirect (<literal>307 Temporary Redirect</literal>)</entry> </row> </tbody> </tgroup> </table> </section> </section> </partintro> &reference.http.entities.HttpResponse; </phpdoc:classref> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"~/.phpdoc/manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->