ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Namespaces | |
namespace | HTTP_Request |
Variables | |
const | HTTP_REQUEST_METHOD_GET = 'GET', true |
PEAR and PEAR_Error classes (for error handling) | |
const | HTTP_REQUEST_METHOD_HEAD = 'HEAD', true |
const | HTTP_REQUEST_METHOD_POST = 'POST', true |
const | HTTP_REQUEST_METHOD_PUT = 'PUT', true |
const | HTTP_REQUEST_METHOD_DELETE = 'DELETE', true |
const | HTTP_REQUEST_METHOD_OPTIONS = 'OPTIONS', true |
const | HTTP_REQUEST_METHOD_TRACE = 'TRACE', true |
const | HTTP_REQUEST_ERROR_FILE = 1 |
#@- | |
const | HTTP_REQUEST_ERROR_URL = 2 |
const | HTTP_REQUEST_ERROR_PROXY = 4 |
const | HTTP_REQUEST_ERROR_REDIRECTS = 8 |
const | HTTP_REQUEST_ERROR_RESPONSE = 16 |
const | HTTP_REQUEST_ERROR_GZIP_METHOD = 32 |
const | HTTP_REQUEST_ERROR_GZIP_READ = 64 |
const | HTTP_REQUEST_ERROR_GZIP_DATA = 128 |
const | HTTP_REQUEST_ERROR_GZIP_CRC = 256 |
const | HTTP_REQUEST_HTTP_VER_1_0 = '1.0', true |
#@- | |
const | HTTP_REQUEST_HTTP_VER_1_1 = '1.1', true |
const HTTP_REQUEST_ERROR_FILE = 1 |
const HTTP_REQUEST_ERROR_GZIP_CRC = 256 |
Definition at line 83 of file Request.php.
const HTTP_REQUEST_ERROR_GZIP_DATA = 128 |
Definition at line 82 of file Request.php.
const HTTP_REQUEST_ERROR_GZIP_METHOD = 32 |
Definition at line 80 of file Request.php.
const HTTP_REQUEST_ERROR_GZIP_READ = 64 |
Definition at line 81 of file Request.php.
const HTTP_REQUEST_ERROR_PROXY = 4 |
Definition at line 77 of file Request.php.
const HTTP_REQUEST_ERROR_REDIRECTS = 8 |
Definition at line 78 of file Request.php.
const HTTP_REQUEST_ERROR_RESPONSE = 16 |
Definition at line 79 of file Request.php.
const HTTP_REQUEST_ERROR_URL = 2 |
Definition at line 76 of file Request.php.
const HTTP_REQUEST_HTTP_VER_1_0 = '1.0', true |
const HTTP_REQUEST_HTTP_VER_1_1 = '1.1', true |
Definition at line 90 of file Request.php.
const HTTP_REQUEST_METHOD_DELETE = 'DELETE', true |
Definition at line 67 of file Request.php.
const HTTP_REQUEST_METHOD_GET = 'GET', true |
PEAR and PEAR_Error classes (for error handling)
Socket class URL handling class#@+ Constants for HTTP request methods
Definition at line 63 of file Request.php.
const HTTP_REQUEST_METHOD_HEAD = 'HEAD', true |
Definition at line 64 of file Request.php.
const HTTP_REQUEST_METHOD_OPTIONS = 'OPTIONS', true |
Definition at line 68 of file Request.php.
const HTTP_REQUEST_METHOD_POST = 'POST', true |
Definition at line 65 of file Request.php.
const HTTP_REQUEST_METHOD_PUT = 'PUT', true |
Definition at line 66 of file Request.php.
const HTTP_REQUEST_METHOD_TRACE = 'TRACE', true |
Definition at line 69 of file Request.php.