You can search for identifiers within the package.
in-package search v0.2.0
type +'a io
type req
The type for HTTP requests.
type resp
The type for HTTP responses.
type raw
The type of the buffer.
type uri
module HTTP : sig ... end
type status = int
The type for HTTP status code.
val s100_continue : status
100.
100
val s200_ok : status
200.
200
module Request : sig ... end
module Response : sig ... end