Documentation ¶
Index ¶
- func PostJson(url string, parms interface{}, ret interface{}) (*http.Request, *http.Response, []byte, error)
- func PostJsonReturnMap(url string, parms interface{}) (interface{}, error)
- func PostJsonWithHeaders(url string, parms interface{}, headers map[string]string, ret interface{}) (*http.Request, *http.Response, []byte, error)
- func SendJsonWithHeaders(method string, url string, parms interface{}, headers map[string]string, ...) (*http.Request, *http.Response, []byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PostJsonReturnMap ¶ added in v1.0.8
func PostJsonWithHeaders ¶ added in v1.0.10
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.