Skip to content
HyeonJoo edited this page May 16, 2015 · 3 revisions

The pycurl package is a Python interface to libcurl libcurl is a client-side URL transfer library supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP.

class pycurl.Curl Creates a new Curl Object which corresponds to a CURL handle in libcurl

Reference - http://makezine.com/projects/make-42/universal-translator/

Clone this wiki locally