Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 307 Bytes

File metadata and controls

22 lines (18 loc) · 307 Bytes

httpget

simple featureless http downloader

Usage:

httpget url

Features:

  • basic auth
  • allow redirection
  • encode input url from native codeset to utf-8

Not implemented:

  • http proxy support
  • https
  • auth methods other than basic
  • idna
  • a lot of other stuff