Http
Extends HttpHTTP client class.
deprecated
| since |
1.7.3 |
|---|---|
| deprecated |
6.0.0 will be removed in 7.0 Use Joomla\Http\Http instead |
| package |
Joomla CMS |
Methods
__construct
Constructor.
__construct(array|\ArrayAccess options = [], \Joomla\Http\TransportInterface transport = null) :
deprecated
| throws |
|
|---|---|
| since |
1.7.3 |
| deprecated |
6.0.0 will be removed in 7.0 Use Joomla\Http\Http::__construct() instead |
Arguments
- options
array<string|int, mixed>|ArrayAccessClient options array. If the registry contains any headers.* elements, these will be added to the request headers.- transport
TransportInterface|nullThe HTTP transport object.
Response
mixed