Documentation ¶ Index ¶ func HttpCommand() *cobra.Command func HttpCommandLink(cmd *cobra.Command, args []string) func HttpCommandMain(recording bool, displayRow int, HttpVarInput HttpVar, HttpMethod string, ...) error type HttpVar func ParseURL(inputURL string) (HttpVar, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func HttpCommand ¶ func HttpCommand() *cobra.Command Func - HttpCommand func HttpCommandLink ¶ func HttpCommandLink(cmd *cobra.Command, args []string) Func - HttpCommandLink: obtain Flags and call HttpCommandMain() func HttpCommandMain ¶ func HttpCommandMain(recording bool, displayRow int, HttpVarInput HttpVar, HttpMethod string, count int, timeout int, interval int) error Func - HttpCommandMain Types ¶ type HttpVar ¶ type HttpVar struct { Scheme string Hostname string Port int Path string } func ParseURL ¶ func ParseURL(inputURL string) (HttpVar, error) ParseURL extracts scheme, hostname, port, and path from a URL Source Files ¶ View all Source files http_main.go Click to show internal directories. Click to hide internal directories.