Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReverseProxy ¶
type ReverseProxy struct {
// contains filtered or unexported fields
}
func NewReverseProxy ¶
func NewReverseProxy() *ReverseProxy
func (*ReverseProxy) AddToSetLimitPath ¶
func (rp *ReverseProxy) AddToSetLimitPath(paths ...string)
func (*ReverseProxy) AddToSetUpstream ¶
func (rp *ReverseProxy) AddToSetUpstream(servers ...string)
func (*ReverseProxy) Proxy ¶
func (rp *ReverseProxy) Proxy() http.Handler
func (*ReverseProxy) SetPrefixPath ¶
func (rp *ReverseProxy) SetPrefixPath(path string)
Click to show internal directories.
Click to hide internal directories.