http_bytebuffer
Http_bytebuffer.Bytebuffer
http
ppxlib
yojson
type t
val create : int -> t
val unsafe_buf : t -> 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