UNPKG

522 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.http_version = exports.content_transfer_encoding_line = exports.part_content_type_line = void 0;
4/**
5 * @deprecated Since v1.30.0.
6 */
7exports.part_content_type_line = 'Content-Type: application/http';
8/**
9 * @deprecated Since v1.30.0.
10 */
11exports.content_transfer_encoding_line = 'Content-Transfer-Encoding: binary';
12/**
13 * @deprecated Since v1.30.0.
14 */
15exports.http_version = 'HTTP/1.1';
16//# sourceMappingURL=odata-batch-consts.js.map
\No newline at end of file