Versions in this module Expand all Collapse all v0 v0.5.21 Feb 27, 2021 v0.5.20 Feb 27, 2021 Changes in this version + type Tree struct + Mutable bool + func New() *Tree + func (t *Tree) Add(path string, handler gateway.ProxyHandler) + func (t *Tree) FindCaseInsensitivePath(path string, fixTrailingSlash bool, buf *bytebufferpool.ByteBuffer) bool + func (t *Tree) Get(path string, ctx *fasthttp.RequestCtx) (gateway.ProxyHandler, bool)