Usage:
axp magic wget
[options] url
Infoline:
Options:
-h, --help | display this help message and exit |
-o, --output FILE | write to FILE rather than stdout |
-t, --timeout ARG | network timeout (20) |
-p, --use-proxy | use proxy defined in env $http_proxy |
-r, --max-redirect-depth NUM | number of redirections allowed (5) |
-u, --user-agent ARG | User-Agent string (Arch::LiteWeb/0.1) |
-C, --nocache | set "Pragma: no-cache" header |
-R, --noredirect | do 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.