Url Lib
A library for http, file, ftp, nntp, and dict (with stream and sockets support).
By BurtonRadons.
Original "OpenD" version
- link: http://www.opend.org/urllib.zip
- Requires the Dig library for compilation.
- Contains urlopen, urlread, urllistdir, urlencode, urldecode
- There's also a simple sockets library.
- related newsgroup posts: NG:D/14300 NG:D/14334 NG:D/14345 NG:D/14365
"D Lab" version
- Updated to compile with DMD 0.88 by JustinCalvarese.
- Available from D Lab (Files > projects).
- Includes a simple test of downloading a web page.
2006/12/07 update
- NG:digitalmars.D/45243: updated by BurtonRadons to work with newer versions of DMD (around DMD 0.175)