Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultCurlOutputSeparator = "@NV@"
Variables ¶
This section is empty.
Functions ¶
func GenerateString ¶
GenerateString function will be used to transform the Configurations (options) used to build the Options struct and build a full Curl command and return it as a string
Types ¶
type Options ¶
type Options struct {
CaPath string
ProxyCaPath string
Retry int
MaxTime string
NoTls string
Urls string
TlsDisabledUrls string
}
Options struct contains flag options that will be used to build the curl command. Every Option directly maps to a flag that can be used to configure your curl command.
Click to show internal directories.
Click to hide internal directories.