TCP/TLS connection pooling for Eio

odoc

+12 -1
+12 -1
lib/conpool.mli
··· 3 3 SPDX-License-Identifier: ISC 4 4 ---------------------------------------------------------------------------*) 5 5 6 - (** Conpool - Protocol-agnostic TCP/IP connection pooling library for Eio *) 6 + (** Conpool - Protocol-agnostic TCP/IP connection pooling library for Eio 7 + 8 + Conpool provides efficient connection pooling for TCP/IP connections with 9 + support for TLS, DNS resolution, retry logic, and connection lifecycle 10 + management. It is designed to be used with Eio's structured concurrency. 11 + 12 + {2 Related Libraries} 13 + 14 + This library is designed to work with: 15 + 16 + {ul 17 + {- [Requests] - HTTP client that uses Conpool for connection management}} *) 7 18 8 19 (** {1 Logging} *) 9 20