php-doc-en/reference/http/HttpResponse.xml
Michael Wallner f20c70b1b0 - typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233348 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-05 18:23:30 +00:00

218 lines
9.8 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="http.HttpResponse">
<refnamediv>
<refname>HttpResponse</refname>
<refpurpose>HTTP Response Class</refpurpose>
</refnamediv>
<refsynopsisdiv>
<synopsis>static class HttpResponse</synopsis>
</refsynopsisdiv>
<refsect1 role="members" id="http.HttpResponse.members">
<title>Class Members</title>
<refsect2 id="http.HttpResponse.properties">
&reftitle.properties;
<table id="http.HttpResponse.properties.static">
<title>Static Properties</title>
<tgroup cols="4">
<thead>
<row>
<entry>Modifiers</entry>
<entry>Type</entry>
<entry>Name</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>protected</entry>
<entry>boolean</entry>
<entry>cache</entry>
<entry>whether caching the response should be attempted</entry>
</row>
<row>
<entry>protected</entry>
<entry>boolean</entry>
<entry>gzip</entry>
<entry>whether the sent entity should be gzip'ed on the fly</entry>
</row>
<row>
<entry>protected</entry>
<entry>string</entry>
<entry>eTag</entry>
<entry>the generated or custom ETag</entry>
</row>
<row>
<entry>protected</entry>
<entry>integer</entry>
<entry>lastModified</entry>
<entry>the generated or custom timestamp of last modification</entry>
</row>
<row>
<entry>protected</entry>
<entry>string</entry>
<entry>cacheControl</entry>
<entry><literal>Cache-Control</literal> setting</entry>
</row>
<row>
<entry>protected</entry>
<entry>string</entry>
<entry>contentType</entry>
<entry>the <literal>Content-Type</literal> of the sent entity</entry>
</row>
<row>
<entry>protected</entry>
<entry>string</entry>
<entry>contentDisposition</entry>
<entry>the <literal>Content-Disposition</literal> of the sent entity</entry>
</row>
<row>
<entry>protected</entry>
<entry>integer</entry>
<entry>bufferSize</entry>
<entry>the chunk buffer size used for throttling</entry>
</row>
<row>
<entry>protected</entry>
<entry>double</entry>
<entry>throttleDelay</entry>
<entry>the seconds to delay when throttling</entry>
</row>
</tbody>
</tgroup>
</table>
</refsect2>
<refsect2 id="http.HttpResponse.constants">
&reftitle.constants;
<table>
<title/>
<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>
</refsect2> <refsect2 id="http.HttpResponse.methods">
&reftitle.methods;
<simplelist>
<member><link linkend="function.HttpResponse-getBufferSize"><classname>HttpResponse</classname>::<function>getBufferSize</function></link></member>
<member><link linkend="function.HttpResponse-setBufferSize"><classname>HttpResponse</classname>::<function>setBufferSize</function></link></member>
<member><link linkend="function.HttpResponse-getCacheControl"><classname>HttpResponse</classname>::<function>getCacheControl</function></link></member>
<member><link linkend="function.HttpResponse-setCacheControl"><classname>HttpResponse</classname>::<function>setCacheControl</function></link></member>
<member><link linkend="function.HttpResponse-getCache"><classname>HttpResponse</classname>::<function>getCache</function></link></member>
<member><link linkend="function.HttpResponse-setCache"><classname>HttpResponse</classname>::<function>setCache</function></link></member>
<member><link linkend="function.HttpResponse-getContentDisposition"><classname>HttpResponse</classname>::<function>getContentDisposition</function></link></member>
<member><link linkend="function.HttpResponse-setContentDisposition"><classname>HttpResponse</classname>::<function>setContentDisposition</function></link></member>
<member><link linkend="function.HttpResponse-getContentType"><classname>HttpResponse</classname>::<function>getContentType</function></link></member>
<member><link linkend="function.HttpResponse-setContentType"><classname>HttpResponse</classname>::<function>setContentType</function></link></member>
<member><link linkend="function.HttpResponse-getData"><classname>HttpResponse</classname>::<function>getData</function></link></member>
<member><link linkend="function.HttpResponse-setData"><classname>HttpResponse</classname>::<function>setData</function></link></member>
<member><link linkend="function.HttpResponse-getETag"><classname>HttpResponse</classname>::<function>getETag</function></link></member>
<member><link linkend="function.HttpResponse-setETag"><classname>HttpResponse</classname>::<function>setETag</function></link></member>
<member><link linkend="function.HttpResponse-getFile"><classname>HttpResponse</classname>::<function>getFile</function></link></member>
<member><link linkend="function.HttpResponse-setFile"><classname>HttpResponse</classname>::<function>setFile</function></link></member>
<member><link linkend="function.HttpResponse-getGzip"><classname>HttpResponse</classname>::<function>getGzip</function></link></member>
<member><link linkend="function.HttpResponse-setGzip"><classname>HttpResponse</classname>::<function>setGzip</function></link></member>
<member><link linkend="function.HttpResponse-getHeader"><classname>HttpResponse</classname>::<function>getHeader</function></link></member>
<member><link linkend="function.HttpResponse-setHeader"><classname>HttpResponse</classname>::<function>setHeader</function></link></member>
<member><link linkend="function.HttpResponse-getLastModified"><classname>HttpResponse</classname>::<function>getLastModified</function></link></member>
<member><link linkend="function.HttpResponse-setLastModified"><classname>HttpResponse</classname>::<function>setLastModified</function></link></member>
<member><link linkend="function.HttpResponse-getStream"><classname>HttpResponse</classname>::<function>getStream</function></link></member>
<member><link linkend="function.HttpResponse-setStream"><classname>HttpResponse</classname>::<function>setStream</function></link></member>
<member><link linkend="function.HttpResponse-getThrottleDelay"><classname>HttpResponse</classname>::<function>getThrottleDelay</function></link></member>
<member><link linkend="function.HttpResponse-setThrottleDelay"><classname>HttpResponse</classname>::<function>setThrottleDelay</function></link></member>
<member><link linkend="function.HttpResponse-capture"><classname>HttpResponse</classname>::<function>capture</function></link></member>
<member><link linkend="function.HttpResponse-send"><classname>HttpResponse</classname>::<function>send</function></link></member>
<member><link linkend="function.HttpResponse-guessContentType"><classname>HttpResponse</classname>::<function>guessContentType</function></link></member>
</simplelist>
</refsect2>
</refsect1>
</refentry>
&reference.http.HttpResponse.capture;
&reference.http.HttpResponse.getBufferSize;
&reference.http.HttpResponse.getCacheControl;
&reference.http.HttpResponse.getCache;
&reference.http.HttpResponse.getContentDisposition;
&reference.http.HttpResponse.getContentType;
&reference.http.HttpResponse.getData;
&reference.http.HttpResponse.getETag;
&reference.http.HttpResponse.getFile;
&reference.http.HttpResponse.getGzip;
&reference.http.HttpResponse.getHeader;
&reference.http.HttpResponse.getLastModified;
&reference.http.HttpResponse.getStream;
&reference.http.HttpResponse.getThrottleDelay;
&reference.http.HttpResponse.guessContentType;
&reference.http.HttpResponse.send;
&reference.http.HttpResponse.setBufferSize;
&reference.http.HttpResponse.setCacheControl;
&reference.http.HttpResponse.setCache;
&reference.http.HttpResponse.setContentDisposition;
&reference.http.HttpResponse.setContentType;
&reference.http.HttpResponse.setData;
&reference.http.HttpResponse.setETag;
&reference.http.HttpResponse.setFile;
&reference.http.HttpResponse.setGzip;
&reference.http.HttpResponse.setHeader;
&reference.http.HttpResponse.setLastModified;
&reference.http.HttpResponse.setStream;
&reference.http.HttpResponse.setThrottleDelay;
<!-- 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:"../../../../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
-->