Usage:

axp magic wget [options] url

Infoline:

fetch url using Arch::LiteWeb class

Options:

-h, --helpdisplay this help message and exit
-o, --output FILEwrite to FILE rather than stdout
-t, --timeout ARGnetwork timeout (20)
-p, --use-proxyuse proxy defined in env $http_proxy
-r, --max-redirect-depth NUMnumber of redirections allowed (5)
-u, --user-agent ARGUser-Agent string (Arch::LiteWeb/0.1)
-C, --nocacheset "Pragma: no-cache" header
-R, --noredirectdo not follow redirection 301/302 pages
Try to fetch url using HTTP GET.  See 'axp man Arch::LiteWeb'
for more information.

The command name is inspired by the popular unix utility
with similar functionality.