Http

Extends Http

HTTP 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

InvalidArgumentException

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

TransportInterfaceThe HTTP transport object.

Response

mixed