package trail

  1. Overview
  2. Docs
type read_result =
  1. | Ok of Request.t * Riot.Bytestring.t
  2. | More of Request.t * Riot.Bytestring.t
  3. | Error of Request.t * [ `Excess_body_read | `Closed | `Process_down | `Timeout | Riot.IO.io_error ]
module type Intf = sig ... end
type t = (module Intf)
OCaml

Innovation. Community. Security.