stripprefix

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init added in v0.9.0

func Init() error

Init registers the strip_prefix middleware.

Types

type Config added in v0.8.0

type Config struct {
	Prefixes []string `mapstructure:"prefixes"`
}

Config defines the configuration for the strip_prefix middleware.

type Middleware added in v0.10.0

type Middleware struct {
	// contains filtered or unexported fields
}

Middleware is a middleware that removes prefixes from the request path.

func NewMiddleware

func NewMiddleware(prefixs []string) *Middleware

NewMiddleware creates a new StripPrefixMiddleware instance.

func (*Middleware) ServeHTTP added in v0.10.0

func (m *Middleware) ServeHTTP(ctx context.Context, c *app.RequestContext)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL