Is it possible to send HTTP requests from my AppEngine application? I need to make some requests and pull some data from the other sites.
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
Yes. More info here: http://code.google.com/appengine/docs/python/urlfetch/overview.html
Here's an example: