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 PostStream(ctx *b.Context, spec m.Map, msg *b.Message, pdata io.Reader) 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)
- type ClientState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PostStream ¶ added in v0.1.13
Types ¶
type ClientState ¶ added in v0.1.8
type ClientState struct { b.DefaultState ErrorLevel int SessionId string Connection interface{} }
Click to show internal directories.
Click to hide internal directories.