Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tekintian/curl_http_request

超级灵活,强大,可自定义的curl http请求类, 可伪装来源,agent, 伪装IP地址等等,支持POST, GET等方式
https://github.com/tekintian/curl_http_request

Last synced: about 10 hours ago
JSON representation

超级灵活,强大,可自定义的curl http请求类, 可伪装来源,agent, 伪装IP地址等等,支持POST, GET等方式

Awesome Lists containing this project

README

        

# Curl http 请求工具

超级灵活,强大,可自定义的curl http请求类, 可伪装来源,agent, 伪装IP地址等等,支持POST, GET等方式

## 使用方法:

1. 载入本工具类

~~~shell
composer require tekintian/curl_http_request
~~~

2. 使用本工具

~~~php