http

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrMissingAuthentication = errors.New("missing authorization")

ErrMissingAuthentication returned when no basic or Authorization header is set.

Functions

This section is empty.

Types

type Proxy

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

Proxy represents HTTP Proxy.

func NewProxy

func NewProxy(address, targetUrl string, handler session.Handler, logger *slog.Logger) (Proxy, error)

func (*Proxy) Handler

func (p *Proxy) Handler(w http.ResponseWriter, r *http.Request)

Handler default handler reads authorization header and performs authorization before proxying the request.

func (*Proxy) Listen

func (p *Proxy) Listen() error

func (*Proxy) ListenTLS

func (p *Proxy) ListenTLS(cert, key string) error

Jump to

Keyboard shortcuts

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