http-get

command module
v0.0.0-...-b672898 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2020 License: MIT Imports: 8 Imported by: 0

README

http-get

A very minimal command line application to perform simple HTTP GET requests, written in Go

Usage

http-get <url>

flags

-o output - write to a file (otherwise stdout if not specified)
-t maxDownloadTime - timeout before abandoning download (default 10s)
-T maxConnectTime - timeout when trying to connect to server (default 5s)
-u userAgent - User-Agent to use when making requests (default is Golang default http client)

Features

  • Control maximum timeout before abandoning connections
  • Set User-Agent

Non-features

Other HTTP verbs - this is intended to be minimal - use another client if you need more options.

Contact

Contact me at luke [at] marmaladefoo [dot] com

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL