module documentation
Some functions to simplify handling of HTTP-requests
| Function | convert |
copied from http://www.5dollarwhitebox.org/drupal/node/84 |
| Function | download |
Uses twisted.web.client.getPage() to fetch a Page via HTTP |
| Function | download |
download content, if the mimetype is text/html |
| Function | get |
Undocumented |
| Function | get |
Download a web page as a string. |
| Function | is |
Undocumented |
Uses twisted.web.client.getPage() to fetch a Page via HTTP
| Returns | |
| A Defered which will call a Callback with the content as argument |