Source for file transport.php
Documentation is available at transport.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* HTTP transport class interface.
* @package Joomla.Platform
* @param JRegistry $options Client options object.
* Send a request to the server and return a JHttpResponse object with the response.
* @param string $method The HTTP method for sending the request.
* @param JUri $uri The URI to the resource to request.
* @param mixed $data Either an associative array or a string to be sent with the request.
* @param array $headers An array of request headers to send with the request.
* @param integer $timeout Read timeout in seconds.
* @param string $userAgent The optional user agent string to send with the request.
public function request($method, JUri $uri, $data =
null, array $headers =
null, $timeout =
null, $userAgent =
null);
* Method to check if HTTP transport is available for use
* @return boolean True if available else false
public static function isSupported();
Documentation generated on Tue, 19 Nov 2013 15:16:00 +0100 by phpDocumentor 1.4.3