package cohttp-eio

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. s : string;
  2. mutable offset : int;
}
val single_read : t -> Cstruct.t -> int
val original_string : t -> string
val read_methods : t Eio.Flow.read_method list
val create : string -> t