You can search for identifiers within the package.
in-package search v0.2.0
http
Http.Method
type t = [
| `GET
| `POST
| `HEAD
| `DELETE
| `PATCH
| `PUT
| `OPTIONS
| `TRACE
| `CONNECT
| `Other of string
]
val compare : t -> t -> int
val of_string : string -> t
val to_string : t -> string
val pp : Format.formatter -> t -> unit