headers

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: 14 Imported by: 0

Documentation

Overview

Package headers Middleware based on https://github.com/unrolled/secure.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(ctx context.Context, next http.Handler, cfg dynamic.Headers, name string) (http.Handler, error)

New creates a Headers middleware.

Types

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

Header is a middleware that helps setup a few basic security features. A single headerOptions struct can be provided to configure which features should be enabled, and the ability to override a few of the default values.

func NewHeader

func NewHeader(next http.Handler, cfg dynamic.Headers) *Header

NewHeader constructs a new header instance from supplied frontend header struct.

func (*Header) PostRequestModifyResponseHeaders

func (s *Header) PostRequestModifyResponseHeaders(res *http.Response) error

PostRequestModifyResponseHeaders set or delete response headers. This method is called AFTER the response is generated from the backend and can merge/override headers from the backend response.

func (*Header) ServeHTTP

func (s *Header) ServeHTTP(rw http.ResponseWriter, req *http.Request)

Jump to

Keyboard shortcuts

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