\qcloudcosHttpClient

Summary

Methods
Properties
Constants
sendRequest()
info()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$httpInfo
$curlHandler
N/A

Properties

$httpInfo

$httpInfo : 

Type

$curlHandler

$curlHandler : 

Type

Methods

sendRequest()

sendRequest(array  $request) : string

send http request

Parameters

array $request

http请求信息 url : 请求的url地址 method : 请求方法,'get', 'post', 'put', 'delete', 'head' data : 请求数据,如有设置,则method为post header : 需要设置的http头部 host : 请求头部host timeout : 请求超时时间 cert : ca文件路径 ssl_version: SSL版本号

Returns

string —

http请求响应

info()

info()