Skip to content
Snippets Groups Projects
CHANGES 87 KiB
Newer Older
  • Learn to ignore specific revisions
  • Daniel Stenberg's avatar
    Daniel Stenberg committed
     Johan Andersson <johan@homemail.com>
     - Implemented HTTP proxy support.
     - Receive byte counter added.
    
     Bjorn Reese <breese@imada.ou.dk>
     - Implemented URLs (and skipped the old syntax).
     - Output is written to stdout, so to achieve the above example, do:
       httpget http://143.54.10.6/info_logo.gif > test.gif
    
    Version 1.1
     Daniel Stenberg <Daniel.Stenberg@sth.frontec.se>
     - Adjusted it slightly to accept named hosts on the command line. We
       wouldn't wanna use IP numbers for the rest of our lifes, would we?
    
    Version 1.0
      Rafael Sagula <sagula@inf.ufrgs.br>
      - Wrote the initial httpget, which started all this!