I have a controller method that needs to get data from a RESTful web service in order to build its response. Is there a Pylons idiom for making http calls from within the controller method or should I just use urllib2.urlopen() to fetch the data?
Thanks, --David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
