MCPcopy Create free account
hub / github.com/kataras/iris / FullRequestURI

Method FullRequestURI

context/context.go:1102–1104  ·  view source on GitHub ↗

FullRequestURI returns the full URI, including the scheme, the host and the relative requested path/resource.

()

Source from the content-addressed store, hash-verified

1100// FullRequestURI returns the full URI,
1101// including the scheme, the host and the relative requested path/resource.
1102func (ctx *Context) FullRequestURI() string {
1103 return ctx.AbsoluteURI(ctx.Path())
1104}
1105
1106// RemoteAddr tries to parse and return the real client's request IP.
1107//

Callers 2

LogFailureFunction · 0.80
mainFunction · 0.80

Calls 2

AbsoluteURIMethod · 0.95
PathMethod · 0.95

Tested by

no test coverage detected