• Welcome to Valhalla Legends Archive.
 

HTTPRequest

Started by shadypalm88, July 06, 2006, 01:05 PM

Previous topic - Next topic

shadypalm88

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

  • Chunked transfer encoding
  • Cookies
  • HTTP basic authentication
  • Redirection
  • Submitting forms and arbitrary POST data
  • Control over request headers
  • HTTP proxies
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