Documentation
¶
Overview ¶
Package server provides network listeners, e.g. an HTTP (web/REST/JSON) server.
Index ¶
- func Authenticate(ctx *b.Context, spec m.Map, msg b.Message, req *http.Request) bool
- func DefaultAction(ctx *b.Context, spec m.Map, msg b.Message, rsp http.ResponseWriter, ...)
- func DoneHandler(ctx *b.Context) (loop bool)
- func PollAction(ctx *b.Context, spec m.Map, pollmsg b.Message, rsp http.ResponseWriter, ...)
- func Route(ctx *b.Context, rsp http.ResponseWriter, req *http.Request)
- func StartServer(ctx *b.Context)
- func SyncAction(ctx *b.Context, spec m.Map, msg b.Message, rsp http.ResponseWriter, ...)
- type RqActionHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Authenticate ¶
func DefaultAction ¶
func DoneHandler ¶
func PollAction ¶
func StartServer ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.