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 New ¶
func New() *HttpServer
func (*HttpServer) HandleFunc ¶
func (h *HttpServer) HandleFunc(pattern string, handler func(ctx *Context))
func (*HttpServer) ListenAndServe ¶
func (h *HttpServer) ListenAndServe(addr string) error
Click to show internal directories.
Click to hide internal directories.