Versions in this module Expand all Collapse all v1 v1.1.2 Mar 13, 2023 v1.1.1 Mar 13, 2023 Changes in this version + type Ehttp struct + Cookies *cookiejar.Jar + E代理方式 int + E重定向方式 int + Headers http.Header + Location string + Proxy string + Response *http.Response + TimeOut int + Timeout int + func NewHttp() *Ehttp + func (this *Ehttp) E取伪造代理ip头信息() string + func (this *Ehttp) E取头信息(s string) string + func (this *Ehttp) E取所有头信息() string + func (this *Ehttp) E取状态码() int + func (this *Ehttp) E设置全局HTTP代理(proxy string) *Ehttp + func (this *Ehttp) E设置全局头信息(s string) *Ehttp + func (this *Ehttp) E设置本次不使用代理() *Ehttp + func (this *Ehttp) E设置自动管理cookie(cookie文件路径 string) *Ehttp + func (this *Ehttp) E设置超时时间(超时时间 int) *Ehttp + func (this *Ehttp) E访问(url string, 访问方法 string, 发送文本 string, 附加头信息 string) ([]byte, error) + func (this *Ehttp) E访问失败() bool + func (this *Ehttp) Get(url string, v ...interface{}) (string, bool) + func (this *Ehttp) GetByte(url string, v ...interface{}) ([]byte, bool) + func (this *Ehttp) GetLcation() string + func (this *Ehttp) Post(url string, s string, v ...interface{}) (string, bool) + func (this *Ehttp) PostByte(url string, s string, v ...interface{}) ([]byte, bool) + func (this *Ehttp) SetAutoSaveCookie(filepath string) *Ehttp + func (this *Ehttp) SetGlobalHeaders(str string) *Ehttp + func (this *Ehttp) SetProxy(proxy string) *Ehttp + func (this *Ehttp) SetTimeOut超时时间(超时时间 int) *Ehttp