We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c689dbc commit b67127cCopy full SHA for b67127c
1 file changed
ctx.go
@@ -56,7 +56,7 @@ type DefaultCtx struct {
56
fasthttp *fasthttp.RequestCtx // Reference to *fasthttp.RequestCtx
57
bind *Bind // Default bind reference
58
redirect *Redirect // Default redirect reference
59
- ctx CustomCtx // Reference to the actual context (self or custom wrapper)
+ ctx CustomCtx // Reference to the actual context (self when DefaultCtx is used directly, or the custom wrapper when embedded)
60
values [maxParams]string // Route parameter values
61
viewBindMap sync.Map // Default view map to bind template engine
62
baseURI string // HTTP base uri
0 commit comments