Menu

HTTPConnection 1.0 released

The initial version for the HTTPConnection class is released.
Although I call this the initial version I did quite some testing before I put it here.
As all classes here HTTPConnection is written in PHP 5, and will not work with PHP 4, due to the differences in OOP.

You can use this class to connect to Web-Servers and perform actions like GET, POST and HEAD, without using CURL.
Replies are split into header and body so that the data is easy to use. Cookies can be transferred as well as form-data via POST, including file-uploads. It's even possible to login into websites with this.

Posted by Dennis Wronka 2006-01-16

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.