Http_bytebuffer.Bytebuffer
type t
val create : int -> t
val unsafe_buf : t -> Stdlib.Bytes.t
val pos : t -> int
val compact : t -> unit
val length : t -> int
val drop : t -> int -> unit
val to_string : t -> string
module Make (IO : sig ... end) (Refill : sig ... end) : sig ... end