Documentation ¶ Index ¶ func Get(url string, timeout int64) (result string, err error) func PostJson(url string, body string, timeout int64) (result string, err error) func PostParams(url string, params string, timeout int64) (result string, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Get ¶ func Get(url string, timeout int64) (result string, err error) func PostJson ¶ func PostJson(url string, body string, timeout int64) (result string, err error) func PostParams ¶ func PostParams(url string, params string, timeout int64) (result string, err error) Types ¶ This section is empty. Source Files ¶ View all Source files http_client.go Click to show internal directories. Click to hide internal directories.