package trail

  1. Overview
  2. Docs

Module Trail.AdapterSource

Sourcetype 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 ]
Sourcemodule type Intf = sig ... end
Sourcetype t = (module Intf)