Documentation
¶
Index ¶
- type LimitPathType
- func (hdlr *LimitPathType) InitializeWithConfigData(next http.Handler, gCfg *cfg.ServerGlobalConfigType, serverName string, ...) (err error)
- func (hdlr *LimitPathType) PreValidate(gCfg *cfg.ServerGlobalConfigType, cfgData map[string]interface{}, ...) (err error)
- func (hdlr *LimitPathType) ServeHTTP(www http.ResponseWriter, req *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LimitPathType ¶
func NewLimitPathServer ¶
func NewLimitPathServer(n http.Handler, p []string) *LimitPathType
func (*LimitPathType) InitializeWithConfigData ¶
func (hdlr *LimitPathType) InitializeWithConfigData(next http.Handler, gCfg *cfg.ServerGlobalConfigType, serverName string, pNo, callNo int) (err error)
func (*LimitPathType) PreValidate ¶
func (hdlr *LimitPathType) PreValidate(gCfg *cfg.ServerGlobalConfigType, cfgData map[string]interface{}, serverName string, pNo, callNo int) (err error)
func (*LimitPathType) ServeHTTP ¶
func (hdlr *LimitPathType) ServeHTTP(www http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.