package shuttle_http

  1. Overview
  2. Docs
Async library for HTTP/1.1 servers and clients

Install

dune-project
 Dependency

Authors

Maintainers

Sources

shuttle-0.9.0.tbz
sha256=fd61626c46dcbd63449746b55e1b0821119e5215c6b32330f9671fbb306812ef
sha512=f06946e9271acd8df613385f7b94facb3d807b031c7eb21fac30886db0f45d8615b6eb71132455008b746513de3590d77890518e0c1a2672f1434cd9c1d97f67

doc/shuttle_http/Shuttle_http/Headers/index.html

Module Shuttle_http.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 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