package http_async

  1. Overview
  2. Docs

Module Http_async.ResponseSource

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 create : ?version:Version.t -> ?reason_phrase:string -> ?headers:Headers.t -> Status.t -> t
Sourceval version : t -> Version.t
Sourceval status : t -> Status.t
Sourceval reason_phrase : t -> string
Sourceval headers : t -> Headers.t
OCaml

Innovation. Community. Security.