Back to Joomla project (class list)

Class Http - list of methods

HTTP client class.
Package: Joomla\CMS\Http
Copyright: (C) 2011 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Http/Http.php
Project: Joomla

Method Summary

public
(mixed $options = [], \Joomla\Http\TransportInterface $transport = null)

Constructor.
Parameters
  • array|\ArrayAccess $options Client options array. If the registry contains any headers.* elements, these will be added to the request headers.
  • \Joomla\Http\TransportInterface $transport The HTTP transport object.
Since
  • 1.7.3
-
  • \InvalidArgumentException
Show source code of this method: __construct Source Code

Tags Summary

Since
1.7.3