Module Awskit_lwt

Lwt runtime adapter functor. Plug in any Cohttp_lwt.S.Client.

Most users should use Awskit_lwt_unix directly.

module My_runtime = Awskit_lwt.Make (Cohttp_lwt_unix.Client)
module Credentials : sig ... end
module Make (Client : Cohttp_lwt.S.Client) : sig ... end

Create a Lwt runtime adapter from a Cohttp client module.