Accept []byte directly instead of string, allowing callers to pass fasthttp's ctx.Path() without string conversion. Internally uses bytes.HasPrefix instead of strings.HasPrefix in radix tree search.
Accept []byte directly instead of string, allowing callers to pass fasthttp's ctx.Path() without string conversion. Internally uses bytes.HasPrefix instead of strings.HasPrefix in radix tree search.