dream-httpaf.dream-hpack
Dream_hpack.Encoder
dream-httpaf
dream-httpaf.dream-gluten
dream-httpaf.dream-gluten-lwt
dream-httpaf.dream-gluten-lwt-unix
dream-httpaf.dream-h2
dream-httpaf.dream-h2-lwt
dream-httpaf.dream-h2-lwt-unix
dream-httpaf.dream-httpaf_
dream-httpaf.dream-httpaf_-lwt
dream-httpaf.dream-httpaf_-lwt-unix
dream-httpaf.dream-websocketaf
dream-httpaf.dream-websocketaf-lwt
dream-httpaf.dream-websocketaf-lwt-unix
module HeaderFieldsTbl : sig ... end
module ValueMap : sig ... end
type t = {
table : Dynamic_table.t;
lookup_table : int ValueMap.t HeaderFieldsTbl.t;
mutable next_seq : int;
}
module BinaryFormat : sig ... end
val create : int -> t
val add : t -> (HeaderFieldsTbl.key * ValueMap.key) -> unit
val encode : t -> Types.header -> (int * int) * int
val encode_int : Faraday.t -> int -> int -> int -> unit
val encode_header : t -> Faraday.t -> Types.header -> unit
val set_capacity : t -> int -> unit