httpx

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2025 License: GPL-3.0 Imports: 13 Imported by: 0

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 HttpResponse struct {
	RawBody []byte
	*http.Response
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL