package cohttp

  1. Overview
  2. Docs

Module type signatures for Cohttp components

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