Documentation ¶
Index ¶
- func ParamsMerge(sets ...map[string]string) map[string]string
- func ParamsRender(params map[string]string) string
- func Request(method string, url url.URL, headers map[string]string) ([]byte, error)
- func RequestHTML(method string, url url.URL) (*goquery.Document, error)
- func RequestJSON(result interface{}, url url.URL) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParamsMerge ¶
Merges string:string sets params
func ParamsRender ¶
Renders params to query string
func RequestHTML ¶
Makes HTTP request and parses result as HTML
func RequestJSON ¶
Makes HTTP request and parses result as JSON
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.