package
0.2.6
Repository: https://github.com/chendemo12/functools.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
DeleteWithOption 发起一个Delete请求.
DoRequest 发起网络请求 @param method string 请求方法,取值为GET/POST/PATCH/PUT/DELETE @param url string 路由地址,"url"形如"/tunnels/2",以"/"开头并不以"/"结尾.
No description provided by the author
GetWithOption 发起一个Get请求.
No description provided by the author
PatchWithOption 发起一个Patch请求.
Post
No description provided by the author
PostWithOption 发起一个Post请求.
No description provided by the author
PutWithOption 发起一个Put请求.

# Constants

No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

Opt 请求参数, T 为响应体类型.