Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WebHandler ¶
type WebHandler struct { Config types.CirconusConfig Logger *logger.Logger }
func (*WebHandler) DispatchGET ¶ added in v0.5.0
func (wh *WebHandler) DispatchGET(w http.ResponseWriter, r *http.Request)
func (*WebHandler) DispatchPOST ¶ added in v0.5.0
func (wh *WebHandler) DispatchPOST(w http.ResponseWriter, r *http.Request)
func (*WebHandler) DispatchPUT ¶ added in v0.5.0
func (wh *WebHandler) DispatchPUT(w http.ResponseWriter, r *http.Request)
func (*WebHandler) ServeHTTP ¶
func (wh *WebHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.