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) iris.Handler + type HandlerFunc func(ctx iris.Context) (types.Panel, error) + type Iris struct + func (*Iris) Name() string + func (*Iris) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (is *Iris) AddHandler(method, path string, handlers context.Handlers) + func (is *Iris) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, ...) + func (is *Iris) FormParam() url.Values + func (is *Iris) GetCookie() (string, error) + func (is *Iris) IsPjax() bool + func (is *Iris) Lang() string + func (is *Iris) Method() string + func (is *Iris) Path() string + func (is *Iris) Query() url.Values + func (is *Iris) Redirect() + func (is *Iris) SetApp(app interface{}) error + func (is *Iris) SetContentType() + func (is *Iris) Use(app interface{}, plugs []plugins.Plugin) error + func (is *Iris) User(ctx interface{}) (models.UserModel, bool) + func (is *Iris) Write(body []byte)