interceptor

package
v0.0.0-...-07b82e6 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2017 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AvailableInterceptors = map[string]Interceptor{
	"throttling": ThrottlingInterceptor{},
}

Functions

This section is empty.

Types

type Interceptor

type Interceptor interface {
	Init()
	Intercept(http.ResponseWriter, *http.Request, http.HandlerFunc)
}

type ThrottlingInterceptor

type ThrottlingInterceptor struct{}

func (ThrottlingInterceptor) Init

func (ThrottlingInterceptor) Init()

func (ThrottlingInterceptor) Intercept

Jump to

Keyboard shortcuts

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