package http_async

  1. Overview
  2. Docs

Module Http_async.HeadersSource

Sourcetype t
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval of_rev_list : (string * string) list -> t
Sourceval of_list : (string * string) list -> t
Sourceval iter : t -> f:(key:string -> data:string -> unit) -> unit
Sourceval mem : t -> string -> bool
Sourceval find : t -> string -> string option
Sourceval find_multi : t -> string -> string list
Sourceval empty : t
Sourceval add_unless_exists : t -> key:string -> data:string -> t
OCaml

Innovation. Community. Security.