You can search for identifiers within the package.
in-package search v0.2.0
type standard = [
| `GET
| `HEAD
| `POST
| `PUT
| `DELETE
| `CONNECT
| `OPTIONS
| `TRACE
]
type t = [
| standard
| `Other of string
HTTP methods. This is an optional input for route matching. The current types are chosen to be compatible with what Httpaf uses - link.