Documentation ¶ Index ¶ func PostJson(url string, parms interface{}, ret interface{}) (*http.Request, error) func PostJsonReturnMap(url string, parms interface{}) (interface{}, error) func PostJsonWithHeaders(url string, parms interface{}, headers map[string]string, ret interface{}) (*http.Request, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func PostJson ¶ added in v1.0.4 func PostJson(url string, parms interface{}, ret interface{}) (*http.Request, error) func PostJsonReturnMap ¶ added in v1.0.8 func PostJsonReturnMap(url string, parms interface{}) (interface{}, error) func PostJsonWithHeaders ¶ added in v1.0.10 func PostJsonWithHeaders(url string, parms interface{}, headers map[string]string, ret interface{}) (*http.Request, error) Types ¶ This section is empty. Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.