Documentation ¶
Overview ¶
Package client provides HTTP clients for accessing remote services.
Index ¶
- func Get(ctx *b.Context, spec m.Map, addr string, data map[string][]string) string
- func PollStep(ctx *b.Context) (loop bool)
- func PostData(ctx *b.Context, spec m.Map, url string, pdata io.Reader) string
- func PostMessage(ctx *b.Context, spec m.Map, msg *b.Message) string
- func SendData(ctx *b.Context, spec m.Map, msg *b.Message)
- func SendMessage(ctx *b.Context, spec m.Map, msg *b.Message)
- func SetAuthentication(ctx *b.Context, spec m.Map, req *http.Request)
- func SetSession(ctx *b.Context, spec m.Map, msg *b.Message)
- func StartClient(ctx *b.Context)
- func Sync(ctx *b.Context, spec m.Map, msg *b.Message)
- type ClientState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartClient ¶ added in v0.1.8
Types ¶
type ClientState ¶ added in v0.1.8
func (*ClientState) GetSessionMailbox ¶ added in v0.1.8
func (st *ClientState) GetSessionMailbox(string) chan b.Message
Click to show internal directories.
Click to hide internal directories.