# Functions
Client sets http client.
GetBoolValue will attempt to convert the given value to a bool.
GetFloatValue will attempt to convert the given value to a float64.
GetIntValue will attempt to convert the given value to an int64.
GetStringValue will attempt to convert the given value to a string.
Headers sets request headers.
NewExecGroup returns constructed object.
NewHTTPRequester makes Requester with api and parameters.
Retries sets max number of retries for failed calls.
Timeout sets http client timeout.
# Structs
ExecGroup is a utility for managing graceful, blocking cancellation of goroutines.
Header element to be sent.
HTTPRequester contains main info.
# Interfaces
Requester is used to make outbound requests with.