Skip to content

autom8ter/goproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
autom8ter
Apr 22, 2019
c915d9f · Apr 22, 2019

History

47 Commits
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Apr 17, 2019
Apr 22, 2019
Apr 17, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019

Repository files navigation

goproxy

-- import "github.com/autom8ter/goproxy"

Usage

type GoProxy

type GoProxy struct {
}

GoProxy is a configurable single-target reverse-proxy HTTP handler compatible with the net/http http.Handler interface

func NewGoProxy

func NewGoProxy(config *config.Config) *GoProxy

NewGoProxy registers a new reverseproxy handler for each provided config with the specified path prefix

func (*GoProxy) ServeHTTP

func (g *GoProxy) ServeHTTP(w http.ResponseWriter, r *http.Request)

About

a reverse proxy authentication server (golang)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages