Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpServer ¶
type HttpServer struct {
// contains filtered or unexported fields
}
func NewHttpServer ¶
func NewHttpServer(context *Context) *HttpServer
func (*HttpServer) Listen ¶
func (this *HttpServer) Listen()
func (*HttpServer) PingHandler ¶
func (this *HttpServer) PingHandler(w http.ResponseWriter, r *http.Request)
func (*HttpServer) URLHandler ¶
func (this *HttpServer) URLHandler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.