# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
MakeRegexpArray splits a comma separated list of regexps into an array of Regexp objects.
MakeRegexpArrayOrDie creates an array of regular expression objects from a string or exits.
RequestLogHandler - log the requests that come through the proxy.
Run will start a proxy server in a go routine that returns on the error channel if something is not correct on startup.
# Constants
No description provided by the author
DefaultHostAcceptRE is the default value for which hosts to accept.
DefaultMethodRejectRE is the set of HTTP methods to reject by default.
DefaultPathAcceptRE is the default path to accept.
DefaultPathRejectRE is the default set of paths to reject.
# Variables
ReverseProxyFlushInterval is the frequency to flush the reverse proxy.
# Structs
FilterServer rejects requests which don't match one of the specified regular expressions.
Options will be used by the user to specify the desired details for the proxy.
# Type aliases
HandlerChain will be used for users to pass defined handlers to the proxy.