Documentation ¶
Index ¶
- func GetRandomUserAgent() string
- type HttpResponse
- func Delete(url string, header map[string]string) (HttpResponse, error)
- func Get(url string, header map[string]string) (HttpResponse, error)
- func Head(url string, header map[string]string) (HttpResponse, error)
- func Post(url string, header map[string]string, body string) (HttpResponse, error)
- func Put(url string, header map[string]string, body string) (HttpResponse, error)
- func SendRequest(method string, url string, header map[string]string, body string) (HttpResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpResponse ¶
func SendRequest ¶
Click to show internal directories.
Click to hide internal directories.