//
pkg.gl
Category
github.com/rehok/go-utils
curlx
package
0.1.2
Repository:
https://github.com/rehok/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
1
Files
123 SLOC
#
Functions
Get
发送GET请求 url: 请求地址 response: 请求返回的内容.
Post
发送POST请求 url: 请求地址 data: POST请求提交的数据 contentType: 请求体格式,如:application/json content: 请求放回的内容.
PostForm
No description provided by the author
Request
No description provided by the author