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()?