package http_async

  1. Overview
  2. Docs
type t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val create : ?version:Version.t -> ?reason_phrase:string -> ?headers:Headers.t -> Status.t -> t
val version : t -> Version.t
val status : t -> Status.t
val reason_phrase : t -> string
val headers : t -> Headers.t