Compare commits

..

2 Commits
v1.0.1 ... v1

Author SHA1 Message Date
renzhiyuan 05d0232929 first push 2025-02-19 15:35:04 +08:00
renzhiyuan 002fa590ef first push 2025-02-19 15:31:04 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ func (re *RequestPool) Put(r *Request) {
re.pool.Put(r)
}
// 重置对象
func (re *RequestPool) Reset(r *Request) {
r.Method = ""
r.Url = ""