Module Wd_network.Header

type t
val make : name:string -> value:Bytes_value.t -> t
val name : t -> string
val value : t -> Bytes_value.t
val jsont : t Jsont.t