\Qcloud_cosHttp

Summary

Methods
Properties
Constants
send()
info()
$_httpInfo
$_curlHandler
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$_httpInfo

$_httpInfo : 

Type

$_curlHandler

$_curlHandler : 

Type

Methods

send()

send(array  $rq) : string

send http request

Parameters

array $rq

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()