From 15851072007fe4bd334b14df031258d167bdbc88 Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Wed, 3 Jan 2018 10:39:02 +0100 Subject: [PATCH] Expose the IO module in cohttp-mirage --- cohttp-mirage/src/cohttp_mirage.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/cohttp-mirage/src/cohttp_mirage.ml b/cohttp-mirage/src/cohttp_mirage.ml index 9188a17b2e..ae0aef9010 100644 --- a/cohttp-mirage/src/cohttp_mirage.ml +++ b/cohttp-mirage/src/cohttp_mirage.ml @@ -3,3 +3,4 @@ module Static = Static module Client = Client module Server = Make.Server module Server_with_conduit = Server_with_conduit +module IO = Io.Make