Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kataras/iris
/ BeginRequest
Method
BeginRequest
mvc/controller_handle_test.go:65–67 ·
view source on GitHub ↗
(ctx iris.Context)
Source
from the content-addressed store, hash-verified
63
}
64
65
func
(c *testControllerHandle) BeginRequest(ctx iris.Context) {
66
c.reqField = ctx.URLParam(
"reqfield"
)
67
}
68
69
func
(c *testControllerHandle) EndRequest(ctx iris.Context) {}
70
Callers
nothing calls this directly
Calls
1
URLParam
Method · 0.80
Tested by
no test coverage detected