/** * When an If-Range condition is false the recipient must ignore the Range header * and return the full representation rather than a 206 Partial Content. We * target transactions that already carry a Range header (so range processing is * in play), force the If-Range condition to false by setting it to an * entity-tag value that cannot match the current representation, and assert the * recipient did NOT answer 206. This is a sender-driven probe. */ declare const _default: import("@thymian/core").Rule>; export default _default; //# sourceMappingURL=recipient-must-ignore-range-when-if-range-false.rule.d.ts.map