You can search for identifiers within the package.
in-package search v0.2.0
type t = [
| `GET
| `PUT
| `POST
| `HEAD
| `DELETE
]
A HTTP method. For now we only handle a subset of these.
See https://tools.ietf.org/html/rfc7231#section-4
val pp : Stdlib.Format.formatter -> t -> unit
val to_string : t -> string