UNPKG

openapi-tsk

Version:
18 lines (17 loc) 933 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpContentTypeEnum = void 0; var HttpContentTypeEnum; (function (HttpContentTypeEnum) { HttpContentTypeEnum["APPLICATION_JSON"] = "application/json"; HttpContentTypeEnum["APPLICATION_XML"] = "application/xml"; HttpContentTypeEnum["APPLICATION_X_WWW_FORM_URLENCODED"] = "application/x-www-form-urlencoded"; HttpContentTypeEnum["MULTIPART_FORM_DATA"] = "multipart/form-data"; HttpContentTypeEnum["TEXT_HTML"] = "text/html"; HttpContentTypeEnum["TEXT_PLAIN"] = "text/plain"; HttpContentTypeEnum["TEXT_XML"] = "text/xml"; HttpContentTypeEnum["IMAGE_PNG"] = "image/png"; HttpContentTypeEnum["IMAGE_JPEG"] = "image/jpeg"; HttpContentTypeEnum["IMAGE_GIF"] = "image/gif"; HttpContentTypeEnum["IMAGE_X_ICON"] = "image/x-icon"; })(HttpContentTypeEnum || (exports.HttpContentTypeEnum = HttpContentTypeEnum = {}));