- Provide "verify" parameter like the requests library. Either a boolean, in which case it controls whether we verify the server’s TLS certificate, or a string, in which case it must be a path to a CA bundle to use. (Keep "insecure" parameter for backwards compatibility.)
- Documentation updates.