Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ AccessTime
Method
AccessTime
internal/nodes/http_client.go:35–37 ·
view source on GitHub ↗
AccessTime 获取访问时间
()
Source
from the content-addressed store, hash-verified
33
34
// AccessTime 获取访问时间
35
func
(this *HTTPClient) AccessTime() int64 {
36
return
this.accessAt
37
}
38
39
// IsProxyProtocol 判断是否为PROXY Protocol
40
func
(this *HTTPClient) IsProxyProtocol() bool {
Callers
1
cleanClients
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected