You can search for identifiers within the package.
in-package search v0.2.0
type request =
| Get
| Post of string
exception Http of string
val default_timeout : float ref
val request : ?timeout:float -> ?headers:(string * string) list -> ?port:int -> host:string -> url:string -> request:request -> unit -> string