Class JHttpTransportCurl
HTTP transport class for using cURL.
- JHttpTransportCurl implements JHttpTransport
Package: Joomla\Platform\HTTP
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.3
Located at joomla/http/transport/curl.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.3
Located at joomla/http/transport/curl.php
Methods summary
public
|
#
__construct(
Constructor. CURLOPT_FOLLOWLOCATION must be disabled when open_basedir or safe_mode are enabled. |
public
|
|
protected
|
#
getResponse( string $content, array $info )
Method to get a response object from a server response. |
public static
boolean
|
Magic methods summary
Properties summary
protected
|
$options |
#
The client options. |