Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_quickcheck_runtime.Quickcheckable.S with type t := t
val quickcheck_generator : t Base_quickcheck.Generator.t
val quickcheck_observer : t Base_quickcheck.Observer.t
val quickcheck_shrinker : t Base_quickcheck.Shrinker.t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
module Error : sig ... end
val write_frame : masked:bool -> Async.Writer.t -> t -> unit
val create_close : code:int -> ?final:bool -> string -> t
frame_bytes
calculates how many bytes a websocket frame would consume.
max_content_bytes
calculates the most content that can be contained in the payload of a frame with up to max_frame_bytes
.
module Iobuf_writer : sig ... end
module Frame_reader : sig ... end