Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReverseProxy ¶
type ReverseProxy struct {
// contains filtered or unexported fields
}
ReverseProxy represents the core reverse proxy functionality
func NewReverseProxy ¶
func NewReverseProxy(cfg *config.Config) (*ReverseProxy, error)
NewReverseProxy creates a new reverse proxy instance
func (*ReverseProxy) ServeHTTP ¶
func (rp *ReverseProxy) ServeHTTP(w http.ResponseWriter, r *http.Request)
ServeHTTP implements the http.Handler interface
Click to show internal directories.
Click to hide internal directories.