Http
Extends HttpHTTP client class.
| since |
1.7.3 |
|---|---|
| package |
Joomla CMS |
Methods
__construct
Constructor.
__construct(array|\ArrayAccess options = [], \Joomla\Http\TransportInterface transport = null) :
| since |
1.7.3 |
|---|---|
| throws |
|
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