Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Http_bytebuffer.Bytebuffer end
type t = Http_bytebuffer.Bytebuffer.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 = Http_bytebuffer.Bytebuffer.Make
include sig ... end