Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultBodyLimit int64 = 10000000
)
Variables ¶
View Source
var DefaultOptions = Options{ Logger: logr.Discard(), Client: &http.Client{}, BodySizeLimit: DefaultBodyLimit, }
View Source
var (
ErrServiceNotRegistered = errors.New("service is not registered")
)
Functions ¶
This section is empty.
Types ¶
type HttpProxy ¶
type HttpProxy struct {
// contains filtered or unexported fields
}
func (*HttpProxy) RegisterOrUpdate ¶
func (h *HttpProxy) RegisterOrUpdate(dst RequestClone) error
Click to show internal directories.
Click to hide internal directories.