Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPProxy ¶
type HTTPProxy struct {
GetDestination func(ctx context.Context, remoteAddr string) (addr string, err error)
GetContext func(req *http.Request) (context.Context, error)
HandleHTTPValidation func(w http.ResponseWriter, r *http.Request) bool
// contains filtered or unexported fields
}
func (*HTTPProxy) SetTransport ¶
func (p *HTTPProxy) SetTransport(transport http.RoundTripper)
Click to show internal directories.
Click to hide internal directories.