httpclient支持mesh请求 #2

Merged
zhangdeman merged 26 commits from feature/upgrade_httpclient into master 2025-04-01 12:16:20 +08:00
Showing only changes of commit f696c0e871 - Show all commits

View File

@ -131,7 +131,7 @@ func (hc *HttpClient) OnResponseBusinessError(handlerList ...define.HttpBusiness
hc.httpBusinessErrorHandler = append(hc.httpBusinessErrorHandler, handlerList...)
}
// OnRequestFinish 请求完成时间
// OnRequestFinish 请求完成事件
//
// Author : go_developer@163.com<白茶清欢>
//
@ -151,7 +151,7 @@ func (hc *HttpClient) getRequestValidateMiddleware() resty.RequestMiddleware {
}
}
// getResponseValidateMiddleware 获取应数据验证的middleware
// getResponseValidateMiddleware 获取应数据验证的middleware
//
// Author : go_developer@163.com<白茶清欢>
//