Documentation ¶
Index ¶
- Variables
- func AddParams(httpURL string, params url.Values) string
- func GET(httpURL string, values ...map[string]string) ([]byte, *http.Response, error)
- func POST(httpURL string, values map[string]string) ([]byte, *http.Response, error)
- func PostJSON(httpURL string, values interface{}) ([]byte, *http.Response, error)
- func ToUrlValues(values map[string]string) url.Values
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultTimeout = 5 * time.Second
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.