MCPcopy 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
1524func (this *HTTPRequest) RemoteAddr() string {
1525 return this.requestRemoteAddr(true)
1526}
1527
1528func (this *HTTPRequest) RawRemoteAddr() string {
1529 var addr = this.RawReq.RemoteAddr

Callers 2

doMismatchMethod · 0.95
doRequestLimitMethod · 0.95

Calls 1

requestRemoteAddrMethod · 0.95

Tested by

no test coverage detected