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