Connection_cache.Make_no_cache
This functor establishes a new connection for each request.
module Connection : S.Connection
val create : ?ctx:Connection.Net.ctx -> unit -> t
create ?ctx ()
creates a connection for handling a single request. The connection accepts only a single request and will automatically be closed as soon as possible.