* Add support for reusing the Go net/http Client.

* Enhance HTTP Client parameters.

* 25w07a

* update deps

* Optimize HTTP Client parameters.

* 25w07b

* 2.0.3

* Update README.md

---------

Co-authored-by: 里見 灯花 <172008506+satomitouka@users.noreply.github.com>
This commit is contained in:
WJQSERVER 2025-01-24 19:15:52 +08:00 committed by GitHub
parent c90140a898
commit 460b7514a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 50 additions and 11 deletions

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.23.5
require (
github.com/BurntSushi/toml v1.4.0
github.com/WJQSERVER-STUDIO/go-utils/logger v1.1.0
github.com/WJQSERVER-STUDIO/go-utils/logger v1.1.1
github.com/gin-gonic/gin v1.10.0
golang.org/x/time v0.9.0
)