CoapMethod()

DESCRIPTION

CoAP method type for making CoAP requests

DECLARATION

export type CoapMethod = "GET" | "POST" | "PUT" | "DELETE"