MCPcopy 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
65func (c *testControllerHandle) BeginRequest(ctx iris.Context) {
66 c.reqField = ctx.URLParam("reqfield")
67}
68
69func (c *testControllerHandle) EndRequest(ctx iris.Context) {}
70

Callers

nothing calls this directly

Calls 1

URLParamMethod · 0.80

Tested by

no test coverage detected