Documentation ¶ Index ¶ Variables func GET(url string, values ...map[string]string) (string, error) func POST(url string, values map[string]string) (string, error) func PostJSON(url string, values map[string]string) (string, error) func ToUrlValues(values map[string]string) url.Values Constants ¶ This section is empty. Variables ¶ View Source var ( Timeout = 5 * time.Second ) Functions ¶ func GET ¶ func GET(url string, values ...map[string]string) (string, error) func POST ¶ func POST(url string, values map[string]string) (string, error) func PostJSON ¶ func PostJSON(url string, values map[string]string) (string, error) func ToUrlValues ¶ func ToUrlValues(values map[string]string) url.Values Types ¶ This section is empty. Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.