Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChiHandler ¶
func NewChiHandler() chi.Router
Types ¶
type HttpServer ¶
type HttpServer struct {
// contains filtered or unexported fields
}
func NewHttpServer ¶
func NewHttpServer(handler http.Handler, opts ...Option) *HttpServer
func (*HttpServer) Address ¶
func (hs *HttpServer) Address() string
func (*HttpServer) Start ¶
func (hs *HttpServer) Start() error
func (*HttpServer) Stop ¶
func (hs *HttpServer) Stop() error
func (*HttpServer) String ¶
func (s *HttpServer) String() string
Click to show internal directories.
Click to hide internal directories.