# Functions
Balancer creates a load balancer among multiple upstream servers.
BalancerForward Forward performs the given http request with round robin algorithm to server and fills the given http response.
Do performs the given http request and fills the given http response.
DoDeadline performs the given request and waits for response until the given deadline.
DomainForward performs an http request based on the given domain and populates the given http response.
DoRedirects performs the given http request and fills the given http response, following up to maxRedirectsCount redirects.
DoTimeout performs the given request and waits for response during the given timeout duration.
Forward performs the given http request and fills the given http response.
New is deprecated.
WithClient sets the global proxy client.
WithTlsConfig update http client with a user specified tls.config This function should be called before Do and Forward.
# Variables
ConfigDefault is the default config.