/** * A server must ignore If-Range when the request carries no Range header; * returning a 206 Partial Content in that situation reveals the If-Range was * (incorrectly) acted upon. The static and analyze slots use the common * projection (header NAMES + status: If-Range present, Range absent, status * 206), which is sufficient and identical across those contexts. * * The `test` slot is an active probe: it takes a transaction that already * exercises both If-Range and Range, removes the Range header, replays, and * asserts the server did not answer 206 (it must have ignored the now-orphaned * If-Range). */ declare const _default: import("@thymian/core").Rule>; export default _default; //# sourceMappingURL=server-must-ignore-if-range-without-range.rule.d.ts.map