package
0.0.0-20240209083233-5e736159ee77
Repository: https://github.com/singhravidutt/inverting-proxy.git
Documentation: pkg.go.dev

# Functions

NewRequest converts the given request information to our internal representation.

# Structs

Backend represents a backend server that is allowed to process requests.
Request represents an end-user request that we forward.
Response represents the response to an end-user request that we forward.

# Interfaces

Store defines the interface for reading and writing our internal metadata about requests, responses, and backends.