Documentation ¶ Index ¶ type Web func Easy_boot() *Web func New(conf *http.Server) (o *Web) func NewSync(conf *http.Server) (o *Web) func NewSyncMap(conf *http.Server, m *sync.Map) (o *Web) func (t *Web) Handle(path_func map[string]func(http.ResponseWriter, *http.Request)) func (t *Web) HandleSync(path string, path_func func(http.ResponseWriter, *http.Request)) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Web ¶ type Web struct { Server *http.Server // contains filtered or unexported fields } func Easy_boot ¶ func Easy_boot() *Web func New ¶ func New(conf *http.Server) (o *Web) func NewSync ¶ added in v0.22.0 func NewSync(conf *http.Server) (o *Web) func NewSyncMap ¶ added in v0.22.1 func NewSyncMap(conf *http.Server, m *sync.Map) (o *Web) func (*Web) Handle ¶ func (t *Web) Handle(path_func map[string]func(http.ResponseWriter, *http.Request)) func (*Web) HandleSync ¶ added in v0.22.0 func (t *Web) HandleSync(path string, path_func func(http.ResponseWriter, *http.Request)) Source Files ¶ View all Source files Web.go Click to show internal directories. Click to hide internal directories.