@vladbasin/strong-api-constants
Version:
Http protocol constants for Strong API framework
11 lines • 592 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpContentTypes = void 0;
var HttpContentTypes;
(function (HttpContentTypes) {
HttpContentTypes["ApplicationJson"] = "application/json";
HttpContentTypes["ApplicationOctetStream"] = "application/octet-stream";
HttpContentTypes["MultipartFormData"] = "multipart/form-data";
HttpContentTypes["ApplicationXWWWFormUrlEncoded"] = "application/x-www-form-urlencoded";
})(HttpContentTypes = exports.HttpContentTypes || (exports.HttpContentTypes = {}));
//# sourceMappingURL=HttpContentTypes.js.map