module type IO = sig ... endThe IO module defines the blocking interface for reading and writing to Cohttp streams
module type Http_io = sig ... endmodule type Request = sig ... endmodule type Response = sig ... endmodule type Body = sig ... end