@voiceflow/fetch
Version:
Voiceflow fetch wrapper and error handling for SDKs
10 lines • 329 B
JavaScript
export var HTTPMethod;
(function (HTTPMethod) {
HTTPMethod["DELETE"] = "delete";
HTTPMethod["GET"] = "get";
HTTPMethod["HEAD"] = "head";
HTTPMethod["PATCH"] = "patch";
HTTPMethod["POST"] = "post";
HTTPMethod["PUT"] = "put";
})(HTTPMethod || (HTTPMethod = {}));
//# sourceMappingURL=http-method.enum.js.map