Codeigniter处理http请求的类库CodeIgniter Curl
GitHub地址: https://github.com/philsturgeon/codeigniter-curl
携带Header
$this->curl->http_header("token",$token);
调用
$this->curl->simple_post($url,$params);
Codeigniter处理http请求的类库CodeIgniter Curl
GitHub地址: https://github.com/philsturgeon/codeigniter-curl
携带Header
$this->curl->http_header("token",$token);
调用
$this->curl->simple_post($url,$params);
本文标题:CodeIgniter Curl Class 携带header的
本文链接:https://www.haomeiwen.com/subject/yzlbmttx.html
网友评论