HttpMethod Class Reference
[HTTP related utilities]

Inheritance diagram for HttpMethod:

Inheritance graph
[legend]

List of all members.

Static Public Member Functions

static get ()
static post ()

Public Attributes

const OPTIONS = 1
const GET = 2
const HEAD = 3
const POST = 4
const PUT = 5
const DELETE = 6
const TRACE = 7
const CONNECT = 8

Protected Attributes

 $names


Detailed Description

Definition at line 16 of file HttpMethod.class.php.


Member Function Documentation

static HttpMethod::get (  )  [static]

Definition at line 38 of file HttpMethod.class.php.

Referenced by OpenIdCredentials::__construct().

static HttpMethod::post (  )  [static]

Definition at line 43 of file HttpMethod.class.php.

Referenced by OpenIdConsumer::associate(), and OpenIdConsumer::checkAuthentication().


Member Data Documentation

const HttpMethod::OPTIONS = 1

Definition at line 18 of file HttpMethod.class.php.

const HttpMethod::GET = 2

Definition at line 19 of file HttpMethod.class.php.

Referenced by CurlHttpClient::send().

const HttpMethod::HEAD = 3

Definition at line 20 of file HttpMethod.class.php.

const HttpMethod::POST = 4

Definition at line 21 of file HttpMethod.class.php.

Referenced by CurlHttpClient::send().

const HttpMethod::PUT = 5

Definition at line 22 of file HttpMethod.class.php.

const HttpMethod::DELETE = 6

Definition at line 23 of file HttpMethod.class.php.

const HttpMethod::TRACE = 7

Definition at line 24 of file HttpMethod.class.php.

const HttpMethod::CONNECT = 8

Definition at line 25 of file HttpMethod.class.php.

HttpMethod::$names [protected]

Initial value:

 array(
            self::OPTIONS   => 'OPTIONS',
            self::GET       => 'GET',
            self::HEAD      => 'HEAD',
            self::POST      => 'POST',
            self::PUT       => 'PUT',
            self::DELETE    => 'DELETE',
            self::TRACE     => 'TRACE',
            self::CONNECT   => 'CONNECT'
        )

Reimplemented from Enumeration.

Definition at line 27 of file HttpMethod.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:44 2007 for onPHP by  doxygen 1.5.4