inner

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2016 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package inner provides a simple middleware that (a) prevents access to internal locations and (b) allows to return files from internal location by setting a special header, e.g. in a proxy response.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Internal

type Internal struct {
	Next  middleware.Handler
	Paths []string
}

Internal middleware protects internal locations from external requests - but allows access from the inside by using a special HTTP header.

func (Internal) ServeHTTP

func (i Internal) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error)

ServeHTTP implements the middlware.Handler interface.

Jump to

Keyboard shortcuts

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