This commit is contained in:
aozhiwei 2024-06-20 17:09:30 +08:00
parent 47f75d8247
commit de3dc89691

View File

@ -13,6 +13,10 @@ const (
HTTP_OPT_SET_PROXY = iota
)
const (
HTTP_HEADER_JSON = "application/json"
)
func internalSetOpt(client *http.Client, request *http.Request, opt int32,
key string, val string) {
switch opt {