Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
request ($method, UriInterface $uri, $data=null, array $headers=[], $timeout=null, $userAgent=null) | |
Fonctions membres publiques statiques | |
static | isSupported () |
HTTP transport class interface.
|
static |
Method to check if HTTP transport layer available for using
Implémenté dans Socket, Curl, CurlTransport, SocketTransport, Stream, et StreamTransport.
request | ( | $method, | |
UriInterface | $uri, | ||
$data = null , |
|||
array | $headers = [] , |
||
$timeout = null , |
|||
$userAgent = null |
|||
) |
Send a request to the server and return a Response object with the response.
string | $method | The HTTP method for sending the request. |
UriInterface | $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 SocketTransport, CurlTransport, StreamTransport, Socket, Stream, et Curl.