Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpServer ¶
type HttpServer struct {
// contains filtered or unexported fields
}
func (HttpServer) Del ¶
func (h HttpServer) Del(w http.ResponseWriter, r *http.Request)
func (HttpServer) Get ¶
func (h HttpServer) Get(w http.ResponseWriter, r *http.Request)
func (HttpServer) Set ¶
func (h HttpServer) Set(w http.ResponseWriter, r *http.Request)
func (HttpServer) State ¶
func (h HttpServer) State(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.