Documentation
¶
Index ¶
Constants ¶
View Source
const ( DialTimout = 5 * time.Second KeepAlive = 15 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpResponse ¶
type ReqClient ¶
type ReqClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(proxyUrl string, header map[string]string, script shell.ScriptType, crypt godzilla.CrypticType) *ReqClient
func (*ReqClient) DoHttpRequest ¶
func (r *ReqClient) DoHttpRequest(url string, data []byte) (*HttpResponse, error)
Click to show internal directories.
Click to hide internal directories.