Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 获取原始客户端对象
25
func
(this *HTTPClient) RawClient() *http.Client {
26
return
this.rawClient
27
}
28
29
// UpdateAccessTime 更新访问时间
30
func
(this *HTTPClient) UpdateAccessTime() {
Callers
1
Client
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected