# Python Requests and urllib3

This client uses Python Requests with a custom urllib3 pool manager/adapter to intercept the TLS handshake,
extract the peer certificate’s public key, compute its hash, and enforce public key pinning.

```code-github
clients/python/client_requests.py
```