Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Range []string
RangeFormat string
Filename string
Replace []string
Logfile string
Logdir string
Threads int
RequestsPerSecond float64
BufferSize int
Skip int
Limit int
Request *request.Request // the template for the HTTP request
response.TransportOptions
FollowRedirect int
HideStatusCodes []string
ShowStatusCodes []string
HideHeaderSize []string
HideBodySize []string
HidePattern []string
ShowPattern []string
Extract []string
ExtractPipe []string
MaxBodySize int
DisableDecompression bool
LongRequest time.Duration
IPv4Only bool
IPv6Only bool
IsTest bool
Values []string
ShowRequest bool
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.