httpdget

v0.01.03 1999-10-30
- initial release

v0.01.04 1999-10-30
- HASH_PREFIX bug removed
- strncmp(3) replaced by strncasecmp(3)

v0.02.01 1999-11-29
- minor bug fixes
- status code check improved
- partial get (options o & n) implemented

v0.03.01 2000-04-27
- URL resolution bug removed (protocol):
  formerly: //:// == //://localhost:80/
  now     : //:// == http://localhost:80//
- allow to get 0 bytes
- OK-on-partial-request reaction redesigned
- bugfix: floating point exception on content_length == 0
- added sending line "Host: hostname" (from URL)
- added option -c COOKIE: send line "Cookie: COOKIE\r\n"
