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

Method EndRequest

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

Source from the content-addressed store, hash-verified

17type BaseController interface {
18 BeginRequest(*context.Context)
19 EndRequest(*context.Context)
20}
21
22type shared interface {

Callers 3

handlerOfMethod · 0.65
EndRequestMethod · 0.65
ReleaseMethod · 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 1

EndRequestMethod · 0.52