Codeigniter-Basic-HTTP-Client:用于 GETPOST 请求的基本 HTTP 客户端

时间:2024-07-16 14:41:18
【文件属性】:

文件名称:Codeigniter-Basic-HTTP-Client:用于 GETPOST 请求的基本 HTTP 客户端

文件大小:2KB

文件格式:ZIP

更新时间:2024-07-16 14:41:18

PHP

Codeigniter 基本 HTTP 客户端 使用 PHP cURL 简化 GET/POST 请求,目前仅支持 JSON 格式。 XML,图像功能即将推出。 安装 将HttpClient.php放入您的应用程序/库中 用法 初始化 $ this -> load -> library ( 'HttpClient' , array ( 'headers' => array ( 'Authorization: SomekeyHere' , 'Content-Type: application/json' , ), 'data' => array ( 'somekey' => 'somedata' , 'anotherkey' => 'anotherkeydata' ), 'url' => 'http://somesite.com/api/1.0' ,


【文件预览】:
Codeigniter-Basic-HTTP-Client-master
----HttpClient.php(4KB)
----readme.md(2KB)

网友评论