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