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

Method BeginRequest

mvc/controller.go:18–18  ·  view source on GitHub ↗
(*context.Context)

Source from the content-addressed store, hash-verified

16// are called between the controller's method responsible for the incoming request.
17type BaseController interface {
18 BeginRequest(*context.Context)
19 EndRequest(*context.Context)
20}
21

Callers 2

handlerOfMethod · 0.65
AcquireMethod · 0.65

Implementers 10

AuthController_examples/mvc/login-mvc-single-respons
Controller_examples/caddy/server1/main.go
testControllerHandlemvc/controller_handle_test.go
testControllerViewResultRespectCtxViewDatamvc/controller_method_result_test.go
testControllerEndRequestAwarenessmvc/controller_test.go
testCtrl0000mvc/controller_test.go
testControllerRelPathFromFuncmvc/controller_test.go
Contextcontext/context.go
debugRequestHandlerx/client/option.go

Calls

no outgoing calls

Tested by

no test coverage detected