Type alias HttpMethod

HttpMethod: "get" | "put" | "post" | "delete" | "patch" | "head" | "options"

HTTP methods supported by Febby.

Generated using TypeDoc