Versions in this module Expand all Collapse all v1 v1.0.0 Nov 18, 2021 Changes in this version + func Cors() *cors + func Download() *download + func GetSession(ctx *context.Context) se.Session + func Header() *header + func Logger() *logger + func Session(provider se.Provider, config *se.Config, listener *se.Listener) *session + func Static(cache bool, root, prefix string) *static + func Upload() *upload + type Middleware interface + Handler func() func(ctx *context.Context) + func Recovery(handlers ...func(ctx *context.Context)) Middleware + func RecoveryWithConfig(codeName string, codeVal int, msgName string, ...) Middleware