Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
func
(c *testControllerBeginAndEndRequestFunc) Post() {
119
c.Ctx.Writef(c.Username)
120
}
121
122
func
TestControllerBeginAndEndRequestFunc(t *testing.T) {
123
app := iris.New()
Callers
nothing calls this directly
Calls
1
Writef
Method · 0.80
Tested by
no test coverage detected