proxy

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2026 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handle

func Handle(
	upstream string,
	w http.ResponseWriter,
	req *http.Request,
	insecure bool,
	listener func(reqBody *[]byte, statusCode int, respBody *[]byte, respHeaders *http.Header) (*[]byte, *http.Header),
)

func Rewrite

func Rewrite(respHeaders *http.Header, respBody *[]byte, upstream string, port int) *[]byte

func StartRecorder

func StartRecorder(upstream string, dir string, options RecorderOptions) (chan HttpExchange, error)

Types

type HttpExchange

type HttpExchange struct {
	Request         *http.Request
	RequestBody     *[]byte
	StatusCode      int
	ResponseBody    *[]byte
	ResponseHeaders *http.Header
}

type RecorderOptions

type RecorderOptions struct {
	CaptureRequestBody        bool
	CaptureRequestHeaders     bool
	IgnoreDuplicateRequests   bool
	RecordOnlyResponseHeaders []string
	FlatResponseFileStructure bool
}

Jump to

Keyboard shortcuts

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