package shuttle_http

  1. Overview
  2. Docs

Module Shuttle_http.HeadersSource

Sourcetype t = (string * string) list
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 to_rev_list : t -> (string * string) list
Sourceval to_list : t -> (string * string) list
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 is_empty : t -> bool
Sourceval add_unless_exists : t -> key:string -> data:string -> t
Sourceval add : t -> key:string -> data:string -> t
Sourceval remove : t -> string -> t
OCaml

Innovation. Community. Security.