You can search for identifiers within the package.
in-package search v0.2.0
type t
The type of HTTP response.
val status : t -> int
status resp is the HTTP status code of the response resp.
status resp
resp
val headers : t -> Headers.t
headers resp is headers of the response resp.
headers resp