package
3.3.3
Repository: https://github.com/google/martian.git
Documentation: pkg.go.dev

# Functions

NewFilter returns a filter that executes modifiers if the port of request matches port.
NewModifier returns a RequestModifier that can be configured to alter the request URL and Host header's port.

# Structs

Filter runs modifiers iff the port in the request URL matches port.
Modifier alters the request URL and Host header to use the provided port.