Closed nikolasj closed 1 year ago
Yeah, I can add that, although I am using httpx, which might have a slightly different implementation.
I'll probably just expose all httpx.AsyncClient
kwargs in the HarborAsyncClient
in the constructor at some point, but I'll prioritize adding verify
ASAP.
Thank you. A very necessary feature. I would like to try to use your lib
I've pushed a new version (0.14.1), try it out and see if it works for you.
It works for me. Thank you!
Hello. Is it possible to disable certificate verification?
in requests package it is verify=False requests.get(policy_url, headers=HEADERS, auth=(username, password), verify=False)