You can search for identifiers within the package.
in-package search v0.2.0
Http requests
type 'a t
'a t represents an http request 'a determines how the response body is handled.
'a t
'a
val create : ?timeout_ms:int -> ?headers:Http.Header.t -> Http.Method.t -> uri:string -> input:Source.t -> output:'a Sink.t -> 'a t
module Expert : sig ... end