Documentation ¶
Index ¶
Constants ¶
View Source
const ( ContextKeyMatchedRule key ContextKeySession )
Variables ¶
This section is empty.
Functions ¶
func ConfigureBackendURL ¶ added in v0.39.0
func EnrichRequestedURL ¶
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 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)
Click to show internal directories.
Click to hide internal directories.