Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($options=[]) | |
Fonctions membres publiques hérités de TransportInterface | |
request ($method, UriInterface $uri, $data=null, array $headers=[], $timeout=null, $userAgent=null) | |
Fonctions membres protégées | |
getOption (string $key, $default=null) | |
processHeaders (array $headers) | |
Attributs protégés | |
$options | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de TransportInterface | |
static | isSupported () |
Abstract transport class.
__construct | ( | $options = [] | ) |
Constructor.
array | \ArrayAccess | $options | Client options array. |
Références AbstractTransport\$options, et $this.
|
protected |
Get an option from the HTTP transport.
string | $key | The name of the option to get. |
mixed | $default | The default value if the option is not set. |
Référencé par Curl\request(), Stream\request(), Socket\request(), et Curl\setCAOptionAndValue().
|
protected |
Processes the headers from a transport's response data.
array | $headers | The headers to process. |
Références $header.
Référencé par Socket\getResponse(), Stream\getResponse(), et Curl\getResponse().
|
protected |
Référencé par AbstractTransport\__construct(), Curl\request(), et Stream\request().