replacepath

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: 6 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 replace_path middleware.

Types

type Config added in v0.8.0

type Config struct {
	Path string `mapstructure:"path"`
}

Config defines the configuration for the replace_path middleware.

type Middleware added in v0.10.0

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

Middleware is a middleware that replaces the request path.

func NewMiddleware

func NewMiddleware(newPath string) *Middleware

NewMiddleware creates a new ReplacePathMiddleware 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