upgrade: update wrapper

This commit is contained in:
2025-10-13 17:59:44 +08:00
parent 78810e906b
commit 5b89fff39b
4 changed files with 48 additions and 21 deletions

View File

@ -9,11 +9,12 @@ package httpclient
import (
"fmt"
"git.zhangdeman.cn/zhangdeman/network/httpclient/implement"
"net"
"strings"
"time"
"git.zhangdeman.cn/zhangdeman/network/httpclient/implement"
"git.zhangdeman.cn/zhangdeman/consts"
"git.zhangdeman.cn/zhangdeman/network/httpclient/define"
"git.zhangdeman.cn/zhangdeman/network/httpclient/log"