UNPKG

openapi-tsk

Version:
14 lines (13 loc) 717 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 || (exports.HttpContentTypeEnum = HttpContentTypeEnum = {}));