forwardedheaders

package
v2.2.11 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type XForwarded

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

XForwarded is an HTTP handler wrapper that sets the X-Forwarded headers, and other relevant headers for a reverse-proxy. Unless insecure is set, it first removes all the existing values for those headers if the remote address is not one of the trusted ones.

func NewXForwarded

func NewXForwarded(insecure bool, trustedIps []string, next http.Handler) (*XForwarded, error)

NewXForwarded creates a new XForwarded.

func (*XForwarded) ServeHTTP

func (x *XForwarded) ServeHTTP(w http.ResponseWriter, r *http.Request)

ServeHTTP implements http.Handler.

Jump to

Keyboard shortcuts

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