Versions in this module Expand all Collapse all v0 v0.1.1 Aug 2, 2020 Changes in this version + func Bind(name []string) + func HttpForward(r *http.Request) (*http.Response, error) + func HttpsForward(address string, r *http.Request) (net.Conn, error) + type Forward interface + func NewDefault(timeout int) Forward + func NewHttpProtcal(address string, auth *auth.AuthInfo) Forward + func NewHttpsProtcal(address string, auth *auth.AuthInfo, config *tls.Config) Forward + type ForwardGroup struct + type RuleInstance struct