Versions in this module Expand all Collapse all v1 v1.2.12 May 22, 2020 Changes in this version + func Content(handler HandlerFunc) fasthttp.RequestHandler + type Fasthttp struct + func (fast *Fasthttp) AddHandler(method, path string, handlers context.Handlers) + func (fast *Fasthttp) Content(ctx interface{}, getPanelFn types.GetPanelFn, btns ...types.Button) + func (fast *Fasthttp) DisableLog() + func (fast *Fasthttp) FormParam() url.Values + func (fast *Fasthttp) GetCookie() (string, error) + func (fast *Fasthttp) IsPjax() bool + func (fast *Fasthttp) Method() string + func (fast *Fasthttp) Name() string + func (fast *Fasthttp) Path() string + func (fast *Fasthttp) Redirect() + func (fast *Fasthttp) SetApp(app interface{}) error + func (fast *Fasthttp) SetContentType() + func (fast *Fasthttp) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (fast *Fasthttp) Static(prefix, path string) + 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)