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 |
Definition at line 16 of file HttpMethod.class.php.
static HttpMethod::get | ( | ) | [static] |
static HttpMethod::post | ( | ) | [static] |
Definition at line 43 of file HttpMethod.class.php.
Referenced by OpenIdConsumer::associate(), and OpenIdConsumer::checkAuthentication().
const HttpMethod::OPTIONS = 1 |
Definition at line 18 of file HttpMethod.class.php.
const HttpMethod::GET = 2 |
const HttpMethod::HEAD = 3 |
Definition at line 20 of file HttpMethod.class.php.
const HttpMethod::POST = 4 |
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] |