Liste de tous les membres
Fonctions membres publiques |
| __construct (JRegistry &$options=null, JHttpTransport $transport=null) |
| patch ($url, $data, array $headers=null) |
| getOption ($key) |
| setOption ($key, $value) |
| options ($url, array $headers=null) |
| head ($url, array $headers=null) |
| get ($url, array $headers=null) |
| post ($url, $data, array $headers=null) |
| put ($url, $data, array $headers=null) |
| delete ($url, array $headers=null) |
| trace ($url, array $headers=null) |
Documentation des constructeurs et destructeur
Constructor.
- Paramètres:
-
- Depuis:
- 11.3
Réimplémentée à partir de JHttp.
Références $options.
Documentation des fonctions membres
JGithubHttp::patch |
( |
|
$url, |
|
|
|
$data, |
|
|
array |
$headers = null |
|
) |
| |
Method to send the PATCH command to the server.
- Paramètres:
-
string | $url | Path to the resource. |
mixed | $data | Either an associative array or a string to be sent with the request. |
array | $headers | An array of name-value pairs to include in the header of the request. |
- Renvoie:
- JHttpResponse
- Depuis:
- 11.3
Références $data, et $url.
Documentation des données membres
const JGithubHttp::AUTHENTICATION_BASIC = 1 |
integer Use basic authentication for HTTP connections.
- Depuis:
- 11.3
const JGithubHttp::AUTHENTICATION_NONE = 0 |
integer Use no authentication for HTTP connections.
- Depuis:
- 11.3
const JGithubHttp::AUTHENTICATION_OAUTH = 2 |
integer Use OAuth authentication for HTTP connections.
- Depuis:
- 11.3
La documentation de cette classe a été générée à partir du fichier suivant :