MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / RawClient

Method RawClient

internal/nodes/http_client.go:25–27  ·  view source on GitHub ↗

RawClient 获取原始客户端对象

()

Source from the content-addressed store, hash-verified

23
24// RawClient 获取原始客户端对象
25func (this *HTTPClient) RawClient() *http.Client {
26 return this.rawClient
27}
28
29// UpdateAccessTime 更新访问时间
30func (this *HTTPClient) UpdateAccessTime() {

Callers 1

ClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected