UNPKG

@sap-cloud-sdk/core

Version:
16 lines 522 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.http_version = exports.content_transfer_encoding_line = exports.part_content_type_line = void 0; /** * @deprecated Since v1.30.0. */ exports.part_content_type_line = 'Content-Type: application/http'; /** * @deprecated Since v1.30.0. */ exports.content_transfer_encoding_line = 'Content-Transfer-Encoding: binary'; /** * @deprecated Since v1.30.0. */ exports.http_version = 'HTTP/1.1'; //# sourceMappingURL=odata-batch-consts.js.map