1 Star 0 Fork 0

Teval / goz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
options.go 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
package goz
import "time"
// Options object
type Options struct {
Debug bool
NoInsecureSkipVerify bool
NoDisableKeepAlives bool
BaseURI string
Timeout float32
timeout time.Duration
Query interface{}
Headers map[string]interface{}
Cookies interface{}
FormParams map[string]interface{}
ByteData []byte
// Add By Teval: multipart/form-data;
FormData map[string]any
JSON interface{}
XML interface{}
Proxy string
ParseBodyFunc func(src []byte) (dist []byte) // 自定义响应数据解密
}
Go
1
https://gitee.com/teval/goz.git
git@gitee.com:teval/goz.git
teval
goz
goz
v1.2.4

搜索帮助