package
0.0.0-20241126003411-bba95ff4d6d5
Repository: https://github.com/google/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.