Looks like a useful package!
A couple comments after quickly looking through the code:
1. Make sure to follow PEAR coding standards
2. Add docblock comments
3. Instead of including your own HTTP request class with the package, consider using PEAR HTTP_Request2.