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) 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) Types ¶ This section is empty. Source Files ¶ View all Source files http.go Click to show internal directories. Click to hide internal directories.