Versions in this module Expand all Collapse all v0 v0.0.2 Jun 19, 2026 v0.0.1 Mar 5, 2026 Changes in this version + func MountUnderPrefix(h http.Handler, prefix string) http.Handler + func MountUnderPrefixWithOptions(h http.Handler, prefix string, opts ...Option) http.Handler + func NormalizeRoutePrefix(input string) string + type Option func(*Options) + func WithGetHeadRedirectCode(code int) Option + func WithOptions(opts Options) Option + func WithOtherRedirectCode(code int) Option + type Options struct + GetHeadRedirectCode int + OtherRedirectCode int