proxy

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

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

func NewProxyHandler

func NewProxyHandler(options ...HandlerOption) *Handler

func (*Handler) ServeHTTP

func (m *Handler) ServeHTTP(response http.ResponseWriter, request *http.Request)

type HandlerOption

type HandlerOption = func(*Handler)

func WithHTTPClient

func WithHTTPClient(http contracts.HTTPClient) HandlerOption

func WithLogger

func WithLogger(logger contracts.Logger) HandlerOption

func WithURLReplacerFactory

func WithURLReplacerFactory(replacerFactory contracts.URLReplacerFactory) HandlerOption

Jump to

Keyboard shortcuts

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