Documentation ¶
Overview ¶
Package http is responsible for creating an HTTP server
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(app *app.App, address string) (*HttpServer, error)
func (*HttpServer) Close ¶
func (s *HttpServer) Close() error
func (*HttpServer) Port ¶
func (s *HttpServer) Port() int
Click to show internal directories.
Click to hide internal directories.