Type alias HttpVerb

HttpVerb: "get" | "post" | "put" | "patch" | "delete"

All possible verbs/methods an HTTP request can receive.

Generated using TypeDoc