## Requests Library Implementation The `requests` library has been implemented as a standalone OCaml library providing HTTP client functionality similar to Python's requests/urllib3. It successfully abstracts TLS configuration and CA certificate complexity while providing a clean Eio-style API. As a matter of good hygeine, dont import Requests at the top of the test files but use it when needed or do a local open