Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: shadypalm88 on July 06, 2006, 01:05 PM

Title: HTTPRequest
Post by: shadypalm88 on July 06, 2006, 01:05 PM
I recently worked on a project where I needed to make HTTP requests without really adding any extra external dependencies.  That requirement and my curiosity about HTTP created the HTTPRequest library.  Maybe someone here will find it useful.  It implements everything I needed, including
Internally it uses Winsock controls, but this is an implementation detail that you don't really have to worry about aside from making sure it is installed.

HTTPRequest 1.2 (http://dropbox.ionws.com/HTTPRequest.zip)