Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CurrentExePath ¶
func CurrentExePath() string
func SplitRequest ¶
Types ¶
type HttpServer ¶
type HttpServer struct {
// contains filtered or unexported fields
}
func NewHttpServer ¶
func NewHttpServer() *HttpServer
func (*HttpServer) ServeHTTP ¶
func (s *HttpServer) ServeHTTP(rw http.ResponseWriter, req *http.Request)
func (*HttpServer) Start ¶
func (c *HttpServer) Start()
func (*HttpServer) Stop ¶
func (c *HttpServer) Stop() error
Click to show internal directories.
Click to hide internal directories.