Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ RemoteAddr
Method
RemoteAddr
internal/nodes/http_request.go:1524–1526 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1522
}
1523
1524
func
(this *HTTPRequest) RemoteAddr() string {
1525
return
this.requestRemoteAddr(true)
1526
}
1527
1528
func
(this *HTTPRequest) RawRemoteAddr() string {
1529
var
addr = this.RawReq.RemoteAddr
Callers
2
doMismatch
Method · 0.95
doRequestLimit
Method · 0.95
Calls
1
requestRemoteAddr
Method · 0.95
Tested by
no test coverage detected