Versions in this module Expand all Collapse all v0 v0.0.2 Sep 3, 2020 GO-2022-0272 GO-2022-0272: Directory traversal in github.com/kataras/iris and github.com/kataras/iris/v12 v0.0.1 Aug 12, 2020 GO-2022-0272 GO-2022-0272: Directory traversal in github.com/kataras/iris and github.com/kataras/iris/v12 Changes in this version + const AcceptHeaderKey + const AcceptHeaderVersionValue + const AcceptVersionHeaderKey + const Key + const NotFound + var DefaultDeprecationOptions = DeprecationOptions + var ErrNotFound = errors.New("version not found") + var NotFoundHandler = func(ctx *context.Context) + func Deprecated(handler context.Handler, options DeprecationOptions) context.Handler + func GetVersion(ctx *context.Context) string + func Handler(version string) context.Handler + func If(v string, is string) bool + func Match(ctx *context.Context, expectedVersion string) bool + func NewMatcher(versions Map) context.Handler + func SetVersion(ctx *context.Context, constraint string) + func WriteDeprecated(ctx *context.Context, options DeprecationOptions) + type DeprecationOptions struct + DeprecationDate time.Time + DeprecationInfo string + WarnMessage string + func (opts DeprecationOptions) ShouldHandle() bool + type Group struct + func NewGroup(r router.Party, version string) *Group + func (g *Group) Deprecated(options DeprecationOptions) *Group + type Map map[string]context.Handler Incompatible versions in this module v11.1.1+incompatible Jan 16, 2019 GO-2022-0272 v11.1.0+incompatible Nov 18, 2018 GO-2022-0272 Other modules containing this package github.com/kataras/iris/v12