# README
curl
curl工具
如何使用?
通过go get获取:
go get github.com/ZYallers/golib/curl
# Functions
No description provided by the author
NewRequest new request.
NewResponse new one response.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Client Customize http.Client to optimize the performance based on the original http.DefaultTransport @see https://www.loginradius.com/blog/async/tune-the-go-http-client-for-high-performance.