Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GetCommand = &cli.Command{ Name: "get", Aliases: []string{"post", "put", "delete", "patch", "options", "trace", "head", "connect"}, Usage: "Send an HTTP request to a url.", Flags: flags.GetFlags, Action: GetAction, } FileCommand = &cli.Command{ Name: "file", Usage: "Run HTTP requests from a provided file.", Flags: flags.FileFlags, Action: FileAction, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.