You can search for identifiers within the package.
in-package search v0.2.0
Response for the http requests
type 'a t
'a t represents a response for a request. 'a determines how the response body is handled
'a t
'a
val response : _ t -> (Http.Response.t, Error.t) result Lwt.t
val body : 'a t -> ('a, Error.t) result Lwt.t
module Expert : sig ... end