pyswagger icon indicating copy to clipboard operation
pyswagger copied to clipboard

Add option for setting a custom requests.Session

Open bsquizz opened this issue 6 years ago • 0 comments

This would allow a Session instantiated from outside the client (that already had been configured with some cookies, headers, auth data, etc.) to be passed into the requests client either with a session kwarg at __init__ time, or at some point after the client is in use by calling client.set_session(my_session)

bsquizz avatar Nov 28 '18 19:11 bsquizz