Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de l'interface JHttpTransport
+ Graphe d'héritage de JHttpTransport:

Liste de tous les membres

Fonctions membres publiques

 __construct (JRegistry $options)
 request ($method, JUri $uri, $data=null, array $headers=null, $timeout=null, $userAgent=null)

Fonctions membres publiques statiques

static isSupported ()

Description détaillée

Définition à la ligne 19 du fichier transport.php.


Documentation des constructeurs et destructeur

JHttpTransport::__construct ( JRegistry  $options)

Constructor.

Paramètres:
JRegistry$optionsClient options object.
Depuis:
11.3

Implémenté dans JHttpTransportSocket, JHttpTransportCurl, et JHttpTransportStream.


Documentation des fonctions membres

static JHttpTransport::isSupported ( )
static

Method to check if HTTP transport is available for use

Renvoie:
boolean True if available else false
Depuis:
12.1

Implémenté dans JHttpTransportSocket, JHttpTransportCurl, et JHttpTransportStream.

JHttpTransport::request (   $method,
JUri  $uri,
  $data = null,
array  $headers = null,
  $timeout = null,
  $userAgent = null 
)

Send a request to the server and return a JHttpResponse object with the response.

Paramètres:
string$methodThe HTTP method for sending the request.
JUri$uriThe URI to the resource to request.
mixed$dataEither an associative array or a string to be sent with the request.
array$headersAn array of request headers to send with the request.
integer$timeoutRead timeout in seconds.
string$userAgentThe optional user agent string to send with the request.
Renvoie:
JHttpResponse
Depuis:
11.3

Implémenté dans JHttpTransportStream, JHttpTransportSocket, et JHttpTransportCurl.


La documentation de cette interface a été générée à partir du fichier suivant :