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

Method Post

mvc/controller_test.go:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118func (c *testControllerBeginAndEndRequestFunc) Post() {
119 c.Ctx.Writef(c.Username)
120}
121
122func TestControllerBeginAndEndRequestFunc(t *testing.T) {
123 app := iris.New()

Callers

nothing calls this directly

Calls 1

WritefMethod · 0.80

Tested by

no test coverage detected