Appearance
Home > @world-wide-lab/client > HTTPMethod
HTTP method to use for a request
Signature:
export type HTTPMethod = "GET" | "POST" | "PUT";