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

Method URL

internal/nodes/http_request.go:1503–1505  ·  view source on GitHub ↗

URL 获取完整的URL

()

Source from the content-addressed store, hash-verified

1501
1502// URL 获取完整的URL
1503func (this *HTTPRequest) URL() string {
1504 return this.requestScheme() + "://" + this.ReqHost + this.uri
1505}
1506
1507// Host 获取Host
1508func (this *HTTPRequest) Host() string {

Callers 13

doRootMethod · 0.95
doCheckUserAgentMethod · 0.95
doAuthMethod · 0.95
doPageLookupMethod · 0.95
doHostRedirectMethod · 0.95
doMismatchMethod · 0.95
doCacheReadMethod · 0.95
doOriginRequestMethod · 0.95
doCheckReferersMethod · 0.95
checkWAFRequestMethod · 0.95
PrepareWebPMethod · 0.80
PrepareCompressionMethod · 0.80

Calls 1

requestSchemeMethod · 0.95

Tested by

no test coverage detected