# Constants
StatusFound is the HTTP 302 status code.
StatusInternalServerError is the HTTP 500 status code.
StatusNotFound is the HTTP 404 status code.
# Structs
Header defines a HTTP header to be passed to the proxied server.
Location holds all configuration for an HTTP location.
Map defines an NGINX map.
Parameter defines a Value and Result pair in a Map.
Return represents an HTTP return.
Server holds all configuration for an HTTP server.
SplitClient holds all configuration for an HTTP split client.
SplitClientDistribution maps Percentage to Value in a SplitClient.
SSL holds all SSL related configuration.
Upstream holds all configuration for an HTTP upstream.
UpstreamServer holds all configuration for an HTTP upstream server.
# Type aliases
StatusCode is an HTTP status code.