proxy

package
v0.38.3-beta.1 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2020 License: Apache-2.0 Imports: 18 Imported by: 3

Documentation

Index

Constants

View Source
const (
	ContextKeyMatchedRule key
	ContextKeySession
)

Variables

This section is empty.

Functions

func ConfigureBackendURL added in v0.39.0

func ConfigureBackendURL(r *http.Request, rl *rule.Rule) error

func EnrichRequestedURL

func EnrichRequestedURL(r *http.Request)

EnrichRequestedURL sets Scheme and Host values in a URL passed down by a http server. Per default, the URL does not contain host nor scheme values.

func NewSimpleResponseWriter

func NewSimpleResponseWriter() *simpleResponseWriter

Types

type Proxy

type Proxy struct {
	// contains filtered or unexported fields
}

func NewProxy

func NewProxy(r proxyRegistry) *Proxy

func (*Proxy) Director

func (d *Proxy) Director(r *http.Request)

func (*Proxy) RoundTrip

func (d *Proxy) RoundTrip(r *http.Request) (*http.Response, error)

type RequestHandler

type RequestHandler struct {
	// contains filtered or unexported fields
}

func NewRequestHandler

func NewRequestHandler(r requestHandlerRegistry, c configuration.Provider) *RequestHandler

func (*RequestHandler) HandleError added in v0.39.0

func (d *RequestHandler) HandleError(w http.ResponseWriter, r *http.Request, rl *rule.Rule, handleErr error)

func (*RequestHandler) HandleRequest

func (d *RequestHandler) HandleRequest(r *http.Request, rl *rule.Rule) (session *authn.AuthenticationSession, err error)

func (*RequestHandler) InitializeAuthnSession added in v0.39.0

func (d *RequestHandler) InitializeAuthnSession(r *http.Request, rl *rule.Rule) *authn.AuthenticationSession

InitializeAuthnSession reates an authentication session and initializes it with a Match context if possible

Jump to

Keyboard shortcuts

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