Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
Cohttp_lwt.Connection_cacheSourceThis functor establishes a new connection for each request.
This functor keeps a cache of connections for reuse. Connections are reused based on their remote Conduit.endp (effectively IP / port).
This functor keeps a cache of connections for reuse. Connections are reused based on their remote Conduit.endp (effectively IP / port). It also supports automatically connecting and reconnecting to direct and tunneling proxies, based on the remote URI scheme (HTTP will select direct proxies, HTTPS tunneling proxies).