Home
Softono

Goproxy

Open source Go
28
Stars
1
Forks
0
Issues
0
Watchers
7 years
Last Commit

 About Goproxy

a reverse proxy authentication server (golang)

Platforms

Web Self-hosted

Languages

Go

Need Help Installing Goproxy?

We provide expert installation service for this software. Our team will install, configure, and secure Goproxy on your server. plans start at just $30.

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)