Documentation
¶
Index ¶
Constants ¶
View Source
const ( HTTP_SUCC = iota HTTP_FAIL HTTP_ERROR )
Variables ¶
This section is empty.
Functions ¶
func SetGlobalHttpProxy ¶
func SetGlobalHttpTransfer ¶
Types ¶
type HttpError ¶
func HttpWebRequest ¶
func HttpWebRequest(method string, requestUrl string, header url.Values, query url.Values, cookies []*http.Cookie, body []byte, insecure bool, redirect bool) ( responseUrl string, responseHeader url.Values, responseQuery url.Values, responseBody []byte, responseCookies []*http.Cookie, httpError *HttpError, )
Click to show internal directories.
Click to hide internal directories.