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 -> ?headers:Headers.t -> Meth.t -> string -> t
val meth : t -> Meth.t
val path : t -> string
val version : t -> Version.t
val headers : t -> Headers.t