Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpServer ¶
func NewHttpServer ¶
func NewHttpServer() *HttpServer
func (*HttpServer) HandleFunc ¶
func (this *HttpServer) HandleFunc(pattern string, handler func(http.ResponseWriter, *http.Request))
func (*HttpServer) Start ¶
func (this *HttpServer) Start(netAddr string) error
func (*HttpServer) Stop ¶
func (this *HttpServer) Stop()
Click to show internal directories.
Click to hide internal directories.