Hi, I tried urllib{2}, pycurl and I'm looking at twisted's new http client. But:
- I found urllib2 difficult to perform a file upload
- pycurl multi looks right but unpythonic
- twisted's http client does not support persistent connection (didn't check the file upload capability)
Is there any other alternative?