Updated Requests api to accept a 'cert' argument.
authorchadnickbok@gmail.com <chad@gaikai.com>
Thu, 15 Mar 2012 00:15:29 +0000 (17:15 -0700)
committerchadnickbok@gmail.com <chad@gaikai.com>
Thu, 15 Mar 2012 00:15:29 +0000 (17:15 -0700)
commitfc618aa78a63d372e160a42f1589dbb738ab16a2
treef5e872600a8e3146b471aedc8d1d2085fe31b785
parent82e69de44f222f9af0ef0888ae78995298efbd92
Updated Requests api to accept a 'cert' argument.
This argument can be either a string, containing the path to a
pem-formatted key and certificate chain, or a tuple of (cert, key).

When supplied a tuple, the values are paths to an SSL certificate
chain file and key, respectively.
requests/api.py
requests/models.py
requests/sessions.py