2013-03-13 18:04:36 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Revision$ -->
|
|
|
|
<phpdoc:classref xml:id="class.eventhttprequest" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<title>The EventHttpRequest class</title>
|
|
|
|
<titleabbrev>EventHttpRequest</titleabbrev>
|
|
|
|
<partintro>
|
|
|
|
<!-- {{{ EventHttpRequest intro -->
|
|
|
|
<section xml:id="eventhttprequest.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
2013-03-13 18:14:25 +00:00
|
|
|
Represents an HTTP request.
|
2013-03-13 18:04:36 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
<section xml:id="eventhttprequest.synopsis">
|
|
|
|
&reftitle.classsynopsis;
|
|
|
|
|
|
|
|
<!-- {{{ Synopsis -->
|
|
|
|
<classsynopsis>
|
2013-03-13 18:14:25 +00:00
|
|
|
<ooclass>
|
|
|
|
<classname>EventHttpRequest</classname>
|
|
|
|
</ooclass>
|
2013-03-13 18:04:36 +00:00
|
|
|
<!-- {{{ Class synopsis -->
|
|
|
|
<classsynopsisinfo>
|
|
|
|
<ooclass>
|
|
|
|
<classname>EventHttpRequest</classname>
|
|
|
|
</ooclass>
|
|
|
|
</classsynopsisinfo>
|
|
|
|
<!-- }}} -->
|
|
|
|
<classsynopsisinfo role="comment">Constants</classsynopsisinfo>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>const</modifier>
|
2020-11-02 15:39:04 +00:00
|
|
|
<type>int</type>
|
2013-03-13 18:04:36 +00:00
|
|
|
<varname linkend="eventhttprequest.constants.cmd-get">EventHttpRequest::CMD_GET</varname>
|
|
|
|
<initializer>1</initializer>
|
|
|
|
</fieldsynopsis>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>const</modifier>
|
2020-11-02 15:39:04 +00:00
|
|
|
<type>int</type>
|
2013-03-13 18:04:36 +00:00
|
|
|
<varname linkend="eventhttprequest.constants.cmd-post">EventHttpRequest::CMD_POST</varname>
|
|
|
|
<initializer>2</initializer>
|
|
|
|
</fieldsynopsis>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>const</modifier>
|
2020-11-02 15:39:04 +00:00
|
|
|
<type>int</type>
|
2013-03-13 18:04:36 +00:00
|
|
|
<varname linkend="eventhttprequest.constants.cmd-head">EventHttpRequest::CMD_HEAD</varname>
|
|
|
|
<initializer>4</initializer>
|
|
|
|
</fieldsynopsis>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>const</modifier>
|
2020-11-02 15:39:04 +00:00
|
|
|
<type>int</type>
|
2013-03-13 18:04:36 +00:00
|
|
|
<varname linkend="eventhttprequest.constants.cmd-put">EventHttpRequest::CMD_PUT</varname>
|
|
|
|
<initializer>8</initializer>
|
|
|
|
</fieldsynopsis>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>const</modifier>
|
2020-11-02 15:39:04 +00:00
|
|
|
<type>int</type>
|
2013-03-13 18:04:36 +00:00
|
|
|
<varname linkend="eventhttprequest.constants.cmd-delete">EventHttpRequest::CMD_DELETE</varname>
|
|
|
|
<initializer>16</initializer>
|
|
|
|
</fieldsynopsis>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>const</modifier>
|
2020-11-02 15:39:04 +00:00
|
|
|
<type>int</type>
|
2013-03-13 18:04:36 +00:00
|
|
|
<varname linkend="eventhttprequest.constants.cmd-options">EventHttpRequest::CMD_OPTIONS</varname>
|
|
|
|
<initializer>32</initializer>
|
|
|
|
</fieldsynopsis>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>const</modifier>
|
2020-11-02 15:39:04 +00:00
|
|
|
<type>int</type>
|
2013-03-13 18:04:36 +00:00
|
|
|
<varname linkend="eventhttprequest.constants.cmd-trace">EventHttpRequest::CMD_TRACE</varname>
|
|
|
|
<initializer>64</initializer>
|
|
|
|
</fieldsynopsis>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>const</modifier>
|
2020-11-02 15:39:04 +00:00
|
|
|
<type>int</type>
|
2013-03-13 18:04:36 +00:00
|
|
|
<varname linkend="eventhttprequest.constants.cmd-connect">EventHttpRequest::CMD_CONNECT</varname>
|
|
|
|
<initializer>128</initializer>
|
|
|
|
</fieldsynopsis>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>const</modifier>
|
2020-11-02 15:39:04 +00:00
|
|
|
<type>int</type>
|
2013-03-13 18:04:36 +00:00
|
|
|
<varname linkend="eventhttprequest.constants.cmd-patch">EventHttpRequest::CMD_PATCH</varname>
|
|
|
|
<initializer>256</initializer>
|
|
|
|
</fieldsynopsis>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>const</modifier>
|
2020-11-02 15:39:04 +00:00
|
|
|
<type>int</type>
|
2013-03-13 18:04:36 +00:00
|
|
|
<varname linkend="eventhttprequest.constants.input-header">EventHttpRequest::INPUT_HEADER</varname>
|
|
|
|
<initializer>1</initializer>
|
|
|
|
</fieldsynopsis>
|
|
|
|
<fieldsynopsis>
|
|
|
|
<modifier>const</modifier>
|
2020-11-02 15:39:04 +00:00
|
|
|
<type>int</type>
|
2013-03-13 18:04:36 +00:00
|
|
|
<varname linkend="eventhttprequest.constants.output-header">EventHttpRequest::OUTPUT_HEADER</varname>
|
|
|
|
<initializer>2</initializer>
|
|
|
|
</fieldsynopsis>
|
|
|
|
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
|
|
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.eventhttprequest')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
|
|
|
|
</classsynopsis>
|
|
|
|
<!-- }}} -->
|
|
|
|
</section>
|
|
|
|
<!-- {{{ EventHttpRequest constants -->
|
|
|
|
<section xml:id="eventhttprequest.constants">
|
|
|
|
&reftitle.constants;
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry xml:id="eventhttprequest.constants.cmd-get">
|
2013-03-13 18:14:25 +00:00
|
|
|
<term>
|
|
|
|
<constant>EventHttpRequest::CMD_GET</constant>
|
|
|
|
</term>
|
2013-03-13 18:04:36 +00:00
|
|
|
<listitem>
|
2013-03-13 18:14:25 +00:00
|
|
|
<para>
|
|
|
|
GET method(command)
|
|
|
|
</para>
|
2013-03-13 18:04:36 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="eventhttprequest.constants.cmd-post">
|
2013-03-13 18:14:25 +00:00
|
|
|
<term>
|
|
|
|
<constant>EventHttpRequest::CMD_POST</constant>
|
|
|
|
</term>
|
2013-03-13 18:04:36 +00:00
|
|
|
<listitem>
|
2013-03-13 18:14:25 +00:00
|
|
|
<para>
|
|
|
|
POST method(command)
|
|
|
|
</para>
|
2013-03-13 18:04:36 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="eventhttprequest.constants.cmd-head">
|
2013-03-13 18:14:25 +00:00
|
|
|
<term>
|
|
|
|
<constant>EventHttpRequest::CMD_HEAD</constant>
|
|
|
|
</term>
|
2013-03-13 18:04:36 +00:00
|
|
|
<listitem>
|
2013-03-13 18:14:25 +00:00
|
|
|
<para>
|
|
|
|
HEAD method(command)
|
|
|
|
</para>
|
2013-03-13 18:04:36 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="eventhttprequest.constants.cmd-put">
|
2013-03-13 18:14:25 +00:00
|
|
|
<term>
|
|
|
|
<constant>EventHttpRequest::CMD_PUT</constant>
|
|
|
|
</term>
|
2013-03-13 18:04:36 +00:00
|
|
|
<listitem>
|
2013-03-13 18:14:25 +00:00
|
|
|
<para>
|
|
|
|
PUT method(command)
|
|
|
|
</para>
|
2013-03-13 18:04:36 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="eventhttprequest.constants.cmd-delete">
|
2013-03-13 18:14:25 +00:00
|
|
|
<term>
|
|
|
|
<constant>EventHttpRequest::CMD_DELETE</constant>
|
|
|
|
</term>
|
2013-03-13 18:04:36 +00:00
|
|
|
<listitem>
|
2013-03-13 18:14:25 +00:00
|
|
|
<para>
|
|
|
|
DELETE command(method)
|
|
|
|
</para>
|
2013-03-13 18:04:36 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="eventhttprequest.constants.cmd-options">
|
2013-03-13 18:14:25 +00:00
|
|
|
<term>
|
|
|
|
<constant>EventHttpRequest::CMD_OPTIONS</constant>
|
|
|
|
</term>
|
2013-03-13 18:04:36 +00:00
|
|
|
<listitem>
|
2013-03-13 18:14:25 +00:00
|
|
|
<para>
|
|
|
|
OPTIONS method(command)
|
|
|
|
</para>
|
2013-03-13 18:04:36 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="eventhttprequest.constants.cmd-trace">
|
2013-03-13 18:14:25 +00:00
|
|
|
<term>
|
|
|
|
<constant>EventHttpRequest::CMD_TRACE</constant>
|
|
|
|
</term>
|
2013-03-13 18:04:36 +00:00
|
|
|
<listitem>
|
2013-03-13 18:14:25 +00:00
|
|
|
<para>
|
|
|
|
TRACE method(command)
|
|
|
|
</para>
|
2013-03-13 18:04:36 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="eventhttprequest.constants.cmd-connect">
|
2013-03-13 18:14:25 +00:00
|
|
|
<term>
|
|
|
|
<constant>EventHttpRequest::CMD_CONNECT</constant>
|
|
|
|
</term>
|
2013-03-13 18:04:36 +00:00
|
|
|
<listitem>
|
2013-03-13 18:14:25 +00:00
|
|
|
<para>
|
|
|
|
CONNECT method(command)
|
|
|
|
</para>
|
2013-03-13 18:04:36 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="eventhttprequest.constants.cmd-patch">
|
2013-03-13 18:14:25 +00:00
|
|
|
<term>
|
|
|
|
<constant>EventHttpRequest::CMD_PATCH</constant>
|
|
|
|
</term>
|
2013-03-13 18:04:36 +00:00
|
|
|
<listitem>
|
2013-03-13 18:14:25 +00:00
|
|
|
<para>
|
|
|
|
PATCH method(command)
|
|
|
|
</para>
|
2013-03-13 18:04:36 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="eventhttprequest.constants.input-header">
|
2013-03-13 18:14:25 +00:00
|
|
|
<term>
|
|
|
|
<constant>EventHttpRequest::INPUT_HEADER</constant>
|
|
|
|
</term>
|
2013-03-13 18:04:36 +00:00
|
|
|
<listitem>
|
2013-03-13 18:14:25 +00:00
|
|
|
<para>
|
|
|
|
Request input header type.
|
|
|
|
</para>
|
2013-03-13 18:04:36 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="eventhttprequest.constants.output-header">
|
2013-03-13 18:14:25 +00:00
|
|
|
<term>
|
|
|
|
<constant>EventHttpRequest::OUTPUT_HEADER</constant>
|
|
|
|
</term>
|
2013-03-13 18:04:36 +00:00
|
|
|
<listitem>
|
2013-03-13 18:14:25 +00:00
|
|
|
<para>
|
|
|
|
Request output header type.
|
|
|
|
</para>
|
2013-03-13 18:04:36 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.event.entities.eventhttprequest;
|
|
|
|
|
|
|
|
</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
|
|
|
|
-->
|