aboutsummaryrefslogtreecommitdiff
path: root/src/httpget.cpp (follow)
AgeCommit message (Collapse)Author
2009-02-24Just committing some in-progress code. It may report some warnings, but itMike Buland
doesn't inhibit building. These'll be in good working shape in no time.
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier.
2007-04-02This constitutes a test version...there's a chance this should have been aMike Buland
branch, but it's so small...I'll just see if bugs arise, and if they do, then we'll fix 'em.
2006-12-29Part of the Connection class timed reads were reporting things improperly.Mike Buland
HttpGet is also much better now, and will timeout if it needs to.
2006-11-09Just modified the debugging for the HttpGet class.Mike Buland
2006-11-09Updated both the httpget class and the sbuffer, they're nice.Mike Buland
2006-11-03HttpGet will actually call the host instead of localhost.Mike Buland
2006-11-02Moved HttpGet in from eubit. It's pretty cool, just give it a url, and it givesMike Buland
you a Stream contianing the web server's response. Right now it doesn't parse any headers or anything.