![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de TransportInterface:Fonctions membres publiques | |
| __construct (Registry $options) | |
| request ($method, Uri $uri, $data=null, array $headers=null, $timeout=null, $userAgent=null) | |
Fonctions membres publiques statiques | |
| static | isSupported () |
HTTP transport class interface.
| __construct | ( | Registry | $options | ) |
|
static |
Method to check if HTTP transport is available for use
Implémenté dans SocketTransport, CurlTransport, et StreamTransport.
| request | ( | $method, | |
| Uri | $uri, | ||
$data = null, |
|||
| array | $headers = null, |
||
$timeout = null, |
|||
$userAgent = null |
|||
| ) |
Send a request to the server and return a HttpResponse object with the response.
| string | $method | The HTTP method for sending the request. |
| Uri | $uri | The URI to the resource to request. |
| mixed | $data | Either an associative array or a string to be sent with the request. |
| array | $headers | An array of request headers to send with the request. |
| integer | $timeout | Read timeout in seconds. |
| string | $userAgent | The optional user agent string to send with the request. |
Implémenté dans StreamTransport, SocketTransport, et CurlTransport.