You can search for identifiers within the package.
in-package search v0.2.0
http_async
Http_async.Request
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:Http_async__.Version.t -> ?headers:Headers.t -> Meth.t -> string -> t
val meth : t -> Meth.t
val path : t -> string
val version : t -> Http_async__.Version.t
val headers : t -> Headers.t