https://github.com/fjc0k/curl
a tiny php cURL client
https://github.com/fjc0k/curl
Last synced: 6 months ago
JSON representation
a tiny php cURL client
- Host: GitHub
- URL: https://github.com/fjc0k/curl
- Owner: fjc0k
- Created: 2016-12-13T02:15:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T05:28:59.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T11:44:13.439Z (8 months ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
#对Curl的简单封装
```php
'user/1',
'headers' => [
'X-FROM' => 'CurlClient'
],
'cookies' => [
'sid' => '1234567890'
]
]);echo $res;
```