DR695H | 5fa0146 | 2017-02-15 18:21:12 -0500 | [diff] [blame] | 1 | |
2 | class RequestsClientCert: | ||||
3 | """RequestsClientCert allows adding a client cert to the Requests Robot Library.""" | ||||
4 | |||||
5 | def add_client_cert(self, session, cert): | ||||
6 | """Add Client Cert takes in a requests session object and a string path to the cert""" | ||||
7 | session.cert = cert |