Module Http_async.Response

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