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

Method EndRequest

mvc/controller_test.go:390–392  ·  view source on GitHub ↗
(ctx *context.Context)

Source from the content-addressed store, hash-verified

388
389func (c *testControllerRelPathFromFunc) BeginRequest(ctx *context.Context) {}
390func (c *testControllerRelPathFromFunc) EndRequest(ctx *context.Context) {
391 ctx.Writef("%s:%s", ctx.Method(), ctx.Path())
392}
393
394func (c *testControllerRelPathFromFunc) Get() {}
395func (c *testControllerRelPathFromFunc) GetBy(uint64) {}

Callers

nothing calls this directly

Calls 3

WritefMethod · 0.80
MethodMethod · 0.65
PathMethod · 0.65

Tested by

no test coverage detected