package cohttp-eio

  1. Overview
  2. Docs

Module Body.String_sourceSource

Sourcetype t = {
  1. s : string;
  2. mutable offset : int;
}
Sourceval single_read : t -> Cstruct.t -> int
Sourceval original_string : t -> string
Sourceval read_methods : t Eio.Flow.read_method list
Sourceval create : string -> t