Skip to main content

fuzzx

函数名函数描述/介绍
fuzzx.MustNewRequest
fuzzx.NewRequest
fuzzx.concurrentLimit
fuzzx.connPool
fuzzx.context
fuzzx.delay
fuzzx.fromPlugin
fuzzx.host
fuzzx.https
fuzzx.namingContext
fuzzx.noFixContentLength
fuzzx.noRedirect
fuzzx.port
fuzzx.proxy
fuzzx.redirectTimes
fuzzx.runtimeID
fuzzx.source
fuzzx.timeout

函数定义#

MustNewRequest#

详细描述#

定义#

MustNewRequest(raw []byte) *FuzzRequest

参数#

参数名参数类型参数解释
raw[]byte

返回值#

返回值(顺序)返回值类型返回值解释
r1*FuzzRequest

NewRequest#

详细描述#

定义#

NewRequest(raw []byte) (*FuzzRequest, error)

参数#

参数名参数类型参数解释
raw[]byte

返回值#

返回值(顺序)返回值类型返回值解释
r1*FuzzRequest
r2error

concurrentLimit#

详细描述#

定义#

concurrentLimit(i int) HttpPoolConfigOption

参数#

参数名参数类型参数解释
iint

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

connPool#

详细描述#

定义#

connPool(b bool) HttpPoolConfigOption

参数#

参数名参数类型参数解释
bbool

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

context#

详细描述#

定义#

context(ctx context.Context) HttpPoolConfigOption

参数#

参数名参数类型参数解释
ctxcontext.Context

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

delay#

详细描述#

定义#

delay(b float64) HttpPoolConfigOption

参数#

参数名参数类型参数解释
bfloat64

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

fromPlugin#

详细描述#

定义#

fromPlugin(plugin string) HttpPoolConfigOption

参数#

参数名参数类型参数解释
pluginstring

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

host#

详细描述#

定义#

host(h string, isHttps bool) HttpPoolConfigOption

参数#

参数名参数类型参数解释
hstring
isHttpsbool

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

https#

详细描述#

定义#

https(f bool) HttpPoolConfigOption

参数#

参数名参数类型参数解释
fbool

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

namingContext#

详细描述#

定义#

namingContext(invokerName string) HttpPoolConfigOption

参数#

参数名参数类型参数解释
invokerNamestring

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

noFixContentLength#

详细描述#

定义#

noFixContentLength(f bool) HttpPoolConfigOption

参数#

参数名参数类型参数解释
fbool

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

noRedirect#

详细描述#

定义#

noRedirect(i bool) HttpPoolConfigOption

参数#

参数名参数类型参数解释
ibool

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

port#

详细描述#

定义#

port(port int) HttpPoolConfigOption

参数#

参数名参数类型参数解释
portint

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

proxy#

详细描述#

定义#

proxy(proxies ...string) HttpPoolConfigOption

参数#

参数名参数类型参数解释
proxies...string

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

redirectTimes#

详细描述#

定义#

redirectTimes(f int) HttpPoolConfigOption

参数#

参数名参数类型参数解释
fint

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

runtimeID#

详细描述#

定义#

runtimeID(i string) HttpPoolConfigOption

参数#

参数名参数类型参数解释
istring

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

source#

详细描述#

定义#

source(i string) HttpPoolConfigOption

参数#

参数名参数类型参数解释
istring

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption

timeout#

详细描述#

定义#

timeout(f float64) HttpPoolConfigOption

参数#

参数名参数类型参数解释
ffloat64

返回值#

返回值(顺序)返回值类型返回值解释
r1HttpPoolConfigOption