Documentation
¶
Index ¶
Constants ¶
View Source
const ( MIMEApplicationJSON = "application/json" MIMEApplicationForm = "application/x-www-form-urlencoded" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Connections int
Count int
Duration time.Duration
Timeout time.Duration
Url string
Method string
Args []string
Headers []string
Host string
DisableKeepAlives bool
Body string
File string
Stream bool
JSON bool
Form bool
Insecure bool
Cert string
Key string
HttpProxy string
SocksProxy string
Pipeline bool
Follow bool
MaxRedirects int
Debug bool
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.