Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WLSHandler ¶
type WLSHandler struct {
// contains filtered or unexported fields
}
WLSHandler handles http traffic for wls
func InstallHandler ¶
func InstallHandler(mux *http.ServeMux, config *config.Configuration, ls *redis.Manager) (*WLSHandler, error)
InstallHandler registers handlers for http proxying to wls
func (*WLSHandler) ServeHTTP ¶
func (h *WLSHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
func (*WLSHandler) UpdateConfiguration ¶
func (h *WLSHandler) UpdateConfiguration(config *config.Configuration)
UpdateConfiguration updates the running config within the http server mux.
Click to show internal directories.
Click to hide internal directories.