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