Versions in this module Expand all Collapse all v1 v1.2.27 Jun 13, 2024 v1.2.26 Jun 13, 2024 Changes in this version + func Content(handler HandlerFunc) fasthttp.RequestHandler + type Fasthttp struct + func (*Fasthttp) Name() string + func (*Fasthttp) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (fast *Fasthttp) AddHandler(method, path string, handlers context.Handlers) + func (fast *Fasthttp) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, ...) + func (fast *Fasthttp) FormParam() url.Values + func (fast *Fasthttp) GetCookie() (string, error) + func (fast *Fasthttp) IsPjax() bool + func (fast *Fasthttp) Lang() string + func (fast *Fasthttp) Method() string + func (fast *Fasthttp) Path() string + func (fast *Fasthttp) Query() url.Values + func (fast *Fasthttp) Redirect() + func (fast *Fasthttp) SetApp(app interface{}) error + func (fast *Fasthttp) SetContentType() + func (fast *Fasthttp) Use(app interface{}, plugs []plugins.Plugin) error + func (fast *Fasthttp) User(ctx interface{}) (models.UserModel, bool) + func (fast *Fasthttp) Write(body []byte) + type HandlerFunc func(ctx *fasthttp.RequestCtx) (types.Panel, error)