ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Go to the source code of this file.
Data Structures | |
class | HTTP_Request |
class | HTTP_Response |
Namespaces | |
HTTP_Request | |
Variables | |
const | HTTP_REQUEST_METHOD_GET 'GET', true |
PEAR and PEAR_Error classes (for error handling) More... | |
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 |
#- More... | |
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 |
#- More... | |
const | HTTP_REQUEST_HTTP_VER_1_1 '1.1', true |
if(extension_loaded('mbstring') &&(2 &ini_get('mbstring.func_overload'))) | else |
#- More... | |
if (extension_loaded( 'mbstring') &&(2 &ini_get( 'mbstring.func_overload'))) else |
#-
Definition at line 98 of file Request.php.
const HTTP_REQUEST_ERROR_FILE 1 |
#-
#+ Constants for HTTP request error codes
Definition at line 75 of file Request.php.
Referenced by HTTP_Request\addFile().
const HTTP_REQUEST_ERROR_GZIP_CRC 256 |
Definition at line 83 of file Request.php.
Referenced by HTTP_Response\_decodeGzip().
const HTTP_REQUEST_ERROR_GZIP_DATA 128 |
Definition at line 82 of file Request.php.
Referenced by HTTP_Response\_decodeGzip().
const HTTP_REQUEST_ERROR_GZIP_METHOD 32 |
Definition at line 80 of file Request.php.
Referenced by HTTP_Response\_decodeGzip().
const HTTP_REQUEST_ERROR_GZIP_READ 64 |
Definition at line 81 of file Request.php.
Referenced by HTTP_Response\_decodeGzip().
const HTTP_REQUEST_ERROR_PROXY 4 |
Definition at line 77 of file Request.php.
Referenced by HTTP_Request\sendRequest().
const HTTP_REQUEST_ERROR_REDIRECTS 8 |
Definition at line 78 of file Request.php.
Referenced by HTTP_Request\sendRequest().
const HTTP_REQUEST_ERROR_RESPONSE 16 |
Definition at line 79 of file Request.php.
Referenced by HTTP_Response\process().
const HTTP_REQUEST_ERROR_URL 2 |
Definition at line 76 of file Request.php.
Referenced by HTTP_Request\sendRequest().
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.
Referenced by HTTP_Request\HTTP_Request(), HTTP_Request\sendRequest(), and HTTP_Request\setURL().
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.
Referenced by HTTP_Request\HTTP_Request().
const HTTP_REQUEST_METHOD_HEAD 'HEAD', true |
Definition at line 64 of file Request.php.
Referenced by HTTP_Request\sendRequest().
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.
Referenced by HTTP_Request\_buildRequest().
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.