Type alias HTTPMethod

HTTPMethod: "post" | "get" | "patch" | "put" | "delete" | "options" | "unknown"

Enumeration of different HTTP verbs.

Todo

add others?