sv764t | 8bf4998 | 2018-10-25 01:42:52 -0400 | [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 |