Files
typeshed/stubs
Kalle Møller 9aa64fdc22 requests: Update adapters.pyi (#7544)
The cert can be
* A string / bytes which is a path to a certfile
* A tuple with two string / bytes, where the first is the certfile and the second is a keyfile
* None (optional)

The tuple could be anything indexable, but there are strict requirement to actualle have two items, don't know if there is something more generic

See https://github.com/psf/requests/blob/main/requests/adapters.py#L242-L248
2022-03-26 20:41:25 -07:00
..
2022-01-10 22:23:28 +02:00
2022-01-30 16:27:06 -08:00
2022-02-11 12:21:28 +01:00
2022-02-10 17:55:31 +02:00
2022-01-30 16:27:06 -08:00
2022-03-11 12:19:51 +01:00