Http

扩展 Http

HTTP 客户端类。

1.7.3

Joomla CMS

方法

__construct

构造函数。

__construct(array|\ArrayAccess options = [], \Joomla\Http\TransportInterface transport = null) : 

1.7.3

抛出

InvalidArgumentException

参数

options

array<string|int, mixed>|ArrayAccess 客户端选项数组。如果注册表包含任何 headers.* 元素,这些元素将被添加到请求头中。

transport

TransportInterface HTTP 传输对象。

Response

混合