Documentation ¶
Index ¶
- func FireHTTPRequest(url string, headers map[string]string, method string, body interface{}, ...) (int, []byte, []*http.Cookie, error)
- func FireHTTPRequest2(url string, headers map[string]string, method string, body interface{}, ...) (*http.Response, error)
- func FireHTTPRequestWithTimeout(url string, headers map[string]string, method string, body interface{}, ...) (int, []byte, []*http.Cookie, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FireHTTPRequest ¶
func FireHTTPRequest(url string, headers map[string]string, method string, body interface{}, cookies []*http.Cookie) (int, []byte, []*http.Cookie, error)
FireHTTPRequest http wrapper
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.