Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandLineOptions ¶
type CommandLineOptions struct { AllowInsecure bool Body string Headers map[string][]string FollowLocation bool FileToUpload string MaxAddedRequests int MaxRedirect int Method string OutputFile string PostProcessFile string Profiles []string RequestName string URL string Values map[string][]string Variables map[string]string }
CommandLineOptions stores information that was requested by the user from the CLI.
func ParseCommandLineOptions ¶
func ParseCommandLineOptions(args []string) (*CommandLineOptions, error)
ParseCommandLineOptions parses the arguments received on the command line and generate a basic configuration.
Click to show internal directories.
Click to hide internal directories.