Will there be a way to retrieve HTTP errors when using HTTP.Request()? I understand that future framework versions will not support using urllib2 in the plug-ins, however that seems to be the only way to get the error (and header) information. Thanks!
Yes - the framework provided with v0.9 will support both
You’ll be able to access the header information, and catch any exceptions raised when errors occur.
Thanks for the quick reply!