//
pkg.gl
Category
github.com/singhravidutt/inverting-proxy
app
types
package
0.0.0-20240209083233-5e736159ee77
Repository:
https://github.com/singhravidutt/inverting-proxy.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
3
Files
87 SLOC
#
Functions
NewRequest
NewRequest converts the given request information to our internal representation.
#
Structs
Backend
Backend represents a backend server that is allowed to process requests.
Request
Request represents an end-user request that we forward.
Response
Response represents the response to an end-user request that we forward.
#
Interfaces
Store
Store defines the interface for reading and writing our internal metadata about requests, responses, and backends.