Http
扩展 HttpHTTP 客户端类。
自 |
1.7.3 |
---|---|
包 |
Joomla CMS |
方法
__construct
构造函数。
__construct(array|\ArrayAccess options = [], \Joomla\Http\TransportInterface transport = null) :
自 |
1.7.3 |
---|---|
抛出 |
|
参数
- options
array<string|int, mixed>|ArrayAccess
客户端选项数组。如果注册表包含任何 headers.* 元素,这些元素将被添加到请求头中。- transport
TransportInterface
HTTP 传输对象。
Response
混合