request

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2023 License: LGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Forwarder

type Forwarder struct {
	HTTPClient    http.Client
	ForwardScheme string
	ForwardHost   string
}

Forwarder implements `http.Handler` interface and forwards all incoming requests to the provided host using the provided scheme and http client

func (*Forwarder) ServeHTTP

func (forwarder *Forwarder) ServeHTTP(writer http.ResponseWriter, request *http.Request)

ServeHTTP forwards the request to the specified `ForwardHost`.

Jump to

Keyboard shortcuts

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