Skip to content

[T] HttpVerb

type HttpVerb = "get" | "put" | "post" | "patch" | "delete" | "head";