Documentation ¶
Index ¶
- type Response
- func Get(url string, params map[string]interface{}) (httpResponse Response, err error)
- func GetJsonHeader(url string, params map[string]interface{}, headers goheader.Headers) (httpResponse Response, err error)
- func PostForm(targetUrl string, params map[string]interface{}) (httpResponse Response, err error)
- func PostJson(targetUrl string, paramsStr []byte) (httpResponse Response, err error)
- func PostJsonHeader(targetUrl string, paramsStr []byte, headers goheader.Headers) (httpResponse Response, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.