headers

package
v2.0.0-alpha8+incompat... Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2019 License: MIT Imports: 10 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, config config.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, headers config.Headers) *Header

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

func (*Header) ModifyResponseHeaders

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

ModifyResponseHeaders set or delete response headers

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