jawah / niquests

“Safest, Fastest, Easiest, and Most advanced” Python HTTP Client. Production Ready! Drop-in replacement for Requests. HTTP/1.1, HTTP/2, and HTTP/3 supported. With WebSocket!
https://niquests.readthedocs.io/en/latest/
Apache License 2.0
1.05k stars 23 forks source link

Better explanation of in memeroy certificates #151

Closed ghbm-itk closed 1 month ago

ghbm-itk commented 1 month ago

The documentation on this site states that certs can be in memory but fails to explain how to do it.

The type hints only asks for str or (str, str) or (str, str, str).

Ousret commented 1 month ago

We've updated the docs to add more explanations.

regards,