proxy

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2015 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package proxy is middleware that proxies requests.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

New creates a new instance of proxy middleware.

Types

type Proxy

type Proxy struct {
	Next  middleware.Handler
	Rules []Rule
}

Proxy represents a middleware instance that can proxy requests.

func (Proxy) ServeHTTP

func (p Proxy) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error)

ServeHTTP satisfies the middleware.Handler interface.

type Rule

type Rule struct {
	From, To string
}

Jump to

Keyboard shortcuts

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