[2007-06-10 07:13 UTC] I have a few comments regarding this package:
1) Do you see a chance to avoid HTTP_Request and make this a true PHP 5 package? PEAR.php has a huge footprint and you should be able to realize what you are doing with HTTP_Request with e.g. the curl extension.
2) What do you think of returning some sort of result object instead of the raw SimpleXML-instance in get()?
[2007-06-11 16:52 UTC] David and I have a HTTP_Request2 in the works that is driver based and can use curl, pecl_http, the php stream, or raw sockets.
I'll see if I can get something at least alpha this week.
For the result object at least wrap the SimpleXML instance so you have the ability to add methods in the future.
|