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

Method Get

mvc/controller_test.go:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (c *testControllerBeginAndEndRequestFunc) Get() {
115 c.Ctx.Writef(c.Username)
116}
117
118func (c *testControllerBeginAndEndRequestFunc) Post() {
119 c.Ctx.Writef(c.Username)

Callers

nothing calls this directly

Calls 1

WritefMethod · 0.80

Tested by

no test coverage detected