Documentation ¶
Index ¶
- func Get(_url string, header http.Header, params url.Values, timeout time.Duration) (*http.Response, error)
- func GetJson(_url string, header http.Header, params url.Values, timeout time.Duration) (map[string]any, error)
- func GetUrl(_url string, params url.Values) (string, error)
- func Post(_url string, header http.Header, params map[string]string, ...) (*http.Response, error)
- func PostJson(_url string, header http.Header, params map[string]string, ...) (map[string]any, error)
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.