2007-12-22 16:56:27 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2007-12-25 23:41:33 +00:00
|
|
|
<!-- $Revision: 1.27 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
|
2007-12-22 16:56:27 +00:00
|
|
|
<reference xml:id="ref.http">
|
2007-12-25 23:41:33 +00:00
|
|
|
<title>HTTP &Functions;</title>
|
2006-07-24 11:01:55 +00:00
|
|
|
<partintro>
|
2007-12-22 16:56:27 +00:00
|
|
|
<simpara>
|
|
|
|
Built-in HTTP related functions previously listed on this page can be found in the
|
|
|
|
<link linkend="ref.network">networking</link> category.
|
|
|
|
</simpara>
|
|
|
|
<simpara>
|
|
|
|
The following functions do not need the HTTP module to be present:
|
|
|
|
<function>header</function>, <function>headers_list</function>, <function>headers_sent</function>,
|
|
|
|
<function>setcookie</function> &listendand; <function>setrawcookie</function>.
|
|
|
|
</simpara>
|
2002-05-26 21:16:38 +00:00
|
|
|
|
2007-12-22 16:56:27 +00:00
|
|
|
<section xml:id="http.functions">
|
|
|
|
<title>Function groups</title>
|
2007-03-25 16:46:48 +00:00
|
|
|
<section>
|
2006-07-24 11:01:55 +00:00
|
|
|
<title>Caching</title>
|
|
|
|
<simplelist>
|
2007-03-27 10:18:05 +00:00
|
|
|
<member><function>http_cache_etag</function></member>
|
|
|
|
<member><function>http_cache_last_modified</function></member>
|
2006-07-24 11:01:55 +00:00
|
|
|
</simplelist>
|
2007-03-25 16:46:48 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
2006-07-24 11:01:55 +00:00
|
|
|
<title>Encodings</title>
|
|
|
|
<simplelist>
|
2007-03-27 10:18:05 +00:00
|
|
|
<member><function>http_chunked_decode</function></member>
|
|
|
|
<member><function>http_deflate</function></member>
|
|
|
|
<member><function>http_inflate</function></member>
|
2006-07-24 11:01:55 +00:00
|
|
|
</simplelist>
|
2007-03-25 16:46:48 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
2006-07-27 03:29:39 +00:00
|
|
|
<title>Miscellaneous</title>
|
2006-07-24 11:01:55 +00:00
|
|
|
<simplelist>
|
2007-03-27 10:18:05 +00:00
|
|
|
<member><function>http_build_cookie</function></member>
|
|
|
|
<member><function>http_date</function></member>
|
|
|
|
<member><function>http_get_request_body_stream</function></member>
|
|
|
|
<member><function>http_get_request_body</function></member>
|
|
|
|
<member><function>http_get_request_headers</function></member>
|
|
|
|
<member><function>http_match_etag</function></member>
|
|
|
|
<member><function>http_match_modified</function></member>
|
|
|
|
<member><function>http_match_request_header</function></member>
|
|
|
|
<member><function>http_support</function></member>
|
2006-07-24 11:01:55 +00:00
|
|
|
</simplelist>
|
2007-03-25 16:46:48 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
2006-07-24 11:01:55 +00:00
|
|
|
<title>Negotiation</title>
|
|
|
|
<simplelist>
|
2007-03-27 10:18:05 +00:00
|
|
|
<member><function>http_negotiate_charset</function></member>
|
|
|
|
<member><function>http_negotiate_content_type</function></member>
|
|
|
|
<member><function>http_negotiate_language</function></member>
|
2006-07-24 11:01:55 +00:00
|
|
|
</simplelist>
|
2007-03-25 16:46:48 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
2006-07-24 11:01:55 +00:00
|
|
|
<title>Outputhandlers</title>
|
|
|
|
<simplelist>
|
2007-03-27 10:18:05 +00:00
|
|
|
<member><function>ob_deflatehandler</function></member>
|
|
|
|
<member><function>ob_etaghandler</function></member>
|
|
|
|
<member><function>ob_inflatehandler</function></member>
|
2006-07-24 11:01:55 +00:00
|
|
|
</simplelist>
|
2007-03-25 16:46:48 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
2006-07-24 11:01:55 +00:00
|
|
|
<title>Parsers</title>
|
|
|
|
<simplelist>
|
2007-03-27 10:18:05 +00:00
|
|
|
<member><function>http_parse_cookie</function></member>
|
|
|
|
<member><function>http_parse_headers</function></member>
|
|
|
|
<member><function>http_parse_message</function></member>
|
|
|
|
<member><function>http_parse_params</function></member>
|
2006-07-24 11:01:55 +00:00
|
|
|
</simplelist>
|
2007-03-25 16:46:48 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
2006-07-24 11:01:55 +00:00
|
|
|
<title>Requests</title>
|
|
|
|
<simplelist>
|
2007-03-27 10:18:05 +00:00
|
|
|
<member><function>http_get</function></member>
|
|
|
|
<member><function>http_head</function></member>
|
|
|
|
<member><function>http_post_data</function></member>
|
|
|
|
<member><function>http_post_fields</function></member>
|
|
|
|
<member><function>http_put_data</function></member>
|
|
|
|
<member><function>http_put_file</function></member>
|
|
|
|
<member><function>http_put_stream</function></member>
|
|
|
|
<member><function>http_request_body_encode</function></member>
|
|
|
|
<member><function>http_request_method_exists</function></member>
|
|
|
|
<member><function>http_request_method_name</function></member>
|
|
|
|
<member><function>http_request_method_register</function></member>
|
|
|
|
<member><function>http_request_method_unregister</function></member>
|
|
|
|
<member><function>http_request</function></member>
|
2006-07-24 11:01:55 +00:00
|
|
|
</simplelist>
|
2007-03-25 16:46:48 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
2006-07-24 11:01:55 +00:00
|
|
|
<title>Responses</title>
|
|
|
|
<simplelist>
|
2007-03-27 10:18:05 +00:00
|
|
|
<member><function>http_redirect</function></member>
|
|
|
|
<member><function>http_send_content_disposition</function></member>
|
|
|
|
<member><function>http_send_content_type</function></member>
|
|
|
|
<member><function>http_send_data</function></member>
|
|
|
|
<member><function>http_send_file</function></member>
|
|
|
|
<member><function>http_send_last_modified</function></member>
|
|
|
|
<member><function>http_send_status</function></member>
|
|
|
|
<member><function>http_send_stream</function></member>
|
|
|
|
<member><function>http_throttle</function></member>
|
2006-07-24 11:01:55 +00:00
|
|
|
</simplelist>
|
2007-03-25 16:46:48 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
2006-09-08 08:48:16 +00:00
|
|
|
<title>URLs</title>
|
2006-07-24 11:01:55 +00:00
|
|
|
<simplelist>
|
2007-03-27 10:18:05 +00:00
|
|
|
<member><function>http_build_str</function></member>
|
|
|
|
<member><function>http_build_url</function></member>
|
2006-07-24 11:01:55 +00:00
|
|
|
</simplelist>
|
2007-03-25 16:46:48 +00:00
|
|
|
</section>
|
2007-03-28 06:33:29 +00:00
|
|
|
<section>
|
|
|
|
<title>Persistent Handles</title>
|
|
|
|
<simplelist>
|
|
|
|
<member><function>http_persistent_handles_count</function></member>
|
|
|
|
<member><function>http_persistent_handles_ident</function></member>
|
2007-03-29 15:32:53 +00:00
|
|
|
<member><function>http_persistent_handles_clean</function></member>
|
2007-03-28 06:33:29 +00:00
|
|
|
</simplelist>
|
|
|
|
</section>
|
2007-03-25 16:46:48 +00:00
|
|
|
</section>
|
2002-05-26 21:16:38 +00:00
|
|
|
|
2006-07-24 11:01:55 +00:00
|
|
|
</partintro>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
2007-12-22 16:56:27 +00:00
|
|
|
&reference.http.functions.entities.caching;
|
|
|
|
&reference.http.functions.entities.encodings;
|
|
|
|
&reference.http.functions.entities.misc;
|
|
|
|
&reference.http.functions.entities.negotiation;
|
|
|
|
&reference.http.functions.entities.outputhandlers;
|
|
|
|
&reference.http.functions.entities.parsers;
|
|
|
|
&reference.http.functions.entities.persistenthandles;
|
|
|
|
&reference.http.functions.entities.requests;
|
|
|
|
&reference.http.functions.entities.responses;
|
|
|
|
&reference.http.functions.entities.urls;
|
2006-07-24 11:01:55 +00:00
|
|
|
|
|
|
|
</reference>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
|
|
|
<!-- 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
|
|
|
|
-->
|
2007-12-22 16:56:27 +00:00
|
|
|
|