Documentation
¶
Overview ¶
Package relay provides a reverse proxy which relays requests to your "vanilla" HTTP server, and supports crash recovery.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Proxy ¶
type Proxy struct {
// ReverseProxy is the reverse proxy making the requests to the app.
*httputil.ReverseProxy
// contains filtered or unexported fields
}
Proxy is a reverse proxy and sub-process monitor for ensuring your web server is running.
Click to show internal directories.
Click to hide internal directories.