Tableau 1. Propriétés de l'instance
| Modificateurs | Type | Nom | Description |
|---|---|---|---|
| protected | array | options | |
| protected | array | postFields | |
| protected | array | postFiles | |
| protected | array | responseInfo | |
| protected | array | responseData | |
| protected | HttpMessage | responseMessage | |
| protected | entier | responseCode | |
| protected | string | responseStatus | |
| protected | entier | method | |
| protected | string | url | |
| protected | string | contentType | |
| protected | string | rawPostData | |
| protected | string | queryData | |
| protected | string | putFile | |
| protected | string | putData | |
| protected | HttpMessage | history | |
| public | boolean | recordHistory |
Tableau 2.
| Type | Nom | Description |
|---|---|---|
| entier | METH_GET | |
| entier | METH_HEAD | |
| entier | METH_POST | |
| entier | METH_PUT | |
| entier | METH_DELETE | |
| entier | METH_OPTIONS | |
| entier | METH_TRACE | |
| entier | METH_CONNECT | |
| entier | METH_PROPFIND | |
| entier | METH_PROPPATCH | |
| entier | METH_MKCOL | |
| entier | METH_COPY | |
| entier | METH_MOVE | |
| entier | METH_LOCK | |
| entier | METH_UNLOCK | |
| entier | METH_VERSION_CONTROL | |
| entier | METH_REPORT | |
| entier | METH_CHECKOUT | |
| entier | METH_CHECKIN | |
| entier | METH_UNCHECKOUT | |
| entier | METH_MKWORKSPACE | |
| entier | METH_UPDATE | |
| entier | METH_LABEL | |
| entier | METH_MERGE | |
| entier | METH_BASELINE_CONTROL | |
| entier | METH_MKACTIVITY | |
| entier | METH_ACL | |
| entier | VERSION_1_0 | |
| entier | VERSION_1_1 | |
| entier | VERSION_NONE | |
| entier | AUTH_BASIC | |
| entier | AUTH_DIGEST | |
| entier | AUTH_NTLM | |
| entier | AUTH_ANY | |
| entier | PROXY_SOCKS4 | |
| entier | PROXY_SOCKS5 | |
| entier | PROXY_HTTP |
| Précédent | Sommaire | Suivant |
| HttpInflateStream::finish | Niveau supérieur | HttpRequest::addCookies |