/** * The conditional request header fields must be ignored for methods that do not * select or modify a representation (CONNECT/OPTIONS/TRACE). A server that *did* * evaluate them would surface a conditional-outcome status (304 Not Modified or * 412 Precondition Failed). The non-conformant case is detectable from header * NAMES + status alone, so the common projection is sufficient and the check is * identical across the described transaction and recorded traffic. */ declare const _default: import("@thymian/core").Rule>; export default _default; //# sourceMappingURL=server-must-ignore-conditionals-for-connect-options-trace.rule.d.ts.map