@thymian/rules-rfc-9110 0.0.0-PLACEHOLDER
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +59 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -0
- package/dist/rules/authentication/credentials/origin-server-should-send-401-for-invalid-credentials.rule.d.ts +3 -0
- package/dist/rules/authentication/credentials/origin-server-should-send-401-for-invalid-credentials.rule.d.ts.map +1 -0
- package/dist/rules/authentication/credentials/origin-server-should-send-401-for-invalid-credentials.rule.js +9 -0
- package/dist/rules/authentication/credentials/origin-server-should-send-401-for-invalid-credentials.rule.js.map +1 -0
- package/dist/rules/authentication/credentials/proxy-should-send-407-for-invalid-proxy-credentials.rule.d.ts +3 -0
- package/dist/rules/authentication/credentials/proxy-should-send-407-for-invalid-proxy-credentials.rule.d.ts.map +1 -0
- package/dist/rules/authentication/credentials/proxy-should-send-407-for-invalid-proxy-credentials.rule.js +9 -0
- package/dist/rules/authentication/credentials/proxy-should-send-407-for-invalid-proxy-credentials.rule.js.map +1 -0
- package/dist/rules/authentication/origin-server/authentication-info/proxy-must-not-modify-authentication-info.rule.d.ts +3 -0
- package/dist/rules/authentication/origin-server/authentication-info/proxy-must-not-modify-authentication-info.rule.d.ts.map +1 -0
- package/dist/rules/authentication/origin-server/authentication-info/proxy-must-not-modify-authentication-info.rule.js +9 -0
- package/dist/rules/authentication/origin-server/authentication-info/proxy-must-not-modify-authentication-info.rule.js.map +1 -0
- package/dist/rules/authentication/origin-server/authorization/proxy-must-not-modify-authorization.rule.d.ts +3 -0
- package/dist/rules/authentication/origin-server/authorization/proxy-must-not-modify-authorization.rule.d.ts.map +1 -0
- package/dist/rules/authentication/origin-server/authorization/proxy-must-not-modify-authorization.rule.js +9 -0
- package/dist/rules/authentication/origin-server/authorization/proxy-must-not-modify-authorization.rule.js.map +1 -0
- package/dist/rules/authentication/origin-server/www-authenticate/proxy-must-not-modify-www-authenticate.rule.d.ts +3 -0
- package/dist/rules/authentication/origin-server/www-authenticate/proxy-must-not-modify-www-authenticate.rule.d.ts.map +1 -0
- package/dist/rules/authentication/origin-server/www-authenticate/proxy-must-not-modify-www-authenticate.rule.js +9 -0
- package/dist/rules/authentication/origin-server/www-authenticate/proxy-must-not-modify-www-authenticate.rule.js.map +1 -0
- package/dist/rules/authentication/origin-server/www-authenticate/server-may-send-www-authenticate-in-other-responses.rule.d.ts +3 -0
- package/dist/rules/authentication/origin-server/www-authenticate/server-may-send-www-authenticate-in-other-responses.rule.d.ts.map +1 -0
- package/dist/rules/authentication/origin-server/www-authenticate/server-may-send-www-authenticate-in-other-responses.rule.js +11 -0
- package/dist/rules/authentication/origin-server/www-authenticate/server-may-send-www-authenticate-in-other-responses.rule.js.map +1 -0
- package/dist/rules/authentication/parameters/authentication-parameter-name-must-occur-once-per-challenge.rule.d.ts +3 -0
- package/dist/rules/authentication/parameters/authentication-parameter-name-must-occur-once-per-challenge.rule.d.ts.map +1 -0
- package/dist/rules/authentication/parameters/authentication-parameter-name-must-occur-once-per-challenge.rule.js +31 -0
- package/dist/rules/authentication/parameters/authentication-parameter-name-must-occur-once-per-challenge.rule.js.map +1 -0
- package/dist/rules/authentication/parameters/authentication-scheme-must-accept-token-and-quoted-string.rule.d.ts +3 -0
- package/dist/rules/authentication/parameters/authentication-scheme-must-accept-token-and-quoted-string.rule.d.ts.map +1 -0
- package/dist/rules/authentication/parameters/authentication-scheme-must-accept-token-and-quoted-string.rule.js +9 -0
- package/dist/rules/authentication/parameters/authentication-scheme-must-accept-token-and-quoted-string.rule.js.map +1 -0
- package/dist/rules/authentication/proxy/proxy-authenticate/proxy-authenticate-applies-to-next-client.rule.d.ts +3 -0
- package/dist/rules/authentication/proxy/proxy-authenticate/proxy-authenticate-applies-to-next-client.rule.d.ts.map +1 -0
- package/dist/rules/authentication/proxy/proxy-authenticate/proxy-authenticate-applies-to-next-client.rule.js +9 -0
- package/dist/rules/authentication/proxy/proxy-authenticate/proxy-authenticate-applies-to-next-client.rule.js.map +1 -0
- package/dist/rules/authentication/proxy/proxy-authorization/proxy-may-relay-credentials.rule.d.ts +3 -0
- package/dist/rules/authentication/proxy/proxy-authorization/proxy-may-relay-credentials.rule.d.ts.map +1 -0
- package/dist/rules/authentication/proxy/proxy-authorization/proxy-may-relay-credentials.rule.js +9 -0
- package/dist/rules/authentication/proxy/proxy-authorization/proxy-may-relay-credentials.rule.js.map +1 -0
- package/dist/rules/authentication/realm/realm-parameter-must-use-quoted-string-syntax.rule.d.ts +3 -0
- package/dist/rules/authentication/realm/realm-parameter-must-use-quoted-string-syntax.rule.d.ts.map +1 -0
- package/dist/rules/authentication/realm/realm-parameter-must-use-quoted-string-syntax.rule.js +29 -0
- package/dist/rules/authentication/realm/realm-parameter-must-use-quoted-string-syntax.rule.js.map +1 -0
- package/dist/rules/authentication/realm/user-agent-may-reuse-same-credentials-for-identical-protection-space.d.ts +3 -0
- package/dist/rules/authentication/realm/user-agent-may-reuse-same-credentials-for-identical-protection-space.d.ts.map +1 -0
- package/dist/rules/authentication/realm/user-agent-may-reuse-same-credentials-for-identical-protection-space.js +9 -0
- package/dist/rules/authentication/realm/user-agent-may-reuse-same-credentials-for-identical-protection-space.js.map +1 -0
- package/dist/rules/authentication/utils/auth-parser.d.ts +16 -0
- package/dist/rules/authentication/utils/auth-parser.d.ts.map +1 -0
- package/dist/rules/authentication/utils/auth-parser.js +83 -0
- package/dist/rules/authentication/utils/auth-parser.js.map +1 -0
- package/dist/rules/authentication/utils/authentication-header-names.d.ts +3 -0
- package/dist/rules/authentication/utils/authentication-header-names.d.ts.map +1 -0
- package/dist/rules/authentication/utils/authentication-header-names.js +11 -0
- package/dist/rules/authentication/utils/authentication-header-names.js.map +1 -0
- package/dist/rules/conditional-requests/evaluation/non-origin-server-must-not-evaluate-conditional-headers.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/evaluation/non-origin-server-must-not-evaluate-conditional-headers.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/evaluation/non-origin-server-must-not-evaluate-conditional-headers.rule.js +11 -0
- package/dist/rules/conditional-requests/evaluation/non-origin-server-must-not-evaluate-conditional-headers.rule.js.map +1 -0
- package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-after-normal-checks.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-after-normal-checks.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-after-normal-checks.rule.js +11 -0
- package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-after-normal-checks.rule.js.map +1 -0
- package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-in-correct-order.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-in-correct-order.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-in-correct-order.rule.js +11 -0
- package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-in-correct-order.rule.js.map +1 -0
- package/dist/rules/conditional-requests/evaluation/server-must-ignore-conditionals-for-connect-options-trace.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/evaluation/server-must-ignore-conditionals-for-connect-options-trace.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/evaluation/server-must-ignore-conditionals-for-connect-options-trace.rule.js +15 -0
- package/dist/rules/conditional-requests/evaluation/server-must-ignore-conditionals-for-connect-options-trace.rule.js.map +1 -0
- package/dist/rules/conditional-requests/evaluation/server-must-ignore-preconditions-for-non-2xx-412-responses.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/evaluation/server-must-ignore-preconditions-for-non-2xx-412-responses.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/evaluation/server-must-ignore-preconditions-for-non-2xx-412-responses.rule.js +13 -0
- package/dist/rules/conditional-requests/evaluation/server-must-ignore-preconditions-for-non-2xx-412-responses.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/cache-or-intermediary-may-ignore-if-match.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-match/cache-or-intermediary-may-ignore-if-match.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/cache-or-intermediary-may-ignore-if-match.rule.js +13 -0
- package/dist/rules/conditional-requests/preconditions/if-match/cache-or-intermediary-may-ignore-if-match.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/client-may-send-if-match-header.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-match/client-may-send-if-match-header.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/client-may-send-if-match-header.rule.js +13 -0
- package/dist/rules/conditional-requests/preconditions/if-match/client-may-send-if-match-header.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.js +13 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-412-response-to-conditional-request.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-412-response-to-conditional-request.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-412-response-to-conditional-request.rule.js +20 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-412-response-to-conditional-request.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-evaluate-if-match-before-method.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-evaluate-if-match-before-method.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-evaluate-if-match-before-method.rule.js +12 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-evaluate-if-match-before-method.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-not-perform-method-when-if-match-fails.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-not-perform-method-when-if-match-fails.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-not-perform-method-when-if-match-fails.rule.js +19 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-not-perform-method-when-if-match-fails.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-use-strong-comparison-for-if-match.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-use-strong-comparison-for-if-match.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-use-strong-comparison-for-if-match.rule.js +11 -0
- package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-use-strong-comparison-for-if-match.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-evaluate-if-modified-since.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-evaluate-if-modified-since.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-evaluate-if-modified-since.rule.js +11 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-evaluate-if-modified-since.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-respond-304-when-if-modified-since-false.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-respond-304-when-if-modified-since-false.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-respond-304-when-if-modified-since-false.rule.js +32 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-respond-304-when-if-modified-since-false.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-for-non-get-head.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-for-non-get-head.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-for-non-get-head.rule.js +15 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-for-non-get-head.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-header-if-no-date-available.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-header-if-no-date-available.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-header-if-no-date-available.rule.js +9 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-header-if-no-date-available.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-when-if-none-match-present.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-when-if-none-match-present.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-when-if-none-match-present.rule.js +12 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-when-if-none-match-present.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-interpret-if-modified-since-value-in-terms-of-servers-clock.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-interpret-if-modified-since-value-in-terms-of-servers-clock.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-interpret-if-modified-since-value-in-terms-of-servers-clock.rule.js +9 -0
- package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-interpret-if-modified-since-value-in-terms-of-servers-clock.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/client-should-generate-if-none-match-for-cache-updates.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/client-should-generate-if-none-match-for-cache-updates.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/client-should-generate-if-none-match-for-cache-updates.rule.js +11 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/client-should-generate-if-none-match-for-cache-updates.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/origin-server-must-evaluate-if-none-match-before-method.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/origin-server-must-evaluate-if-none-match-before-method.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/origin-server-must-evaluate-if-none-match-before-method.rule.js +11 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/origin-server-must-evaluate-if-none-match-before-method.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/origin-server-must-respond-304-or-412-when-if-none-match-fails.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/origin-server-must-respond-304-or-412-when-if-none-match-fails.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/origin-server-must-respond-304-or-412-when-if-none-match-fails.rule.js +33 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/origin-server-must-respond-304-or-412-when-if-none-match-fails.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/recipient-must-use-weak-comparison-for-if-none-match.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/recipient-must-use-weak-comparison-for-if-none-match.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/recipient-must-use-weak-comparison-for-if-none-match.rule.js +11 -0
- package/dist/rules/conditional-requests/preconditions/if-none-match/recipient-must-use-weak-comparison-for-if-none-match.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-header-containing-http-date.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-header-containing-http-date.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-header-containing-http-date.rule.js +22 -0
- package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-header-containing-http-date.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-with-weak-etag.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-with-weak-etag.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-with-weak-etag.rule.js +28 -0
- package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-with-weak-etag.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-without-range.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-without-range.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-without-range.rule.js +13 -0
- package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-without-range.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/origin-server-must-ignore-if-range-header-if-target-resource-does-not-support-range-requests.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-range/origin-server-must-ignore-if-range-header-if-target-resource-does-not-support-range-requests.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/origin-server-must-ignore-if-range-header-if-target-resource-does-not-support-range-requests.rule.js +10 -0
- package/dist/rules/conditional-requests/preconditions/if-range/origin-server-must-ignore-if-range-header-if-target-resource-does-not-support-range-requests.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/recipient-must-ignore-range-when-if-range-false.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-range/recipient-must-ignore-range-when-if-range-false.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/recipient-must-ignore-range-when-if-range-false.rule.js +19 -0
- package/dist/rules/conditional-requests/preconditions/if-range/recipient-must-ignore-range-when-if-range-false.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/recipient-should-process-range-header-if-if-range-matches.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-range/recipient-should-process-range-header-if-if-range-matches.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/recipient-should-process-range-header-if-if-range-matches.rule.js +9 -0
- package/dist/rules/conditional-requests/preconditions/if-range/recipient-should-process-range-header-if-if-range-matches.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/server-must-evaluate-if-range.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-range/server-must-evaluate-if-range.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/server-must-evaluate-if-range.rule.js +11 -0
- package/dist/rules/conditional-requests/preconditions/if-range/server-must-evaluate-if-range.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/server-must-ignore-if-range-without-range.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-range/server-must-ignore-if-range-without-range.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-range/server-must-ignore-if-range-without-range.rule.js +21 -0
- package/dist/rules/conditional-requests/preconditions/if-range/server-must-ignore-if-range-without-range.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/cache-or-intermediary-may-ignore-if-unmodified-since.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/cache-or-intermediary-may-ignore-if-unmodified-since.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/cache-or-intermediary-may-ignore-if-unmodified-since.rule.js +13 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/cache-or-intermediary-may-ignore-if-unmodified-since.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/client-may-send-if-match-header.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/client-may-send-if-match-header.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/client-may-send-if-match-header.rule.js +13 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/client-may-send-if-match-header.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.js +13 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-412-response-to-unmodified-since.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-412-response-to-unmodified-since.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-412-response-to-unmodified-since.rule.js +32 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-412-response-to-unmodified-since.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-must-evaluate-if-unmodified-since.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-must-evaluate-if-unmodified-since.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-must-evaluate-if-unmodified-since.rule.js +11 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-must-evaluate-if-unmodified-since.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-must-not-perform-method-when-if-unmodified-since-fails.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-must-not-perform-method-when-if-unmodified-since-fails.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-must-not-perform-method-when-if-unmodified-since-fails.rule.js +30 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-must-not-perform-method-when-if-unmodified-since-fails.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-ignore-if-unmodified-since-header-if-no-date-available.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-ignore-if-unmodified-since-header-if-no-date-available.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-ignore-if-unmodified-since-header-if-no-date-available.rule.js +9 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-ignore-if-unmodified-since-header-if-no-date-available.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-ignore-if-unmodified-since-when-if-match-present.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-ignore-if-unmodified-since-when-if-match-present.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-ignore-if-unmodified-since-when-if-match-present.rule.js +13 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-ignore-if-unmodified-since-when-if-match-present.rule.js.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-interpret-if-unmodified-since-value-in-terms-of-servers-clock.rule.d.ts +3 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-interpret-if-unmodified-since-value-in-terms-of-servers-clock.rule.d.ts.map +1 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-interpret-if-unmodified-since-value-in-terms-of-servers-clock.rule.js +9 -0
- package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-interpret-if-unmodified-since-value-in-terms-of-servers-clock.rule.js.map +1 -0
- package/dist/rules/conditional-requests/utils.d.ts +52 -0
- package/dist/rules/conditional-requests/utils.d.ts.map +1 -0
- package/dist/rules/conditional-requests/utils.js +130 -0
- package/dist/rules/conditional-requests/utils.js.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept/recipient-should-process-q-parameter-as-weight.rule.d.ts +3 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept/recipient-should-process-q-parameter-as-weight.rule.d.ts.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept/recipient-should-process-q-parameter-as-weight.rule.js +8 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept/recipient-should-process-q-parameter-as-weight.rule.js.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept/sender-should-send-q-parameter-last.rule.d.ts +3 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept/sender-should-send-q-parameter-last.rule.d.ts.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept/sender-should-send-q-parameter-last.rule.js +29 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept/sender-should-send-q-parameter-last.rule.js.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-charset/user-agent-may-associate-quality-value-with-charset.rule.d.ts +3 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-charset/user-agent-may-associate-quality-value-with-charset.rule.d.ts.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-charset/user-agent-may-associate-quality-value-with-charset.rule.js +11 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-charset/user-agent-may-associate-quality-value-with-charset.rule.js.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/codings-value-may-be-given-quality-value.rule.d.ts +3 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/codings-value-may-be-given-quality-value.rule.d.ts.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/codings-value-may-be-given-quality-value.rule.js +10 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/codings-value-may-be-given-quality-value.rule.js.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/origin-server-should-send-response-without-content-coding.rule.d.ts +3 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/origin-server-should-send-response-without-content-coding.rule.d.ts.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/origin-server-should-send-response-without-content-coding.rule.js +10 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/origin-server-should-send-response-without-content-coding.rule.js.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/server-must-not-include-accept-encoding-for-non-content-coding-415-errors.rule.d.ts +3 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/server-must-not-include-accept-encoding-for-non-content-coding-415-errors.rule.d.ts.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/server-must-not-include-accept-encoding-for-non-content-coding-415-errors.rule.js +12 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/server-must-not-include-accept-encoding-for-non-content-coding-415-errors.rule.js.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-language/user-agent-must-not-send-accept-language-without-user-control.rule.d.ts +3 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-language/user-agent-must-not-send-accept-language-without-user-control.rule.d.ts.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-language/user-agent-must-not-send-accept-language-without-user-control.rule.js +10 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/accept-language/user-agent-must-not-send-accept-language-without-user-control.rule.js.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/vary/cache-must-not-use-response-without-matching-vary-headers.rule.d.ts +3 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/vary/cache-must-not-use-response-without-matching-vary-headers.rule.d.ts.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/vary/cache-must-not-use-response-without-matching-vary-headers.rule.js +22 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/vary/cache-must-not-use-response-without-matching-vary-headers.rule.js.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/vary/origin-server-should-generate-vary-header.rule.d.ts +3 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/vary/origin-server-should-generate-vary-header.rule.d.ts.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/vary/origin-server-should-generate-vary-header.rule.js +10 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/vary/origin-server-should-generate-vary-header.rule.js.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/vary/proxy-must-not-generate-vary-wildcard.rule.d.ts +3 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/vary/proxy-must-not-generate-vary-wildcard.rule.d.ts.map +1 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/vary/proxy-must-not-generate-vary-wildcard.rule.js +19 -0
- package/dist/rules/content-negotiation/content-negotiation-fields/vary/proxy-must-not-generate-vary-wildcard.rule.js.map +1 -0
- package/dist/rules/content-negotiation/proactive-negotiation/user-agent-may-send-preference-headers-for-proactive-negotiation.rule.d.ts +3 -0
- package/dist/rules/content-negotiation/proactive-negotiation/user-agent-may-send-preference-headers-for-proactive-negotiation.rule.d.ts.map +1 -0
- package/dist/rules/content-negotiation/proactive-negotiation/user-agent-may-send-preference-headers-for-proactive-negotiation.rule.js +10 -0
- package/dist/rules/content-negotiation/proactive-negotiation/user-agent-may-send-preference-headers-for-proactive-negotiation.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-accept-all-http-date-formats.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-accept-all-http-date-formats.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-accept-all-http-date-formats.rule.js +14 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-accept-all-http-date-formats.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-interpret-two-digit-years-correctly.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-interpret-two-digit-years-correctly.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-interpret-two-digit-years-correctly.rule.js +12 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-interpret-two-digit-years-correctly.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-generate-timestamps-in-imf-fixdate-format.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-generate-timestamps-in-imf-fixdate-format.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-generate-timestamps-in-imf-fixdate-format.rule.js +14 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-generate-timestamps-in-imf-fixdate-format.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-not-generate-additional-whitespace-in-http-date.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-not-generate-additional-whitespace-in-http-date.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-not-generate-additional-whitespace-in-http-date.rule.js +13 -0
- package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-not-generate-additional-whitespace-in-http-date.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/lists/recipient-must-accept-lists-with-empty-elements.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/lists/recipient-must-accept-lists-with-empty-elements.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/lists/recipient-must-accept-lists-with-empty-elements.rule.js +13 -0
- package/dist/rules/fields/defining-field-values/lists/recipient-must-accept-lists-with-empty-elements.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/lists/recipient-must-parse-and-ignore-empty-list-elements.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/lists/recipient-must-parse-and-ignore-empty-list-elements.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/lists/recipient-must-parse-and-ignore-empty-list-elements.rule.js +13 -0
- package/dist/rules/fields/defining-field-values/lists/recipient-must-parse-and-ignore-empty-list-elements.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/lists/sender-must-not-generate-empty-list-elements.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/lists/sender-must-not-generate-empty-list-elements.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/lists/sender-must-not-generate-empty-list-elements.rule.js +14 -0
- package/dist/rules/fields/defining-field-values/lists/sender-must-not-generate-empty-list-elements.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/quoted-strings/recipient-must-handle-quoted-pairs-correctly.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/quoted-strings/recipient-must-handle-quoted-pairs-correctly.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/quoted-strings/recipient-must-handle-quoted-pairs-correctly.rule.js +14 -0
- package/dist/rules/fields/defining-field-values/quoted-strings/recipient-must-handle-quoted-pairs-correctly.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/quoted-strings/sender-should-not-generate-quoted-pairs-except-for-dquote-backslash.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/quoted-strings/sender-should-not-generate-quoted-pairs-except-for-dquote-backslash.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/quoted-strings/sender-should-not-generate-quoted-pairs-except-for-dquote-backslash.rule.js +13 -0
- package/dist/rules/fields/defining-field-values/quoted-strings/sender-should-not-generate-quoted-pairs-except-for-dquote-backslash.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/quoted-strings/sender-should-not-generate-quoted-pairs-in-comments-except-for-parens-backslash.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/quoted-strings/sender-should-not-generate-quoted-pairs-in-comments-except-for-parens-backslash.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/quoted-strings/sender-should-not-generate-quoted-pairs-in-comments-except-for-parens-backslash.rule.js +14 -0
- package/dist/rules/fields/defining-field-values/quoted-strings/sender-should-not-generate-quoted-pairs-in-comments-except-for-parens-backslash.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/implementation-may-remove-bws-before-processing.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/whitespace/implementation-may-remove-bws-before-processing.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/implementation-may-remove-bws-before-processing.rule.js +12 -0
- package/dist/rules/fields/defining-field-values/whitespace/implementation-may-remove-bws-before-processing.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/implementation-may-replace-ows-or-rws-with-single-sp.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/whitespace/implementation-may-replace-ows-or-rws-with-single-sp.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/implementation-may-replace-ows-or-rws-with-single-sp.rule.js +12 -0
- package/dist/rules/fields/defining-field-values/whitespace/implementation-may-replace-ows-or-rws-with-single-sp.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/recipient-must-parse-and-remove-bws.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/whitespace/recipient-must-parse-and-remove-bws.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/recipient-must-parse-and-remove-bws.rule.js +13 -0
- package/dist/rules/fields/defining-field-values/whitespace/recipient-must-parse-and-remove-bws.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-must-not-generate-bws.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-must-not-generate-bws.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-must-not-generate-bws.rule.js +15 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-must-not-generate-bws.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-ows-as-single-sp-when-readable.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-ows-as-single-sp-when-readable.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-ows-as-single-sp-when-readable.rule.js +14 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-ows-as-single-sp-when-readable.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-rws-as-single-sp.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-rws-as-single-sp.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-rws-as-single-sp.rule.js +14 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-rws-as-single-sp.rule.js.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-should-not-generate-ows-except-when-needed.rule.d.ts +3 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-should-not-generate-ows-except-when-needed.rule.d.ts.map +1 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-should-not-generate-ows-except-when-needed.rule.js +13 -0
- package/dist/rules/fields/defining-field-values/whitespace/sender-should-not-generate-ows-except-when-needed.rule.js.map +1 -0
- package/dist/rules/fields/field-limits/client-may-discard-oversized-field-lines.rule.d.ts +3 -0
- package/dist/rules/fields/field-limits/client-may-discard-oversized-field-lines.rule.d.ts.map +1 -0
- package/dist/rules/fields/field-limits/client-may-discard-oversized-field-lines.rule.js +11 -0
- package/dist/rules/fields/field-limits/client-may-discard-oversized-field-lines.rule.js.map +1 -0
- package/dist/rules/fields/field-limits/server-must-respond-4xx-for-oversized-fields.rule.d.ts +3 -0
- package/dist/rules/fields/field-limits/server-must-respond-4xx-for-oversized-fields.rule.d.ts.map +1 -0
- package/dist/rules/fields/field-limits/server-must-respond-4xx-for-oversized-fields.rule.js +11 -0
- package/dist/rules/fields/field-limits/server-must-respond-4xx-for-oversized-fields.rule.js.map +1 -0
- package/dist/rules/fields/field-names/proxy-must-forward-unrecognized-header-fields.rule.d.ts +3 -0
- package/dist/rules/fields/field-names/proxy-must-forward-unrecognized-header-fields.rule.d.ts.map +1 -0
- package/dist/rules/fields/field-names/proxy-must-forward-unrecognized-header-fields.rule.js +11 -0
- package/dist/rules/fields/field-names/proxy-must-forward-unrecognized-header-fields.rule.js.map +1 -0
- package/dist/rules/fields/field-names/recipient-should-ignore-unrecognized-fields.rule.d.ts +3 -0
- package/dist/rules/fields/field-names/recipient-should-ignore-unrecognized-fields.rule.d.ts.map +1 -0
- package/dist/rules/fields/field-names/recipient-should-ignore-unrecognized-fields.rule.js +10 -0
- package/dist/rules/fields/field-names/recipient-should-ignore-unrecognized-fields.rule.js.map +1 -0
- package/dist/rules/fields/field-order/proxy-must-not-change-field-line-order.rule.d.ts +3 -0
- package/dist/rules/fields/field-order/proxy-must-not-change-field-line-order.rule.d.ts.map +1 -0
- package/dist/rules/fields/field-order/proxy-must-not-change-field-line-order.rule.js +11 -0
- package/dist/rules/fields/field-order/proxy-must-not-change-field-line-order.rule.js.map +1 -0
- package/dist/rules/fields/field-order/recipient-may-combine-field-lines-with-same-name.rule.d.ts +3 -0
- package/dist/rules/fields/field-order/recipient-may-combine-field-lines-with-same-name.rule.d.ts.map +1 -0
- package/dist/rules/fields/field-order/recipient-may-combine-field-lines-with-same-name.rule.js +10 -0
- package/dist/rules/fields/field-order/recipient-may-combine-field-lines-with-same-name.rule.js.map +1 -0
- package/dist/rules/fields/field-order/sender-must-not-generate-multiple-field-lines-unless-allowed.rule.d.ts +3 -0
- package/dist/rules/fields/field-order/sender-must-not-generate-multiple-field-lines-unless-allowed.rule.d.ts.map +1 -0
- package/dist/rules/fields/field-order/sender-must-not-generate-multiple-field-lines-unless-allowed.rule.js +10 -0
- package/dist/rules/fields/field-order/sender-must-not-generate-multiple-field-lines-unless-allowed.rule.js.map +1 -0
- package/dist/rules/fields/field-order/server-must-not-apply-request-until-entire-header-received.rule.d.ts +3 -0
- package/dist/rules/fields/field-order/server-must-not-apply-request-until-entire-header-received.rule.d.ts.map +1 -0
- package/dist/rules/fields/field-order/server-must-not-apply-request-until-entire-header-received.rule.js +11 -0
- package/dist/rules/fields/field-order/server-must-not-apply-request-until-entire-header-received.rule.js.map +1 -0
- package/dist/rules/fields/field-values/new-fields-should-limit-values-to-visible-ascii.rule.d.ts +3 -0
- package/dist/rules/fields/field-values/new-fields-should-limit-values-to-visible-ascii.rule.d.ts.map +1 -0
- package/dist/rules/fields/field-values/new-fields-should-limit-values-to-visible-ascii.rule.js +13 -0
- package/dist/rules/fields/field-values/new-fields-should-limit-values-to-visible-ascii.rule.js.map +1 -0
- package/dist/rules/fields/field-values/parser-must-exclude-whitespace-from-field-values.rule.d.ts +3 -0
- package/dist/rules/fields/field-values/parser-must-exclude-whitespace-from-field-values.rule.d.ts.map +1 -0
- package/dist/rules/fields/field-values/parser-must-exclude-whitespace-from-field-values.rule.js +14 -0
- package/dist/rules/fields/field-values/parser-must-exclude-whitespace-from-field-values.rule.js.map +1 -0
- package/dist/rules/fields/field-values/recipient-may-retain-ctl-characters-in-safe-contexts.rule.d.ts +3 -0
- package/dist/rules/fields/field-values/recipient-may-retain-ctl-characters-in-safe-contexts.rule.d.ts.map +1 -0
- package/dist/rules/fields/field-values/recipient-may-retain-ctl-characters-in-safe-contexts.rule.js +13 -0
- package/dist/rules/fields/field-values/recipient-may-retain-ctl-characters-in-safe-contexts.rule.js.map +1 -0
- package/dist/rules/fields/field-values/recipient-must-reject-or-replace-invalid-characters.rule.d.ts +3 -0
- package/dist/rules/fields/field-values/recipient-must-reject-or-replace-invalid-characters.rule.d.ts.map +1 -0
- package/dist/rules/fields/field-values/recipient-must-reject-or-replace-invalid-characters.rule.js +19 -0
- package/dist/rules/fields/field-values/recipient-must-reject-or-replace-invalid-characters.rule.js.map +1 -0
- package/dist/rules/fields/field-values/recipient-should-treat-obs-text-as-opaque-data.rule.d.ts +3 -0
- package/dist/rules/fields/field-values/recipient-should-treat-obs-text-as-opaque-data.rule.d.ts.map +1 -0
- package/dist/rules/fields/field-values/recipient-should-treat-obs-text-as-opaque-data.rule.js +13 -0
- package/dist/rules/fields/field-values/recipient-should-treat-obs-text-as-opaque-data.rule.js.map +1 -0
- package/dist/rules/fields.d.ts +3 -0
- package/dist/rules/fields.d.ts.map +1 -0
- package/dist/rules/fields.js +12 -0
- package/dist/rules/fields.js.map +1 -0
- package/dist/rules/identifiers/authoritative-access/automated-client-must-log-error-to-audit-log-for-bad-certificate.rule.d.ts +3 -0
- package/dist/rules/identifiers/authoritative-access/automated-client-must-log-error-to-audit-log-for-bad-certificate.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/authoritative-access/automated-client-must-log-error-to-audit-log-for-bad-certificate.rule.js +9 -0
- package/dist/rules/identifiers/authoritative-access/automated-client-must-log-error-to-audit-log-for-bad-certificate.rule.js.map +1 -0
- package/dist/rules/identifiers/authoritative-access/automated-client-should-terminate-connection-for-bad-certificate.rule.d.ts +3 -0
- package/dist/rules/identifiers/authoritative-access/automated-client-should-terminate-connection-for-bad-certificate.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/authoritative-access/automated-client-should-terminate-connection-for-bad-certificate.rule.js +9 -0
- package/dist/rules/identifiers/authoritative-access/automated-client-should-terminate-connection-for-bad-certificate.rule.js.map +1 -0
- package/dist/rules/identifiers/authoritative-access/automated-clients-may-provide-setting-to-disable-certificate-check.rule.d.ts +3 -0
- package/dist/rules/identifiers/authoritative-access/automated-clients-may-provide-setting-to-disable-certificate-check.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/authoritative-access/automated-clients-may-provide-setting-to-disable-certificate-check.rule.js +9 -0
- package/dist/rules/identifiers/authoritative-access/automated-clients-may-provide-setting-to-disable-certificate-check.rule.js.map +1 -0
- package/dist/rules/identifiers/authoritative-access/automated-clients-must-provide-setting-to-enable-certificate-check.rule.d.ts +3 -0
- package/dist/rules/identifiers/authoritative-access/automated-clients-must-provide-setting-to-enable-certificate-check.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/authoritative-access/automated-clients-must-provide-setting-to-enable-certificate-check.rule.js +9 -0
- package/dist/rules/identifiers/authoritative-access/automated-clients-must-provide-setting-to-enable-certificate-check.rule.js.map +1 -0
- package/dist/rules/identifiers/authoritative-access/client-may-access-by-resolving-host-to-ip-address.rule.d.ts +3 -0
- package/dist/rules/identifiers/authoritative-access/client-may-access-by-resolving-host-to-ip-address.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/authoritative-access/client-may-access-by-resolving-host-to-ip-address.rule.js +9 -0
- package/dist/rules/identifiers/authoritative-access/client-may-access-by-resolving-host-to-ip-address.rule.js.map +1 -0
- package/dist/rules/identifiers/authoritative-access/client-must-construct-reference-identity.rule.d.ts +3 -0
- package/dist/rules/identifiers/authoritative-access/client-must-construct-reference-identity.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/authoritative-access/client-must-construct-reference-identity.rule.js +9 -0
- package/dist/rules/identifiers/authoritative-access/client-must-construct-reference-identity.rule.js.map +1 -0
- package/dist/rules/identifiers/authoritative-access/client-must-not-use-cn-id-reference-identity.rule.d.ts +3 -0
- package/dist/rules/identifiers/authoritative-access/client-must-not-use-cn-id-reference-identity.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/authoritative-access/client-must-not-use-cn-id-reference-identity.rule.js +9 -0
- package/dist/rules/identifiers/authoritative-access/client-must-not-use-cn-id-reference-identity.rule.js.map +1 -0
- package/dist/rules/identifiers/authoritative-access/client-must-use-rfc6125-verification.rule.d.ts +3 -0
- package/dist/rules/identifiers/authoritative-access/client-must-use-rfc6125-verification.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/authoritative-access/client-must-use-rfc6125-verification.rule.js +9 -0
- package/dist/rules/identifiers/authoritative-access/client-must-use-rfc6125-verification.rule.js.map +1 -0
- package/dist/rules/identifiers/authoritative-access/client-must-verify-service-identity.rule.d.ts +3 -0
- package/dist/rules/identifiers/authoritative-access/client-must-verify-service-identity.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/authoritative-access/client-must-verify-service-identity.rule.js +9 -0
- package/dist/rules/identifiers/authoritative-access/client-must-verify-service-identity.rule.js.map +1 -0
- package/dist/rules/identifiers/authoritative-access/user-agent-must-handle-bad-certificate.rule.d.ts +3 -0
- package/dist/rules/identifiers/authoritative-access/user-agent-must-handle-bad-certificate.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/authoritative-access/user-agent-must-handle-bad-certificate.rule.js +9 -0
- package/dist/rules/identifiers/authoritative-access/user-agent-must-handle-bad-certificate.rule.js.map +1 -0
- package/dist/rules/identifiers/http/recipient-must-reject-http-uri-without-host.rule.d.ts +3 -0
- package/dist/rules/identifiers/http/recipient-must-reject-http-uri-without-host.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/http/recipient-must-reject-http-uri-without-host.rule.js +18 -0
- package/dist/rules/identifiers/http/recipient-must-reject-http-uri-without-host.rule.js.map +1 -0
- package/dist/rules/identifiers/http/sender-must-not-generate-http-uri-with-empty-host.rule.d.ts +3 -0
- package/dist/rules/identifiers/http/sender-must-not-generate-http-uri-with-empty-host.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/http/sender-must-not-generate-http-uri-with-empty-host.rule.js +17 -0
- package/dist/rules/identifiers/http/sender-must-not-generate-http-uri-with-empty-host.rule.js.map +1 -0
- package/dist/rules/identifiers/https/client-must-secure-https-requests-and-responses.rule.d.ts +3 -0
- package/dist/rules/identifiers/https/client-must-secure-https-requests-and-responses.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/https/client-must-secure-https-requests-and-responses.rule.js +9 -0
- package/dist/rules/identifiers/https/client-must-secure-https-requests-and-responses.rule.js.map +1 -0
- package/dist/rules/identifiers/https/recipient-must-reject-https-uri-without-host.rule.d.ts +3 -0
- package/dist/rules/identifiers/https/recipient-must-reject-https-uri-without-host.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/https/recipient-must-reject-https-uri-without-host.rule.js +17 -0
- package/dist/rules/identifiers/https/recipient-must-reject-https-uri-without-host.rule.js.map +1 -0
- package/dist/rules/identifiers/https/sender-must-not-generate-https-uri-with-empty-host.rule.d.ts +3 -0
- package/dist/rules/identifiers/https/sender-must-not-generate-https-uri-with-empty-host.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/https/sender-must-not-generate-https-uri-with-empty-host.rule.js +17 -0
- package/dist/rules/identifiers/https/sender-must-not-generate-https-uri-with-empty-host.rule.js.map +1 -0
- package/dist/rules/identifiers/normalization/authority-should-not-use-equivalent-uris-for-distinct-resources.rule.d.ts +3 -0
- package/dist/rules/identifiers/normalization/authority-should-not-use-equivalent-uris-for-distinct-resources.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/normalization/authority-should-not-use-equivalent-uris-for-distinct-resources.rule.js +8 -0
- package/dist/rules/identifiers/normalization/authority-should-not-use-equivalent-uris-for-distinct-resources.rule.js.map +1 -0
- package/dist/rules/identifiers/normalization/http-component-may-perform-normalization.rule.d.ts +3 -0
- package/dist/rules/identifiers/normalization/http-component-may-perform-normalization.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/normalization/http-component-may-perform-normalization.rule.js +8 -0
- package/dist/rules/identifiers/normalization/http-component-may-perform-normalization.rule.js.map +1 -0
- package/dist/rules/identifiers/sender-recipient-should-support-8000-octet-uris.rule.d.ts +3 -0
- package/dist/rules/identifiers/sender-recipient-should-support-8000-octet-uris.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/sender-recipient-should-support-8000-octet-uris.rule.js +22 -0
- package/dist/rules/identifiers/sender-recipient-should-support-8000-octet-uris.rule.js.map +1 -0
- package/dist/rules/identifiers/userinfo/recipient-should-treat-userinfo-in-uri-from-untrusted-source-as-error.rule.d.ts +3 -0
- package/dist/rules/identifiers/userinfo/recipient-should-treat-userinfo-in-uri-from-untrusted-source-as-error.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/userinfo/recipient-should-treat-userinfo-in-uri-from-untrusted-source-as-error.rule.js +19 -0
- package/dist/rules/identifiers/userinfo/recipient-should-treat-userinfo-in-uri-from-untrusted-source-as-error.rule.js.map +1 -0
- package/dist/rules/identifiers/userinfo/sender-must-not-generate-userinfo-in-uri.rule.d.ts +3 -0
- package/dist/rules/identifiers/userinfo/sender-must-not-generate-userinfo-in-uri.rule.d.ts.map +1 -0
- package/dist/rules/identifiers/userinfo/sender-must-not-generate-userinfo-in-uri.rule.js +18 -0
- package/dist/rules/identifiers/userinfo/sender-must-not-generate-userinfo-in-uri.rule.js.map +1 -0
- package/dist/rules/message-abstraction/client-must-retain-knowledge-of-request.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/client-must-retain-knowledge-of-request.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/client-must-retain-knowledge-of-request.rule.js +10 -0
- package/dist/rules/message-abstraction/client-must-retain-knowledge-of-request.rule.js.map +1 -0
- package/dist/rules/message-abstraction/control-data/client-may-send-lower-version-for-broken-servers.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/control-data/client-may-send-lower-version-for-broken-servers.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/control-data/client-may-send-lower-version-for-broken-servers.rule.js +10 -0
- package/dist/rules/message-abstraction/control-data/client-may-send-lower-version-for-broken-servers.rule.js.map +1 -0
- package/dist/rules/message-abstraction/control-data/client-must-not-send-non-conformant-version.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/control-data/client-must-not-send-non-conformant-version.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/control-data/client-must-not-send-non-conformant-version.rule.js +10 -0
- package/dist/rules/message-abstraction/control-data/client-must-not-send-non-conformant-version.rule.js.map +1 -0
- package/dist/rules/message-abstraction/control-data/client-should-send-highest-conformant-version.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/control-data/client-should-send-highest-conformant-version.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/control-data/client-should-send-highest-conformant-version.rule.js +10 -0
- package/dist/rules/message-abstraction/control-data/client-should-send-highest-conformant-version.rule.js.map +1 -0
- package/dist/rules/message-abstraction/control-data/recipient-should-process-higher-minor-version-as-highest-known.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/control-data/recipient-should-process-higher-minor-version-as-highest-known.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/control-data/recipient-should-process-higher-minor-version-as-highest-known.rule.js +9 -0
- package/dist/rules/message-abstraction/control-data/recipient-should-process-higher-minor-version-as-highest-known.rule.js.map +1 -0
- package/dist/rules/message-abstraction/control-data/server-must-not-send-non-conformant-version.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/control-data/server-must-not-send-non-conformant-version.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/control-data/server-must-not-send-non-conformant-version.rule.js +10 -0
- package/dist/rules/message-abstraction/control-data/server-must-not-send-non-conformant-version.rule.js.map +1 -0
- package/dist/rules/message-abstraction/control-data/server-should-send-response-version-equal-to-highest-conformant.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/control-data/server-should-send-response-version-equal-to-highest-conformant.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/control-data/server-should-send-response-version-equal-to-highest-conformant.rule.js +10 -0
- package/dist/rules/message-abstraction/control-data/server-should-send-response-version-equal-to-highest-conformant.rule.js.map +1 -0
- package/dist/rules/message-abstraction/framing/each-http-version-defines-own-framing.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/framing/each-http-version-defines-own-framing.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/framing/each-http-version-defines-own-framing.rule.js +9 -0
- package/dist/rules/message-abstraction/framing/each-http-version-defines-own-framing.rule.js.map +1 -0
- package/dist/rules/message-abstraction/framing/implicit-framing-allowed-for-backwards-compatibility.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/framing/implicit-framing-allowed-for-backwards-compatibility.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/framing/implicit-framing-allowed-for-backwards-compatibility.rule.js +9 -0
- package/dist/rules/message-abstraction/framing/implicit-framing-allowed-for-backwards-compatibility.rule.js.map +1 -0
- package/dist/rules/message-abstraction/framing/message-complete-when-framed-octets-available.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/framing/message-complete-when-framed-octets-available.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/framing/message-complete-when-framed-octets-available.rule.js +9 -0
- package/dist/rules/message-abstraction/framing/message-complete-when-framed-octets-available.rule.js.map +1 -0
- package/dist/rules/message-abstraction/header-fields/header-field-term-for-header-section-only-fields.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/header-fields/header-field-term-for-header-section-only-fields.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/header-fields/header-field-term-for-header-section-only-fields.rule.js +9 -0
- package/dist/rules/message-abstraction/header-fields/header-field-term-for-header-section-only-fields.rule.js.map +1 -0
- package/dist/rules/message-abstraction/header-fields/header-fields-sent-before-content.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/header-fields/header-fields-sent-before-content.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/header-fields/header-fields-sent-before-content.rule.js +9 -0
- package/dist/rules/message-abstraction/header-fields/header-fields-sent-before-content.rule.js.map +1 -0
- package/dist/rules/message-abstraction/header-fields/header-section-consists-of-field-lines.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/header-fields/header-section-consists-of-field-lines.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/header-fields/header-section-consists-of-field-lines.rule.js +9 -0
- package/dist/rules/message-abstraction/header-fields/header-section-consists-of-field-lines.rule.js.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/origin-server-may-generate-date-for-1xx-5xx.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/message-metadata/date/origin-server-may-generate-date-for-1xx-5xx.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/origin-server-may-generate-date-for-1xx-5xx.rule.js +12 -0
- package/dist/rules/message-abstraction/message-metadata/date/origin-server-may-generate-date-for-1xx-5xx.rule.js.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/message-metadata/date/origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx.rule.js +12 -0
- package/dist/rules/message-abstraction/message-metadata/date/origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx.rule.js.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/origin-server-without-clock-must-not-generate-date.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/message-metadata/date/origin-server-without-clock-must-not-generate-date.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/origin-server-without-clock-must-not-generate-date.rule.js +10 -0
- package/dist/rules/message-abstraction/message-metadata/date/origin-server-without-clock-must-not-generate-date.rule.js.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/recipient-may-replace-invalid-date.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/message-metadata/date/recipient-may-replace-invalid-date.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/recipient-may-replace-invalid-date.rule.js +9 -0
- package/dist/rules/message-abstraction/message-metadata/date/recipient-may-replace-invalid-date.rule.js.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/recipient-with-clock-must-add-date-if-missing.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/message-metadata/date/recipient-with-clock-must-add-date-if-missing.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/recipient-with-clock-must-add-date-if-missing.rule.js +9 -0
- package/dist/rules/message-abstraction/message-metadata/date/recipient-with-clock-must-add-date-if-missing.rule.js.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/sender-should-generate-date-at-message-generation.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/message-metadata/date/sender-should-generate-date-at-message-generation.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/sender-should-generate-date-at-message-generation.rule.js +9 -0
- package/dist/rules/message-abstraction/message-metadata/date/sender-should-generate-date-at-message-generation.rule.js.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/user-agent-may-send-date-header-in-request.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/message-metadata/date/user-agent-may-send-date-header-in-request.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/date/user-agent-may-send-date-header-in-request.rule.js +12 -0
- package/dist/rules/message-abstraction/message-metadata/date/user-agent-may-send-date-header-in-request.rule.js.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/trailer/sender-should-generate-trailer-header-when-sending-trailers.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/message-metadata/trailer/sender-should-generate-trailer-header-when-sending-trailers.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/message-metadata/trailer/sender-should-generate-trailer-header-when-sending-trailers.rule.js +20 -0
- package/dist/rules/message-abstraction/message-metadata/trailer/sender-should-generate-trailer-header-when-sending-trailers.rule.js.map +1 -0
- package/dist/rules/message-abstraction/trailer-fields/recipient-may-treat-the-set-of-received-trailer-fields-as-name-value-pairs.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/trailer-fields/recipient-may-treat-the-set-of-received-trailer-fields-as-name-value-pairs.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/trailer-fields/recipient-may-treat-the-set-of-received-trailer-fields-as-name-value-pairs.rule.js +9 -0
- package/dist/rules/message-abstraction/trailer-fields/recipient-may-treat-the-set-of-received-trailer-fields-as-name-value-pairs.rule.js.map +1 -0
- package/dist/rules/message-abstraction/trailer-fields/recipient-must-not-merge-trailers-unsafely.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/trailer-fields/recipient-must-not-merge-trailers-unsafely.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/trailer-fields/recipient-must-not-merge-trailers-unsafely.rule.js +9 -0
- package/dist/rules/message-abstraction/trailer-fields/recipient-must-not-merge-trailers-unsafely.rule.js.map +1 -0
- package/dist/rules/message-abstraction/trailer-fields/sender-must-not-generate-trailer-unless-permitted.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/trailer-fields/sender-must-not-generate-trailer-unless-permitted.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/trailer-fields/sender-must-not-generate-trailer-unless-permitted.rule.js +36 -0
- package/dist/rules/message-abstraction/trailer-fields/sender-must-not-generate-trailer-unless-permitted.rule.js.map +1 -0
- package/dist/rules/message-abstraction/trailer-fields/server-should-not-generate-necessary-trailers.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/trailer-fields/server-should-not-generate-necessary-trailers.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/trailer-fields/server-should-not-generate-necessary-trailers.rule.js +10 -0
- package/dist/rules/message-abstraction/trailer-fields/server-should-not-generate-necessary-trailers.rule.js.map +1 -0
- package/dist/rules/message-abstraction/trailer-fields/trailer-fields-must-be-defined-as-list-if-repeatable.rule.d.ts +3 -0
- package/dist/rules/message-abstraction/trailer-fields/trailer-fields-must-be-defined-as-list-if-repeatable.rule.d.ts.map +1 -0
- package/dist/rules/message-abstraction/trailer-fields/trailer-fields-must-be-defined-as-list-if-repeatable.rule.js +9 -0
- package/dist/rules/message-abstraction/trailer-fields/trailer-fields-must-be-defined-as-list-if-repeatable.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/client-may-proceed-to-send-content-without-receiving-100-response.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/client-may-proceed-to-send-content-without-receiving-100-response.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/client-may-proceed-to-send-content-without-receiving-100-response.rule.js +9 -0
- package/dist/rules/message-context/request-context/expect/client-may-proceed-to-send-content-without-receiving-100-response.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/client-must-not-generate-100-continue-without-content.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/client-must-not-generate-100-continue-without-content.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/client-must-not-generate-100-continue-without-content.rule.js +11 -0
- package/dist/rules/message-context/request-context/expect/client-must-not-generate-100-continue-without-content.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/client-must-send-expect-header-for-100-response.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/client-must-send-expect-header-for-100-response.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/client-must-send-expect-header-for-100-response.rule.js +9 -0
- package/dist/rules/message-context/request-context/expect/client-must-send-expect-header-for-100-response.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/client-should-not-wait-for-an-indefinite-period-for-100-response.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/client-should-not-wait-for-an-indefinite-period-for-100-response.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/client-should-not-wait-for-an-indefinite-period-for-100-response.rule.js +9 -0
- package/dist/rules/message-context/request-context/expect/client-should-not-wait-for-an-indefinite-period-for-100-response.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/client-should-repeat-request-without-expect-for-417.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/client-should-repeat-request-without-expect-for-417.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/client-should-repeat-request-without-expect-for-417.rule.js +9 -0
- package/dist/rules/message-context/request-context/expect/client-should-repeat-request-without-expect-for-417.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/origin-server-must-not-wait-for-content-before-100-continue.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/origin-server-must-not-wait-for-content-before-100-continue.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/origin-server-must-not-wait-for-content-before-100-continue.rule.js +9 -0
- package/dist/rules/message-context/request-context/expect/origin-server-must-not-wait-for-content-before-100-continue.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/origin-server-must-respond-immediately-to-100-continue-request.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/origin-server-must-respond-immediately-to-100-continue-request.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/origin-server-must-respond-immediately-to-100-continue-request.rule.js +9 -0
- package/dist/rules/message-context/request-context/expect/origin-server-must-respond-immediately-to-100-continue-request.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/proxy-may-generate-immediate-100-response.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/proxy-may-generate-immediate-100-response.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/proxy-may-generate-immediate-100-response.rule.js +9 -0
- package/dist/rules/message-context/request-context/expect/proxy-may-generate-immediate-100-response.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/proxy-must-handle-100-continue-expectation.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/proxy-must-handle-100-continue-expectation.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/proxy-must-handle-100-continue-expectation.rule.js +9 -0
- package/dist/rules/message-context/request-context/expect/proxy-must-handle-100-continue-expectation.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/server-may-omit-sending-100-response-if-already-received-content.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/server-may-omit-sending-100-response-if-already-received-content.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/server-may-omit-sending-100-response-if-already-received-content.rule.js +9 -0
- package/dist/rules/message-context/request-context/expect/server-may-omit-sending-100-response-if-already-received-content.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/server-may-respond-with-417-response-for-other-expect-than-100-continue.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/server-may-respond-with-417-response-for-other-expect-than-100-continue.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/server-may-respond-with-417-response-for-other-expect-than-100-continue.rule.js +11 -0
- package/dist/rules/message-context/request-context/expect/server-may-respond-with-417-response-for-other-expect-than-100-continue.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/server-must-ignore-100-continue-in-http-1.0.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/server-must-ignore-100-continue-in-http-1.0.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/server-must-ignore-100-continue-in-http-1.0.rule.js +10 -0
- package/dist/rules/message-context/request-context/expect/server-must-ignore-100-continue-in-http-1.0.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/server-must-send-final-status-after-100-continue.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/server-must-send-final-status-after-100-continue.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/server-must-send-final-status-after-100-continue.rule.js +9 -0
- package/dist/rules/message-context/request-context/expect/server-must-send-final-status-after-100-continue.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/expect/server-should-indicate-if-closing-the-connection-when-sending-final-status-code-without-full-request.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/expect/server-should-indicate-if-closing-the-connection-when-sending-final-status-code-without-full-request.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/expect/server-should-indicate-if-closing-the-connection-when-sending-final-status-code-without-full-request.rule.js +9 -0
- package/dist/rules/message-context/request-context/expect/server-should-indicate-if-closing-the-connection-when-sending-final-status-code-without-full-request.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/from/robotic-user-agent-should-send-valid-from-header.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/from/robotic-user-agent-should-send-valid-from-header.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/from/robotic-user-agent-should-send-valid-from-header.rule.js +21 -0
- package/dist/rules/message-context/request-context/from/robotic-user-agent-should-send-valid-from-header.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/from/server-should-not-use-from-for-authentication.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/from/server-should-not-use-from-for-authentication.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/from/server-should-not-use-from-for-authentication.rule.js +9 -0
- package/dist/rules/message-context/request-context/from/server-should-not-use-from-for-authentication.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/from/user-agent-should-not-send-from-without-configuration.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/from/user-agent-should-not-send-from-without-configuration.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/from/user-agent-should-not-send-from-without-configuration.rule.js +11 -0
- package/dist/rules/message-context/request-context/from/user-agent-should-not-send-from-without-configuration.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/referer/intermediary-should-not-modify-referer-for-same-scheme-and-host.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/referer/intermediary-should-not-modify-referer-for-same-scheme-and-host.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/referer/intermediary-should-not-modify-referer-for-same-scheme-and-host.rule.js +10 -0
- package/dist/rules/message-context/request-context/referer/intermediary-should-not-modify-referer-for-same-scheme-and-host.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/referer/user-agent-may-truncate-parts-other-than-referring-origin.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/referer/user-agent-may-truncate-parts-other-than-referring-origin.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/referer/user-agent-may-truncate-parts-other-than-referring-origin.rule.js +9 -0
- package/dist/rules/message-context/request-context/referer/user-agent-may-truncate-parts-other-than-referring-origin.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/referer/user-agent-must-exclude-referer-or-send-about-blank-for-no-source.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/referer/user-agent-must-exclude-referer-or-send-about-blank-for-no-source.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/referer/user-agent-must-exclude-referer-or-send-about-blank-for-no-source.rule.js +9 -0
- package/dist/rules/message-context/request-context/referer/user-agent-must-exclude-referer-or-send-about-blank-for-no-source.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/referer/user-agent-must-not-include-fragment-or-userinfo-in-referer.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/referer/user-agent-must-not-include-fragment-or-userinfo-in-referer.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/referer/user-agent-must-not-include-fragment-or-userinfo-in-referer.rule.js +37 -0
- package/dist/rules/message-context/request-context/referer/user-agent-must-not-include-fragment-or-userinfo-in-referer.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/referer/user-agent-must-not-send-referer-in-unsecured-request-from-secure-resource.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/referer/user-agent-must-not-send-referer-in-unsecured-request-from-secure-resource.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/referer/user-agent-must-not-send-referer-in-unsecured-request-from-secure-resource.rule.js +11 -0
- package/dist/rules/message-context/request-context/referer/user-agent-must-not-send-referer-in-unsecured-request-from-secure-resource.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/referer/user-agent-should-not-send-referer-for-secure-to-insecure.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/referer/user-agent-should-not-send-referer-for-secure-to-insecure.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/referer/user-agent-should-not-send-referer-for-secure-to-insecure.rule.js +34 -0
- package/dist/rules/message-context/request-context/referer/user-agent-should-not-send-referer-for-secure-to-insecure.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/te/sender-must-send-te-connection-option-with-te-header.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/te/sender-must-send-te-connection-option-with-te-header.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/te/sender-must-send-te-connection-option-with-te-header.rule.js +11 -0
- package/dist/rules/message-context/request-context/te/sender-must-send-te-connection-option-with-te-header.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/user-agent/sender-must-not-generate-advertising-in-product-identifier.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/user-agent/sender-must-not-generate-advertising-in-product-identifier.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/user-agent/sender-must-not-generate-advertising-in-product-identifier.rule.js +29 -0
- package/dist/rules/message-context/request-context/user-agent/sender-must-not-generate-advertising-in-product-identifier.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/user-agent/sender-should-limit-generated-product-identifiers-to-necessity.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/user-agent/sender-should-limit-generated-product-identifiers-to-necessity.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/user-agent/sender-should-limit-generated-product-identifiers-to-necessity.rule.js +8 -0
- package/dist/rules/message-context/request-context/user-agent/sender-should-limit-generated-product-identifiers-to-necessity.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/user-agent/sender-should-not-generate-non-version-info-in-product-version.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/user-agent/sender-should-not-generate-non-version-info-in-product-version.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/user-agent/sender-should-not-generate-non-version-info-in-product-version.rule.js +45 -0
- package/dist/rules/message-context/request-context/user-agent/sender-should-not-generate-non-version-info-in-product-version.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/user-agent/user-agent-should-limit-addition-of-subproducts-by-third-parties.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/user-agent/user-agent-should-limit-addition-of-subproducts-by-third-parties.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/user-agent/user-agent-should-limit-addition-of-subproducts-by-third-parties.rule.js +10 -0
- package/dist/rules/message-context/request-context/user-agent/user-agent-should-limit-addition-of-subproducts-by-third-parties.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/user-agent/user-agent-should-not-generate-overly-detailed-user-agent.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/user-agent/user-agent-should-not-generate-overly-detailed-user-agent.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/user-agent/user-agent-should-not-generate-overly-detailed-user-agent.rule.js +9 -0
- package/dist/rules/message-context/request-context/user-agent/user-agent-should-not-generate-overly-detailed-user-agent.rule.js.map +1 -0
- package/dist/rules/message-context/request-context/user-agent/user-agent-should-send-user-agent-header.rule.d.ts +3 -0
- package/dist/rules/message-context/request-context/user-agent/user-agent-should-send-user-agent-header.rule.d.ts.map +1 -0
- package/dist/rules/message-context/request-context/user-agent/user-agent-should-send-user-agent-header.rule.js +11 -0
- package/dist/rules/message-context/request-context/user-agent/user-agent-should-send-user-agent-header.rule.js.map +1 -0
- package/dist/rules/message-context/response-context/allow/origin-sever-may-send-allow-header.rule.d.ts +3 -0
- package/dist/rules/message-context/response-context/allow/origin-sever-may-send-allow-header.rule.d.ts.map +1 -0
- package/dist/rules/message-context/response-context/allow/origin-sever-may-send-allow-header.rule.js +11 -0
- package/dist/rules/message-context/response-context/allow/origin-sever-may-send-allow-header.rule.js.map +1 -0
- package/dist/rules/message-context/response-context/allow/proxy-must-not-modify-allow-header.rule.d.ts +3 -0
- package/dist/rules/message-context/response-context/allow/proxy-must-not-modify-allow-header.rule.d.ts.map +1 -0
- package/dist/rules/message-context/response-context/allow/proxy-must-not-modify-allow-header.rule.js +10 -0
- package/dist/rules/message-context/response-context/allow/proxy-must-not-modify-allow-header.rule.js.map +1 -0
- package/dist/rules/message-context/response-context/location/user-agent-must-inherit-fragment-for-3xx-without-fragment.rule.d.ts +3 -0
- package/dist/rules/message-context/response-context/location/user-agent-must-inherit-fragment-for-3xx-without-fragment.rule.d.ts.map +1 -0
- package/dist/rules/message-context/response-context/location/user-agent-must-inherit-fragment-for-3xx-without-fragment.rule.js +10 -0
- package/dist/rules/message-context/response-context/location/user-agent-must-inherit-fragment-for-3xx-without-fragment.rule.js.map +1 -0
- package/dist/rules/message-context/response-context/server/origin-server-may-generate-server-header-field.rule.d.ts +3 -0
- package/dist/rules/message-context/response-context/server/origin-server-may-generate-server-header-field.rule.d.ts.map +1 -0
- package/dist/rules/message-context/response-context/server/origin-server-may-generate-server-header-field.rule.js +11 -0
- package/dist/rules/message-context/response-context/server/origin-server-may-generate-server-header-field.rule.js.map +1 -0
- package/dist/rules/message-context/response-context/server/origin-server-should-limit-addition-of-subproducts-by-third-parties.rule.d.ts +3 -0
- package/dist/rules/message-context/response-context/server/origin-server-should-limit-addition-of-subproducts-by-third-parties.rule.d.ts.map +1 -0
- package/dist/rules/message-context/response-context/server/origin-server-should-limit-addition-of-subproducts-by-third-parties.rule.js +10 -0
- package/dist/rules/message-context/response-context/server/origin-server-should-limit-addition-of-subproducts-by-third-parties.rule.js.map +1 -0
- package/dist/rules/message-context/response-context/server/origin-server-should-not-generate-detailed-server-header.rule.d.ts +3 -0
- package/dist/rules/message-context/response-context/server/origin-server-should-not-generate-detailed-server-header.rule.d.ts.map +1 -0
- package/dist/rules/message-context/response-context/server/origin-server-should-not-generate-detailed-server-header.rule.js +9 -0
- package/dist/rules/message-context/response-context/server/origin-server-should-not-generate-detailed-server-header.rule.js.map +1 -0
- package/dist/rules/methods/general-purpose-severs-must-support-get-and-head.rule.d.ts +3 -0
- package/dist/rules/methods/general-purpose-severs-must-support-get-and-head.rule.d.ts.map +1 -0
- package/dist/rules/methods/general-purpose-severs-must-support-get-and-head.rule.js +16 -0
- package/dist/rules/methods/general-purpose-severs-must-support-get-and-head.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/connect/client-must-ignore-content-length-or-transfer-encoding-headers-in-response-to-connect.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/connect/client-must-ignore-content-length-or-transfer-encoding-headers-in-response-to-connect.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/connect/client-must-ignore-content-length-or-transfer-encoding-headers-in-response-to-connect.rule.js +9 -0
- package/dist/rules/methods/method-definitions/connect/client-must-ignore-content-length-or-transfer-encoding-headers-in-response-to-connect.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/connect/client-must-send-port-number-for-connect-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/connect/client-must-send-port-number-for-connect-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/connect/client-must-send-port-number-for-connect-request.rule.js +9 -0
- package/dist/rules/methods/method-definitions/connect/client-must-send-port-number-for-connect-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/connect/intermediary-must-attempt-to-send-outstanding-data-coming-from-closed-side-for-connect-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/connect/intermediary-must-attempt-to-send-outstanding-data-coming-from-closed-side-for-connect-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/connect/intermediary-must-attempt-to-send-outstanding-data-coming-from-closed-side-for-connect-request.rule.js +9 -0
- package/dist/rules/methods/method-definitions/connect/intermediary-must-attempt-to-send-outstanding-data-coming-from-closed-side-for-connect-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/connect/origin-sever-may-accept-connect-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/connect/origin-sever-may-accept-connect-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/connect/origin-sever-may-accept-connect-request.rule.js +11 -0
- package/dist/rules/methods/method-definitions/connect/origin-sever-may-accept-connect-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/connect/server-must-not-send-transfer-encoding-or-content-length-headers-in-2xx-response-to-connect-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/connect/server-must-not-send-transfer-encoding-or-content-length-headers-in-2xx-response-to-connect-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/connect/server-must-not-send-transfer-encoding-or-content-length-headers-in-2xx-response-to-connect-request.rule.js +11 -0
- package/dist/rules/methods/method-definitions/connect/server-must-not-send-transfer-encoding-or-content-length-headers-in-2xx-response-to-connect-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/connect/server-must-reject-connect-request-with-empty-or-invalid-port-number.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/connect/server-must-reject-connect-request-with-empty-or-invalid-port-number.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/connect/server-must-reject-connect-request-with-empty-or-invalid-port-number.rule.js +9 -0
- package/dist/rules/methods/method-definitions/connect/server-must-reject-connect-request-with-empty-or-invalid-port-number.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/delete/client-should-not-generate-content-for-delete-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/delete/client-should-not-generate-content-for-delete-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/delete/client-should-not-generate-content-for-delete-request.rule.js +11 -0
- package/dist/rules/methods/method-definitions/delete/client-should-not-generate-content-for-delete-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/delete/origin-server-should-not-rely-on-private-agreements-to-receive-content-in-delete-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/delete/origin-server-should-not-rely-on-private-agreements-to-receive-content-in-delete-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/delete/origin-server-should-not-rely-on-private-agreements-to-receive-content-in-delete-request.rule.js +9 -0
- package/dist/rules/methods/method-definitions/delete/origin-server-should-not-rely-on-private-agreements-to-receive-content-in-delete-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/delete/origin-server-should-send-correct-successful-status-code-to-delete-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/delete/origin-server-should-send-correct-successful-status-code-to-delete-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/delete/origin-server-should-send-correct-successful-status-code-to-delete-request.rule.js +11 -0
- package/dist/rules/methods/method-definitions/delete/origin-server-should-send-correct-successful-status-code-to-delete-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/get/cache-may-use-responses-to-get-for-satisfy-subsequent-get-and-head-requests.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/get/cache-may-use-responses-to-get-for-satisfy-subsequent-get-and-head-requests.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/get/cache-may-use-responses-to-get-for-satisfy-subsequent-get-and-head-requests.rule.js +9 -0
- package/dist/rules/methods/method-definitions/get/cache-may-use-responses-to-get-for-satisfy-subsequent-get-and-head-requests.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/get/client-should-not-generate-content-in-get-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/get/client-should-not-generate-content-in-get-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/get/client-should-not-generate-content-in-get-request.rule.js +12 -0
- package/dist/rules/methods/method-definitions/get/client-should-not-generate-content-in-get-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/get/origin-server-should-not-rely-on-private-agreements-for-get-requests.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/get/origin-server-should-not-rely-on-private-agreements-for-get-requests.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/get/origin-server-should-not-rely-on-private-agreements-for-get-requests.rule.js +9 -0
- package/dist/rules/methods/method-definitions/get/origin-server-should-not-rely-on-private-agreements-for-get-requests.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/head/cache-may-use-responses-to-head-for-satisfy-subsequent-head-requests.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/head/cache-may-use-responses-to-head-for-satisfy-subsequent-head-requests.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/head/cache-may-use-responses-to-head-for-satisfy-subsequent-head-requests.rule.js +9 -0
- package/dist/rules/methods/method-definitions/head/cache-may-use-responses-to-head-for-satisfy-subsequent-head-requests.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/head/client-should-not-generate-content-in-head-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/head/client-should-not-generate-content-in-head-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/head/client-should-not-generate-content-in-head-request.rule.js +12 -0
- package/dist/rules/methods/method-definitions/head/client-should-not-generate-content-in-head-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/head/origin-server-should-not-rely-on-private-agreements-for-head-requests.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/head/origin-server-should-not-rely-on-private-agreements-for-head-requests.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/head/origin-server-should-not-rely-on-private-agreements-for-head-requests.rule.js +9 -0
- package/dist/rules/methods/method-definitions/head/origin-server-should-not-rely-on-private-agreements-for-head-requests.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/head/server-may-omit-header-fields-for-head-response.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/head/server-may-omit-header-fields-for-head-response.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/head/server-may-omit-header-fields-for-head-response.rule.js +9 -0
- package/dist/rules/methods/method-definitions/head/server-may-omit-header-fields-for-head-response.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/head/server-must-not-send-content-in-response-to-head.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/head/server-must-not-send-content-in-response-to-head.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/head/server-must-not-send-content-in-response-to-head.rule.js +11 -0
- package/dist/rules/methods/method-definitions/head/server-must-not-send-content-in-response-to-head.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/head/server-should-send-same-header-fields-in-response-to-head.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/head/server-should-send-same-header-fields-in-response-to-head.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/head/server-should-send-same-header-fields-in-response-to-head.rule.js +29 -0
- package/dist/rules/methods/method-definitions/head/server-should-send-same-header-fields-in-response-to-head.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/options/client-may-send-max-forwards-header-in-option-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/options/client-may-send-max-forwards-header-in-option-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/options/client-may-send-max-forwards-header-in-option-request.rule.js +11 -0
- package/dist/rules/methods/method-definitions/options/client-may-send-max-forwards-header-in-option-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/options/client-must-send-content-type-header-for-content-in-options-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/options/client-must-send-content-type-header-for-content-in-options-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/options/client-must-send-content-type-header-for-content-in-options-request.rule.js +11 -0
- package/dist/rules/methods/method-definitions/options/client-must-send-content-type-header-for-content-in-options-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/options/proxy-must-not-generate-new-max-forwards-header.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/options/proxy-must-not-generate-new-max-forwards-header.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/options/proxy-must-not-generate-new-max-forwards-header.rule.js +9 -0
- package/dist/rules/methods/method-definitions/options/proxy-must-not-generate-new-max-forwards-header.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/options/server-should-send-headers-indicating-optional-features-in-2xx-response-to-options-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/options/server-should-send-headers-indicating-optional-features-in-2xx-response-to-options-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/options/server-should-send-headers-indicating-optional-features-in-2xx-response-to-options-request.rule.js +12 -0
- package/dist/rules/methods/method-definitions/options/server-should-send-headers-indicating-optional-features-in-2xx-response-to-options-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/post/origin-server-may-redirect-for-existing-resource-for-201-response.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/post/origin-server-may-redirect-for-existing-resource-for-201-response.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/post/origin-server-may-redirect-for-existing-resource-for-201-response.rule.js +27 -0
- package/dist/rules/methods/method-definitions/post/origin-server-may-redirect-for-existing-resource-for-201-response.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/post/origin-server-should-send-location-header-for-201-response.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/post/origin-server-should-send-location-header-for-201-response.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/post/origin-server-should-send-location-header-for-201-response.rule.js +12 -0
- package/dist/rules/methods/method-definitions/post/origin-server-should-send-location-header-for-201-response.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-must-not-sent-validator-field-in-response-to-put-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/put/origin-server-must-not-sent-validator-field-in-response-to-put-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-must-not-sent-validator-field-in-response-to-put-request.rule.js +11 -0
- package/dist/rules/methods/method-definitions/put/origin-server-must-not-sent-validator-field-in-response-to-put-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-must-respond-with-correct-response-code-for-put-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/put/origin-server-must-respond-with-correct-response-code-for-put-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-must-respond-with-correct-response-code-for-put-request.rule.js +12 -0
- package/dist/rules/methods/method-definitions/put/origin-server-must-respond-with-correct-response-code-for-put-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-must-send-3xx-response-if-state-change-should-be-applied-to-other-resource.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/put/origin-server-must-send-3xx-response-if-state-change-should-be-applied-to-other-resource.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-must-send-3xx-response-if-state-change-should-be-applied-to-other-resource.rule.js +9 -0
- package/dist/rules/methods/method-definitions/put/origin-server-must-send-3xx-response-if-state-change-should-be-applied-to-other-resource.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-should-ingore-unrecognized-header-and-trailer-fields-received-in-put-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/put/origin-server-should-ingore-unrecognized-header-and-trailer-fields-received-in-put-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-should-ingore-unrecognized-header-and-trailer-fields-received-in-put-request.rule.js +9 -0
- package/dist/rules/methods/method-definitions/put/origin-server-should-ingore-unrecognized-header-and-trailer-fields-received-in-put-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-should-response-with-409-or-415-status-code-to-put-request-for-inconsistent-representation.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/put/origin-server-should-response-with-409-or-415-status-code-to-put-request-for-inconsistent-representation.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-should-response-with-409-or-415-status-code-to-put-request-for-inconsistent-representation.rule.js +11 -0
- package/dist/rules/methods/method-definitions/put/origin-server-should-response-with-409-or-415-status-code-to-put-request-for-inconsistent-representation.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-should-verify-constraints-for-target-resource-for-put-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/put/origin-server-should-verify-constraints-for-target-resource-for-put-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-should-verify-constraints-for-target-resource-for-put-request.rule.js +9 -0
- package/dist/rules/methods/method-definitions/put/origin-server-should-verify-constraints-for-target-resource-for-put-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-that-selects-uri-for-client-should-use-post-instead-of-put.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/put/origin-server-that-selects-uri-for-client-should-use-post-instead-of-put.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/put/origin-server-that-selects-uri-for-client-should-use-post-instead-of-put.rule.js +9 -0
- package/dist/rules/methods/method-definitions/put/origin-server-that-selects-uri-for-client-should-use-post-instead-of-put.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/put/user-agent-may-make-own-decision-to-redirect-request-for-3xx-response-to-put-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/put/user-agent-may-make-own-decision-to-redirect-request-for-3xx-response-to-put-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/put/user-agent-may-make-own-decision-to-redirect-request-for-3xx-response-to-put-request.rule.js +10 -0
- package/dist/rules/methods/method-definitions/put/user-agent-may-make-own-decision-to-redirect-request-for-3xx-response-to-put-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/trace/client-must-not-generate-fields-containing-sensitive-data-in-trace-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/trace/client-must-not-generate-fields-containing-sensitive-data-in-trace-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/trace/client-must-not-generate-fields-containing-sensitive-data-in-trace-request.rule.js +13 -0
- package/dist/rules/methods/method-definitions/trace/client-must-not-generate-fields-containing-sensitive-data-in-trace-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/trace/client-must-not-send-content-in-trace-request.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/trace/client-must-not-send-content-in-trace-request.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/trace/client-must-not-send-content-in-trace-request.rule.js +11 -0
- package/dist/rules/methods/method-definitions/trace/client-must-not-send-content-in-trace-request.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/trace/final-recipient-of-trace-request-should-reflect-received-message.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/trace/final-recipient-of-trace-request-should-reflect-received-message.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/trace/final-recipient-of-trace-request-should-reflect-received-message.rule.js +9 -0
- package/dist/rules/methods/method-definitions/trace/final-recipient-of-trace-request-should-reflect-received-message.rule.js.map +1 -0
- package/dist/rules/methods/method-definitions/trace/final-recipient-should-exclude-sensitive-request-data-from-response-to-trace.rule.d.ts +3 -0
- package/dist/rules/methods/method-definitions/trace/final-recipient-should-exclude-sensitive-request-data-from-response-to-trace.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-definitions/trace/final-recipient-should-exclude-sensitive-request-data-from-response-to-trace.rule.js +9 -0
- package/dist/rules/methods/method-definitions/trace/final-recipient-should-exclude-sensitive-request-data-from-response-to-trace.rule.js.map +1 -0
- package/dist/rules/methods/method-properties/client-should-not-automatically-retry-a-failed-automatic-retry.rule.d.ts +3 -0
- package/dist/rules/methods/method-properties/client-should-not-automatically-retry-a-failed-automatic-retry.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-properties/client-should-not-automatically-retry-a-failed-automatic-retry.rule.js +9 -0
- package/dist/rules/methods/method-properties/client-should-not-automatically-retry-a-failed-automatic-retry.rule.js.map +1 -0
- package/dist/rules/methods/method-properties/client-should-not-automatically-retry-request-with-non-idempotent-method.rule.d.ts +3 -0
- package/dist/rules/methods/method-properties/client-should-not-automatically-retry-request-with-non-idempotent-method.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-properties/client-should-not-automatically-retry-request-with-non-idempotent-method.rule.js +9 -0
- package/dist/rules/methods/method-properties/client-should-not-automatically-retry-request-with-non-idempotent-method.rule.js.map +1 -0
- package/dist/rules/methods/method-properties/origin-server-must-disable-safe-methods-for-unsafe-resources.rule.d.ts +3 -0
- package/dist/rules/methods/method-properties/origin-server-must-disable-safe-methods-for-unsafe-resources.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-properties/origin-server-must-disable-safe-methods-for-unsafe-resources.rule.js +10 -0
- package/dist/rules/methods/method-properties/origin-server-must-disable-safe-methods-for-unsafe-resources.rule.js.map +1 -0
- package/dist/rules/methods/method-properties/proxy-must-not-automatically-retry-non-idempontent-requests.rule.d.ts +3 -0
- package/dist/rules/methods/method-properties/proxy-must-not-automatically-retry-non-idempontent-requests.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-properties/proxy-must-not-automatically-retry-non-idempontent-requests.rule.js +9 -0
- package/dist/rules/methods/method-properties/proxy-must-not-automatically-retry-non-idempontent-requests.rule.js.map +1 -0
- package/dist/rules/methods/method-properties/user-agent-distinguish-between-safe-and-unsafe-methods.rule.d.ts +3 -0
- package/dist/rules/methods/method-properties/user-agent-distinguish-between-safe-and-unsafe-methods.rule.d.ts.map +1 -0
- package/dist/rules/methods/method-properties/user-agent-distinguish-between-safe-and-unsafe-methods.rule.js +9 -0
- package/dist/rules/methods/method-properties/user-agent-distinguish-between-safe-and-unsafe-methods.rule.js.map +1 -0
- package/dist/rules/methods/origin-server-should-send-405-response-for-unallowed-method.rule.d.ts +3 -0
- package/dist/rules/methods/origin-server-should-send-405-response-for-unallowed-method.rule.d.ts.map +1 -0
- package/dist/rules/methods/origin-server-should-send-405-response-for-unallowed-method.rule.js +9 -0
- package/dist/rules/methods/origin-server-should-send-405-response-for-unallowed-method.rule.js.map +1 -0
- package/dist/rules/methods/origin-server-should-send-501-response-for-unrecognized-method.rule.d.ts +3 -0
- package/dist/rules/methods/origin-server-should-send-501-response-for-unrecognized-method.rule.d.ts.map +1 -0
- package/dist/rules/methods/origin-server-should-send-501-response-for-unrecognized-method.rule.js +9 -0
- package/dist/rules/methods/origin-server-should-send-501-response-for-unrecognized-method.rule.js.map +1 -0
- package/dist/rules/methods/other-methods-than-get-and-head-are-optional.rule.d.ts +3 -0
- package/dist/rules/methods/other-methods-than-get-and-head-are-optional.rule.d.ts.map +1 -0
- package/dist/rules/methods/other-methods-than-get-and-head-are-optional.rule.js +11 -0
- package/dist/rules/methods/other-methods-than-get-and-head-are-optional.rule.js.map +1 -0
- package/dist/rules/range-requests/accept-ranges/accept-ranges-may-be-sent-in-trailer.rule.d.ts +3 -0
- package/dist/rules/range-requests/accept-ranges/accept-ranges-may-be-sent-in-trailer.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/accept-ranges/accept-ranges-may-be-sent-in-trailer.rule.js +11 -0
- package/dist/rules/range-requests/accept-ranges/accept-ranges-may-be-sent-in-trailer.rule.js.map +1 -0
- package/dist/rules/range-requests/accept-ranges/client-may-generate-range-requests-without-accept-ranges.rule.d.ts +3 -0
- package/dist/rules/range-requests/accept-ranges/client-may-generate-range-requests-without-accept-ranges.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/accept-ranges/client-may-generate-range-requests-without-accept-ranges.rule.js +11 -0
- package/dist/rules/range-requests/accept-ranges/client-may-generate-range-requests-without-accept-ranges.rule.js.map +1 -0
- package/dist/rules/range-requests/accept-ranges/client-must-not-assume-future-range-support-from-accept-ranges.rule.d.ts +3 -0
- package/dist/rules/range-requests/accept-ranges/client-must-not-assume-future-range-support-from-accept-ranges.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/accept-ranges/client-must-not-assume-future-range-support-from-accept-ranges.rule.js +10 -0
- package/dist/rules/range-requests/accept-ranges/client-must-not-assume-future-range-support-from-accept-ranges.rule.js.map +1 -0
- package/dist/rules/range-requests/accept-ranges/server-may-send-accept-ranges-none.rule.d.ts +3 -0
- package/dist/rules/range-requests/accept-ranges/server-may-send-accept-ranges-none.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/accept-ranges/server-may-send-accept-ranges-none.rule.js +18 -0
- package/dist/rules/range-requests/accept-ranges/server-may-send-accept-ranges-none.rule.js.map +1 -0
- package/dist/rules/range-requests/content-range/proxy-should-forward-206-with-unknown-range-unit.rule.d.ts +3 -0
- package/dist/rules/range-requests/content-range/proxy-should-forward-206-with-unknown-range-unit.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/content-range/proxy-should-forward-206-with-unknown-range-unit.rule.js +10 -0
- package/dist/rules/range-requests/content-range/proxy-should-forward-206-with-unknown-range-unit.rule.js.map +1 -0
- package/dist/rules/range-requests/content-range/recipient-must-not-recombine-206-with-unknown-range-unit.rule.d.ts +3 -0
- package/dist/rules/range-requests/content-range/recipient-must-not-recombine-206-with-unknown-range-unit.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/content-range/recipient-must-not-recombine-206-with-unknown-range-unit.rule.js +9 -0
- package/dist/rules/range-requests/content-range/recipient-must-not-recombine-206-with-unknown-range-unit.rule.js.map +1 -0
- package/dist/rules/range-requests/content-range/recipient-must-not-recombine-invalid-content-range.rule.d.ts +3 -0
- package/dist/rules/range-requests/content-range/recipient-must-not-recombine-invalid-content-range.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/content-range/recipient-must-not-recombine-invalid-content-range.rule.js +19 -0
- package/dist/rules/range-requests/content-range/recipient-must-not-recombine-invalid-content-range.rule.js.map +1 -0
- package/dist/rules/range-requests/content-range/sender-should-indicate-complete-length-for-byte-ranges.rule.d.ts +3 -0
- package/dist/rules/range-requests/content-range/sender-should-indicate-complete-length-for-byte-ranges.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/content-range/sender-should-indicate-complete-length-for-byte-ranges.rule.js +19 -0
- package/dist/rules/range-requests/content-range/sender-should-indicate-complete-length-for-byte-ranges.rule.js.map +1 -0
- package/dist/rules/range-requests/content-range/server-must-ignore-content-range-for-unsupported-method.rule.d.ts +3 -0
- package/dist/rules/range-requests/content-range/server-must-ignore-content-range-for-unsupported-method.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/content-range/server-must-ignore-content-range-for-unsupported-method.rule.js +11 -0
- package/dist/rules/range-requests/content-range/server-must-ignore-content-range-for-unsupported-method.rule.js.map +1 -0
- package/dist/rules/range-requests/content-range/server-should-send-content-range-in-416-response.rule.d.ts +3 -0
- package/dist/rules/range-requests/content-range/server-should-send-content-range-in-416-response.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/content-range/server-should-send-content-range-in-416-response.rule.js +12 -0
- package/dist/rules/range-requests/content-range/server-should-send-content-range-in-416-response.rule.js.map +1 -0
- package/dist/rules/range-requests/content-range/utils.d.ts +19 -0
- package/dist/rules/range-requests/content-range/utils.d.ts.map +1 -0
- package/dist/rules/range-requests/content-range/utils.js +39 -0
- package/dist/rules/range-requests/content-range/utils.js.map +1 -0
- package/dist/rules/range-requests/partial-put/origin-server-should-send-400-for-unsupported-partial-put.rule.d.ts +3 -0
- package/dist/rules/range-requests/partial-put/origin-server-should-send-400-for-unsupported-partial-put.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/partial-put/origin-server-should-send-400-for-unsupported-partial-put.rule.js +11 -0
- package/dist/rules/range-requests/partial-put/origin-server-should-send-400-for-unsupported-partial-put.rule.js.map +1 -0
- package/dist/rules/range-requests/range/client-should-list-multiple-ranges-in-ascending-order.rule.d.ts +3 -0
- package/dist/rules/range-requests/range/client-should-list-multiple-ranges-in-ascending-order.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/range/client-should-list-multiple-ranges-in-ascending-order.rule.js +42 -0
- package/dist/rules/range-requests/range/client-should-list-multiple-ranges-in-ascending-order.rule.js.map +1 -0
- package/dist/rules/range-requests/range/client-should-not-request-inefficient-multiple-ranges.rule.d.ts +3 -0
- package/dist/rules/range-requests/range/client-should-not-request-inefficient-multiple-ranges.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/range/client-should-not-request-inefficient-multiple-ranges.rule.js +67 -0
- package/dist/rules/range-requests/range/client-should-not-request-inefficient-multiple-ranges.rule.js.map +1 -0
- package/dist/rules/range-requests/range/origin-server-must-ignore-range-header-with-unknown-range-unit.rule.d.ts +3 -0
- package/dist/rules/range-requests/range/origin-server-must-ignore-range-header-with-unknown-range-unit.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/range/origin-server-must-ignore-range-header-with-unknown-range-unit.rule.js +9 -0
- package/dist/rules/range-requests/range/origin-server-must-ignore-range-header-with-unknown-range-unit.rule.js.map +1 -0
- package/dist/rules/range-requests/range/proxy-may-discard-range-header-with-unknown-range-unit.rule.d.ts +3 -0
- package/dist/rules/range-requests/range/proxy-may-discard-range-header-with-unknown-range-unit.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/range/proxy-may-discard-range-header-with-unknown-range-unit.rule.js +11 -0
- package/dist/rules/range-requests/range/proxy-may-discard-range-header-with-unknown-range-unit.rule.js.map +1 -0
- package/dist/rules/range-requests/range/server-may-ignore-or-reject-invalid-range-header.rule.d.ts +3 -0
- package/dist/rules/range-requests/range/server-may-ignore-or-reject-invalid-range-header.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/range/server-may-ignore-or-reject-invalid-range-header.rule.js +10 -0
- package/dist/rules/range-requests/range/server-may-ignore-or-reject-invalid-range-header.rule.js.map +1 -0
- package/dist/rules/range-requests/range/server-may-ignore-range-header-for-zero-length-representation.rule.d.ts +3 -0
- package/dist/rules/range-requests/range/server-may-ignore-range-header-for-zero-length-representation.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/range/server-may-ignore-range-header-for-zero-length-representation.rule.js +9 -0
- package/dist/rules/range-requests/range/server-may-ignore-range-header-for-zero-length-representation.rule.js.map +1 -0
- package/dist/rules/range-requests/range/server-may-ignore-range-header.rule.d.ts +3 -0
- package/dist/rules/range-requests/range/server-may-ignore-range-header.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/range/server-may-ignore-range-header.rule.js +9 -0
- package/dist/rules/range-requests/range/server-may-ignore-range-header.rule.js.map +1 -0
- package/dist/rules/range-requests/range/server-must-ignore-range-header-for-unrecognized-method.rule.d.ts +3 -0
- package/dist/rules/range-requests/range/server-must-ignore-range-header-for-unrecognized-method.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/range/server-must-ignore-range-header-for-unrecognized-method.rule.js +11 -0
- package/dist/rules/range-requests/range/server-must-ignore-range-header-for-unrecognized-method.rule.js.map +1 -0
- package/dist/rules/range-requests/range/server-should-send-206-response-for-satisfiable-range.rule.d.ts +3 -0
- package/dist/rules/range-requests/range/server-should-send-206-response-for-satisfiable-range.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/range/server-should-send-206-response-for-satisfiable-range.rule.js +12 -0
- package/dist/rules/range-requests/range/server-should-send-206-response-for-satisfiable-range.rule.js.map +1 -0
- package/dist/rules/range-requests/range/server-should-send-416-response-for-unsatisfiable-range.rule.d.ts +3 -0
- package/dist/rules/range-requests/range/server-should-send-416-response-for-unsatisfiable-range.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/range/server-should-send-416-response-for-unsatisfiable-range.rule.js +10 -0
- package/dist/rules/range-requests/range/server-should-send-416-response-for-unsatisfiable-range.rule.js.map +1 -0
- package/dist/rules/range-requests/range/utils.d.ts +6 -0
- package/dist/rules/range-requests/range/utils.d.ts.map +1 -0
- package/dist/rules/range-requests/range/utils.js +21 -0
- package/dist/rules/range-requests/range/utils.js.map +1 -0
- package/dist/rules/range-requests/range-units/recipient-must-anticipate-large-decimal-numerals-for-byte-range.rule.d.ts +3 -0
- package/dist/rules/range-requests/range-units/recipient-must-anticipate-large-decimal-numerals-for-byte-range.rule.d.ts.map +1 -0
- package/dist/rules/range-requests/range-units/recipient-must-anticipate-large-decimal-numerals-for-byte-range.rule.js +37 -0
- package/dist/rules/range-requests/range-units/recipient-must-anticipate-large-decimal-numerals-for-byte-range.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/content-encoding-should-not-include-identity.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/content-encoding-should-not-include-identity.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/content-encoding-should-not-include-identity.rule.js +12 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/content-encoding-should-not-include-identity.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/origin-server-may-respond-415-for-unacceptable-content-coding.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/origin-server-may-respond-415-for-unacceptable-content-coding.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/origin-server-may-respond-415-for-unacceptable-content-coding.rule.js +25 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/origin-server-may-respond-415-for-unacceptable-content-coding.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-compress-as-compress.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-compress-as-compress.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-compress-as-compress.rule.js +12 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-compress-as-compress.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-gzip-as-gzip.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-gzip-as-gzip.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-gzip-as-gzip.rule.js +12 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-gzip-as-gzip.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/sender-must-generate-content-encoding-header-if-encodings-applied.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/sender-must-generate-content-encoding-header-if-encodings-applied.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/sender-must-generate-content-encoding-header-if-encodings-applied.rule.js +10 -0
- package/dist/rules/representation-data-and-metadata/content-encoding/sender-must-generate-content-encoding-header-if-encodings-applied.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-language/content-language-may-be-applied-to-any-media-type.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-language/content-language-may-be-applied-to-any-media-type.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-language/content-language-may-be-applied-to-any-media-type.rule.js +9 -0
- package/dist/rules/representation-data-and-metadata/content-language/content-language-may-be-applied-to-any-media-type.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-language/multiple-languages-may-be-listed-for-multiple-audiences.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-language/multiple-languages-may-be-listed-for-multiple-audiences.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-language/multiple-languages-may-be-listed-for-multiple-audiences.rule.js +9 -0
- package/dist/rules/representation-data-and-metadata/content-language/multiple-languages-may-be-listed-for-multiple-audiences.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/origin-server-should-send-content-length-when-size-known.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-length/origin-server-should-send-content-length-when-size-known.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/origin-server-should-send-content-length-when-size-known.rule.js +15 -0
- package/dist/rules/representation-data-and-metadata/content-length/origin-server-should-send-content-length-when-size-known.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/recipient-must-handle-large-content-length.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-length/recipient-must-handle-large-content-length.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/recipient-must-handle-large-content-length.rule.js +38 -0
- package/dist/rules/representation-data-and-metadata/content-length/recipient-must-handle-large-content-length.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-incorrect-content-length.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-incorrect-content-length.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-incorrect-content-length.rule.js +10 -0
- package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-incorrect-content-length.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-incorrect-content-length-header.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-incorrect-content-length-header.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-incorrect-content-length-header.rule.js +10 -0
- package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-incorrect-content-length-header.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-invalid-content-length.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-invalid-content-length.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-invalid-content-length.rule.js +10 -0
- package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-invalid-content-length.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-304.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-304.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-304.rule.js +39 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-304.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-head-response.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-head-response.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-head-response.rule.js +35 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-head-response.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-1xx-or-204.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-1xx-or-204.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-1xx-or-204.rule.js +12 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-1xx-or-204.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-2xx-connect-response.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-2xx-connect-response.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-2xx-connect-response.rule.js +12 -0
- package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-2xx-connect-response.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/user-agent-should-not-send-content-length-without-content.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-length/user-agent-should-not-send-content-length-without-content.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/user-agent-should-not-send-content-length-without-content.rule.js +20 -0
- package/dist/rules/representation-data-and-metadata/content-length/user-agent-should-not-send-content-length-without-content.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/user-agent-should-send-content-length-for-request-with-defined-content.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-length/user-agent-should-send-content-length-for-request-with-defined-content.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-length/user-agent-should-send-content-length-for-request-with-defined-content.rule.js +12 -0
- package/dist/rules/representation-data-and-metadata/content-length/user-agent-should-send-content-length-for-request-with-defined-content.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-location/content-location-201-response-semantics.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-location/content-location-201-response-semantics.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-location/content-location-201-response-semantics.rule.js +25 -0
- package/dist/rules/representation-data-and-metadata/content-location/content-location-201-response-semantics.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-location/content-location-semantics-for-2xx-response.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-location/content-location-semantics-for-2xx-response.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-location/content-location-semantics-for-2xx-response.rule.js +13 -0
- package/dist/rules/representation-data-and-metadata/content-location/content-location-semantics-for-2xx-response.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-location/origin-server-must-treat-content-location-as-transitory-context.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-location/origin-server-must-treat-content-location-as-transitory-context.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-location/origin-server-must-treat-content-location-as-transitory-context.rule.js +16 -0
- package/dist/rules/representation-data-and-metadata/content-location/origin-server-must-treat-content-location-as-transitory-context.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-type/recipient-may-assume-media-type-or-determine-its-type.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-type/recipient-may-assume-media-type-or-determine-its-type.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-type/recipient-may-assume-media-type-or-determine-its-type.rule.js +10 -0
- package/dist/rules/representation-data-and-metadata/content-type/recipient-may-assume-media-type-or-determine-its-type.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-type/sender-must-only-generate-crlf-for-line-breaks-between-parts.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-type/sender-must-only-generate-crlf-for-line-breaks-between-parts.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-type/sender-must-only-generate-crlf-for-line-breaks-between-parts.rule.js +8 -0
- package/dist/rules/representation-data-and-metadata/content-type/sender-must-only-generate-crlf-for-line-breaks-between-parts.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-type/sender-should-generate-content-type-for-message-with-content.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/content-type/sender-should-generate-content-type-for-message-with-content.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/content-type/sender-should-generate-content-type-for-message-with-content.rule.js +14 -0
- package/dist/rules/representation-data-and-metadata/content-type/sender-should-generate-content-type-for-message-with-content.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-must-differ-for-different-content-encodings.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-must-differ-for-different-content-encodings.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-must-differ-for-different-content-encodings.rule.js +22 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-must-differ-for-different-content-encodings.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-strong-comparison-rules.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-strong-comparison-rules.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-strong-comparison-rules.rule.js +20 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-strong-comparison-rules.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-weak-comparison-rules.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-weak-comparison-rules.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-weak-comparison-rules.rule.js +19 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-weak-comparison-rules.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-must-mark-weak-entity-tag.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-must-mark-weak-entity-tag.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-must-mark-weak-entity-tag.rule.js +17 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-must-mark-weak-entity-tag.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-avoid-backslash-in-entity-tags.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-avoid-backslash-in-entity-tags.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-avoid-backslash-in-entity-tags.rule.js +19 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-avoid-backslash-in-entity-tags.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-send-etag.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-send-etag.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-send-etag.rule.js +18 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-send-etag.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/sender-may-send-etag-in-trailer.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/sender-may-send-etag-in-trailer.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/sender-may-send-etag-in-trailer.rule.js +13 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/etag/sender-may-send-etag-in-trailer.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-should-obtain-last-modified-close-to-date-generation.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-should-obtain-last-modified-close-to-date-generation.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-should-obtain-last-modified-close-to-date-generation.rule.js +12 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-should-obtain-last-modified-close-to-date-generation.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-should-send-last-modified.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-should-send-last-modified.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-should-send-last-modified.rule.js +18 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-should-send-last-modified.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-with-clock-must-not-generate-future-last-modified.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-with-clock-must-not-generate-future-last-modified.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-with-clock-must-not-generate-future-last-modified.rule.js +34 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-with-clock-must-not-generate-future-last-modified.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-without-clock-must-not-generate-last-modified.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-without-clock-must-not-generate-last-modified.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-without-clock-must-not-generate-last-modified.rule.js +15 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-without-clock-must-not-generate-last-modified.rule.js.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/origin-server-should-change-weak-entity-tag-for-unacceptable-representations.rule.d.ts +3 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/origin-server-should-change-weak-entity-tag-for-unacceptable-representations.rule.d.ts.map +1 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/origin-server-should-change-weak-entity-tag-for-unacceptable-representations.rule.js +12 -0
- package/dist/rules/representation-data-and-metadata/validator-fields/origin-server-should-change-weak-entity-tag-for-unacceptable-representations.rule.js.map +1 -0
- package/dist/rules/routing/client-must-not-use-special-request-target-forms-with-other-methods.rule.d.ts +3 -0
- package/dist/rules/routing/client-must-not-use-special-request-target-forms-with-other-methods.rule.d.ts.map +1 -0
- package/dist/rules/routing/client-must-not-use-special-request-target-forms-with-other-methods.rule.js +10 -0
- package/dist/rules/routing/client-must-not-use-special-request-target-forms-with-other-methods.rule.js.map +1 -0
- package/dist/rules/routing/client-should-continue-sending-request-when-response-arrives.rule.d.ts +3 -0
- package/dist/rules/routing/client-should-continue-sending-request-when-response-arrives.rule.d.ts.map +1 -0
- package/dist/rules/routing/client-should-continue-sending-request-when-response-arrives.rule.js +10 -0
- package/dist/rules/routing/client-should-continue-sending-request-when-response-arrives.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/connection/intermediary-must-parse-and-remove-connection-fields.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/connection/intermediary-must-parse-and-remove-connection-fields.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/connection/intermediary-must-parse-and-remove-connection-fields.rule.js +10 -0
- package/dist/rules/routing/message-forwarding/connection/intermediary-must-parse-and-remove-connection-fields.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/connection/intermediary-should-remove-known-hop-by-hop-fields.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/connection/intermediary-should-remove-known-hop-by-hop-fields.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/connection/intermediary-should-remove-known-hop-by-hop-fields.rule.js +10 -0
- package/dist/rules/routing/message-forwarding/connection/intermediary-should-remove-known-hop-by-hop-fields.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/connection/sender-must-list-connection-specific-field-in-connection-header.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/connection/sender-must-list-connection-specific-field-in-connection-header.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/connection/sender-must-list-connection-specific-field-in-connection-header.rule.js +9 -0
- package/dist/rules/routing/message-forwarding/connection/sender-must-list-connection-specific-field-in-connection-header.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/connection/sender-must-not-send-end-to-end-fields-as-connection-options.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/connection/sender-must-not-send-end-to-end-fields-as-connection-options.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/connection/sender-must-not-send-end-to-end-fields-as-connection-options.rule.js +9 -0
- package/dist/rules/routing/message-forwarding/connection/sender-must-not-send-end-to-end-fields-as-connection-options.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/intermediary-must-implement-connection-header.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/intermediary-must-implement-connection-header.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/intermediary-must-implement-connection-header.rule.js +10 -0
- package/dist/rules/routing/message-forwarding/intermediary-must-implement-connection-header.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/intermediary-must-not-forward-message-to-itself.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/intermediary-must-not-forward-message-to-itself.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/intermediary-must-not-forward-message-to-itself.rule.js +10 -0
- package/dist/rules/routing/message-forwarding/intermediary-must-not-forward-message-to-itself.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-check-and-update-max-forwards.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-check-and-update-max-forwards.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-check-and-update-max-forwards.rule.js +10 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-check-and-update-max-forwards.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-generate-updated-max-forwards-when-forwarding.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-generate-updated-max-forwards-when-forwarding.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-generate-updated-max-forwards-when-forwarding.rule.js +10 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-generate-updated-max-forwards-when-forwarding.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-not-forward-when-max-forwards-is-zero.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-not-forward-when-max-forwards-is-zero.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-not-forward-when-max-forwards-is-zero.rule.js +10 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-not-forward-when-max-forwards-is-zero.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-respond-as-final-recipient-when-max-forward-is-zero.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-respond-as-final-recipient-when-max-forward-is-zero.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-respond-as-final-recipient-when-max-forward-is-zero.rule.js +10 -0
- package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-respond-as-final-recipient-when-max-forward-is-zero.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/max-forwards/recipient-may-ignore-max-forwards-for-other-methods.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/max-forwards/recipient-may-ignore-max-forwards-for-other-methods.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/max-forwards/recipient-may-ignore-max-forwards-for-other-methods.rule.js +9 -0
- package/dist/rules/routing/message-forwarding/max-forwards/recipient-may-ignore-max-forwards-for-other-methods.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-not-forward-internal-hosts.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-not-forward-internal-hosts.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-not-forward-internal-hosts.rule.js +10 -0
- package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-not-forward-internal-hosts.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-replace-internal-hosts-with-pseudonyms.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-replace-internal-hosts-with-pseudonyms.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-replace-internal-hosts-with-pseudonyms.rule.js +10 -0
- package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-replace-internal-hosts-with-pseudonyms.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/via/gateway-may-send-via-header-in-responses.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/via/gateway-may-send-via-header-in-responses.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/via/gateway-may-send-via-header-in-responses.rule.js +12 -0
- package/dist/rules/routing/message-forwarding/via/gateway-may-send-via-header-in-responses.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/via/gateway-must-send-via-header-in-inbound-requests.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/via/gateway-must-send-via-header-in-inbound-requests.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/via/gateway-must-send-via-header-in-inbound-requests.rule.js +12 -0
- package/dist/rules/routing/message-forwarding/via/gateway-must-send-via-header-in-inbound-requests.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/via/intermediary-may-combine-via-entries-with-identical-protocols.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/via/intermediary-may-combine-via-entries-with-identical-protocols.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/via/intermediary-may-combine-via-entries-with-identical-protocols.rule.js +10 -0
- package/dist/rules/routing/message-forwarding/via/intermediary-may-combine-via-entries-with-identical-protocols.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/via/proxy-must-send-via-header.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/via/proxy-must-send-via-header.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/via/proxy-must-send-via-header.rule.js +12 -0
- package/dist/rules/routing/message-forwarding/via/proxy-must-send-via-header.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/via/recipient-may-interpret-missing-port-as-default.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/via/recipient-may-interpret-missing-port-as-default.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/via/recipient-may-interpret-missing-port-as-default.rule.js +9 -0
- package/dist/rules/routing/message-forwarding/via/recipient-may-interpret-missing-port-as-default.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/via/recipient-may-remove-comments-before-forwarding.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/via/recipient-may-remove-comments-before-forwarding.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/via/recipient-may-remove-comments-before-forwarding.rule.js +9 -0
- package/dist/rules/routing/message-forwarding/via/recipient-may-remove-comments-before-forwarding.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/via/sender-may-generate-comments-to-identify-software.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/via/sender-may-generate-comments-to-identify-software.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/via/sender-may-generate-comments-to-identify-software.rule.js +9 -0
- package/dist/rules/routing/message-forwarding/via/sender-may-generate-comments-to-identify-software.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/via/sender-may-replace-host-with-pseudonym.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/via/sender-may-replace-host-with-pseudonym.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/via/sender-may-replace-host-with-pseudonym.rule.js +11 -0
- package/dist/rules/routing/message-forwarding/via/sender-may-replace-host-with-pseudonym.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/via/sender-must-not-combine-via-entries-with-different-protocols.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/via/sender-must-not-combine-via-entries-with-different-protocols.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/via/sender-must-not-combine-via-entries-with-different-protocols.rule.js +10 -0
- package/dist/rules/routing/message-forwarding/via/sender-must-not-combine-via-entries-with-different-protocols.rule.js.map +1 -0
- package/dist/rules/routing/message-forwarding/via/sender-should-not-combine-via-entries-unless-same-organization.rule.d.ts +3 -0
- package/dist/rules/routing/message-forwarding/via/sender-should-not-combine-via-entries-unless-same-organization.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-forwarding/via/sender-should-not-combine-via-entries-unless-same-organization.rule.js +9 -0
- package/dist/rules/routing/message-forwarding/via/sender-should-not-combine-via-entries-unless-same-organization.rule.js.map +1 -0
- package/dist/rules/routing/message-transformations/proxy-may-add-domain-to-non-fqdn-hostname.rule.d.ts +3 -0
- package/dist/rules/routing/message-transformations/proxy-may-add-domain-to-non-fqdn-hostname.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-transformations/proxy-may-add-domain-to-non-fqdn-hostname.rule.js +10 -0
- package/dist/rules/routing/message-transformations/proxy-may-add-domain-to-non-fqdn-hostname.rule.js.map +1 -0
- package/dist/rules/routing/message-transformations/proxy-may-transform-content-without-no-transform-directive.rule.d.ts +3 -0
- package/dist/rules/routing/message-transformations/proxy-may-transform-content-without-no-transform-directive.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-transformations/proxy-may-transform-content-without-no-transform-directive.rule.js +29 -0
- package/dist/rules/routing/message-transformations/proxy-may-transform-content-without-no-transform-directive.rule.js.map +1 -0
- package/dist/rules/routing/message-transformations/proxy-must-not-change-fqdn-hostname.rule.d.ts +3 -0
- package/dist/rules/routing/message-transformations/proxy-must-not-change-fqdn-hostname.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-transformations/proxy-must-not-change-fqdn-hostname.rule.js +10 -0
- package/dist/rules/routing/message-transformations/proxy-must-not-change-fqdn-hostname.rule.js.map +1 -0
- package/dist/rules/routing/message-transformations/proxy-must-not-modify-absolute-path-and-query.rule.d.ts +3 -0
- package/dist/rules/routing/message-transformations/proxy-must-not-modify-absolute-path-and-query.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-transformations/proxy-must-not-modify-absolute-path-and-query.rule.js +10 -0
- package/dist/rules/routing/message-transformations/proxy-must-not-modify-absolute-path-and-query.rule.js.map +1 -0
- package/dist/rules/routing/message-transformations/proxy-must-not-transform-content-with-no-transform-directive.rule.d.ts +3 -0
- package/dist/rules/routing/message-transformations/proxy-must-not-transform-content-with-no-transform-directive.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-transformations/proxy-must-not-transform-content-with-no-transform-directive.rule.js +36 -0
- package/dist/rules/routing/message-transformations/proxy-must-not-transform-content-with-no-transform-directive.rule.js.map +1 -0
- package/dist/rules/routing/message-transformations/proxy-should-not-modify-endpoint-and-representation-headers.rule.d.ts +3 -0
- package/dist/rules/routing/message-transformations/proxy-should-not-modify-endpoint-and-representation-headers.rule.d.ts.map +1 -0
- package/dist/rules/routing/message-transformations/proxy-should-not-modify-endpoint-and-representation-headers.rule.js +10 -0
- package/dist/rules/routing/message-transformations/proxy-should-not-modify-endpoint-and-representation-headers.rule.js.map +1 -0
- package/dist/rules/routing/origin-server-must-reject-https-requests-without-valid-certificate.rule.d.ts +3 -0
- package/dist/rules/routing/origin-server-must-reject-https-requests-without-valid-certificate.rule.d.ts.map +1 -0
- package/dist/rules/routing/origin-server-must-reject-https-requests-without-valid-certificate.rule.js +10 -0
- package/dist/rules/routing/origin-server-must-reject-https-requests-without-valid-certificate.rule.js.map +1 -0
- package/dist/rules/routing/origin-server-must-reject-requests-not-meeting-scheme-requirements.rule.d.ts +3 -0
- package/dist/rules/routing/origin-server-must-reject-requests-not-meeting-scheme-requirements.rule.d.ts.map +1 -0
- package/dist/rules/routing/origin-server-must-reject-requests-not-meeting-scheme-requirements.rule.js +10 -0
- package/dist/rules/routing/origin-server-must-reject-requests-not-meeting-scheme-requirements.rule.js.map +1 -0
- package/dist/rules/routing/upgrade/client-may-send-upgrade-header.rule.d.ts +3 -0
- package/dist/rules/routing/upgrade/client-may-send-upgrade-header.rule.d.ts.map +1 -0
- package/dist/rules/routing/upgrade/client-may-send-upgrade-header.rule.js +12 -0
- package/dist/rules/routing/upgrade/client-may-send-upgrade-header.rule.js.map +1 -0
- package/dist/rules/routing/upgrade/recipient-should-use-case-insensitive-comparison-for-protocol-names.rule.d.ts +3 -0
- package/dist/rules/routing/upgrade/recipient-should-use-case-insensitive-comparison-for-protocol-names.rule.d.ts.map +1 -0
- package/dist/rules/routing/upgrade/recipient-should-use-case-insensitive-comparison-for-protocol-names.rule.js +9 -0
- package/dist/rules/routing/upgrade/recipient-should-use-case-insensitive-comparison-for-protocol-names.rule.js.map +1 -0
- package/dist/rules/routing/upgrade/sender-must-send-upgrade-connection-option.rule.d.ts +3 -0
- package/dist/rules/routing/upgrade/sender-must-send-upgrade-connection-option.rule.d.ts.map +1 -0
- package/dist/rules/routing/upgrade/sender-must-send-upgrade-connection-option.rule.js +20 -0
- package/dist/rules/routing/upgrade/sender-must-send-upgrade-connection-option.rule.js.map +1 -0
- package/dist/rules/routing/upgrade/server-may-ignore-client-protocol-preference-order.rule.d.ts +3 -0
- package/dist/rules/routing/upgrade/server-may-ignore-client-protocol-preference-order.rule.d.ts.map +1 -0
- package/dist/rules/routing/upgrade/server-may-ignore-client-protocol-preference-order.rule.js +10 -0
- package/dist/rules/routing/upgrade/server-may-ignore-client-protocol-preference-order.rule.js.map +1 -0
- package/dist/rules/routing/upgrade/server-may-ignore-upgrade-header.rule.d.ts +3 -0
- package/dist/rules/routing/upgrade/server-may-ignore-upgrade-header.rule.d.ts.map +1 -0
- package/dist/rules/routing/upgrade/server-may-ignore-upgrade-header.rule.js +10 -0
- package/dist/rules/routing/upgrade/server-may-ignore-upgrade-header.rule.js.map +1 -0
- package/dist/rules/routing/upgrade/server-may-send-upgrade-header-in-other-responses.rule.d.ts +3 -0
- package/dist/rules/routing/upgrade/server-may-send-upgrade-header-in-other-responses.rule.d.ts.map +1 -0
- package/dist/rules/routing/upgrade/server-may-send-upgrade-header-in-other-responses.rule.js +12 -0
- package/dist/rules/routing/upgrade/server-may-send-upgrade-header-in-other-responses.rule.js.map +1 -0
- package/dist/rules/routing/upgrade/server-must-ignore-upgrade-in-http-1.0-request.rule.d.ts +3 -0
- package/dist/rules/routing/upgrade/server-must-ignore-upgrade-in-http-1.0-request.rule.d.ts.map +1 -0
- package/dist/rules/routing/upgrade/server-must-ignore-upgrade-in-http-1.0-request.rule.js +10 -0
- package/dist/rules/routing/upgrade/server-must-ignore-upgrade-in-http-1.0-request.rule.js.map +1 -0
- package/dist/rules/routing/upgrade/server-must-list-protocols-in-layer-ascending-order.rule.d.ts +3 -0
- package/dist/rules/routing/upgrade/server-must-list-protocols-in-layer-ascending-order.rule.d.ts.map +1 -0
- package/dist/rules/routing/upgrade/server-must-list-protocols-in-layer-ascending-order.rule.js +9 -0
- package/dist/rules/routing/upgrade/server-must-list-protocols-in-layer-ascending-order.rule.js.map +1 -0
- package/dist/rules/routing/upgrade/server-must-not-switch-to-non-indicated-protocol.rule.d.ts +3 -0
- package/dist/rules/routing/upgrade/server-must-not-switch-to-non-indicated-protocol.rule.d.ts.map +1 -0
- package/dist/rules/routing/upgrade/server-must-not-switch-to-non-indicated-protocol.rule.js +32 -0
- package/dist/rules/routing/upgrade/server-must-not-switch-to-non-indicated-protocol.rule.js.map +1 -0
- package/dist/rules/routing/upgrade/server-must-not-switch-unless-semantics-can-be-honored.rule.d.ts +3 -0
- package/dist/rules/routing/upgrade/server-must-not-switch-unless-semantics-can-be-honored.rule.d.ts.map +1 -0
- package/dist/rules/routing/upgrade/server-must-not-switch-unless-semantics-can-be-honored.rule.js +10 -0
- package/dist/rules/routing/upgrade/server-must-not-switch-unless-semantics-can-be-honored.rule.js.map +1 -0
- package/dist/rules/routing/upgrade/server-must-send-100-before-101-with-expect-header.rule.d.ts +3 -0
- package/dist/rules/routing/upgrade/server-must-send-100-before-101-with-expect-header.rule.d.ts.map +1 -0
- package/dist/rules/routing/upgrade/server-must-send-100-before-101-with-expect-header.rule.js +10 -0
- package/dist/rules/routing/upgrade/server-must-send-100-before-101-with-expect-header.rule.js.map +1 -0
- package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-101-response.rule.d.ts +3 -0
- package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-101-response.rule.d.ts.map +1 -0
- package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-101-response.rule.js +12 -0
- package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-101-response.rule.js.map +1 -0
- package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-426-response.rule.d.ts +3 -0
- package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-426-response.rule.d.ts.map +1 -0
- package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-426-response.rule.js +12 -0
- package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-426-response.rule.js.map +1 -0
- package/dist/rules/routing/user-agent-must-generate-host-or-authority-header.rule.d.ts +3 -0
- package/dist/rules/routing/user-agent-must-generate-host-or-authority-header.rule.d.ts.map +1 -0
- package/dist/rules/routing/user-agent-must-generate-host-or-authority-header.rule.js +11 -0
- package/dist/rules/routing/user-agent-must-generate-host-or-authority-header.rule.js.map +1 -0
- package/dist/rules/routing/user-agent-should-send-host-as-first-header.rule.d.ts +3 -0
- package/dist/rules/routing/user-agent-should-send-host-as-first-header.rule.d.ts.map +1 -0
- package/dist/rules/routing/user-agent-should-send-host-as-first-header.rule.js +10 -0
- package/dist/rules/routing/user-agent-should-send-host-as-first-header.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/401/server-must-send-www-authenticate-header-for-401-response.rule.d.ts +6 -0
- package/dist/rules/status-codes/client-error-4xx/401/server-must-send-www-authenticate-header-for-401-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/401/server-must-send-www-authenticate-header-for-401-response.rule.js +29 -0
- package/dist/rules/status-codes/client-error-4xx/401/server-must-send-www-authenticate-header-for-401-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/401/user-agent-may-repeat-request-with-new-authorization-header.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/401/user-agent-may-repeat-request-with-new-authorization-header.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/401/user-agent-may-repeat-request-with-new-authorization-header.rule.js +10 -0
- package/dist/rules/status-codes/client-error-4xx/401/user-agent-may-repeat-request-with-new-authorization-header.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/401/user-agent-should-present-error-representation-to-user.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/401/user-agent-should-present-error-representation-to-user.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/401/user-agent-should-present-error-representation-to-user.rule.js +9 -0
- package/dist/rules/status-codes/client-error-4xx/401/user-agent-should-present-error-representation-to-user.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/402/402-status-code-is-reserved.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/402/402-status-code-is-reserved.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/402/402-status-code-is-reserved.rule.js +11 -0
- package/dist/rules/status-codes/client-error-4xx/402/402-status-code-is-reserved.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/403/client-may-repeat-request-with-new-credentials-for-403-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/403/client-may-repeat-request-with-new-credentials-for-403-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/403/client-may-repeat-request-with-new-credentials-for-403-response.rule.js +9 -0
- package/dist/rules/status-codes/client-error-4xx/403/client-may-repeat-request-with-new-credentials-for-403-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/403/client-should-not-automatically-repeat-request-for-403-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/403/client-should-not-automatically-repeat-request-for-403-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/403/client-should-not-automatically-repeat-request-for-403-response.rule.js +10 -0
- package/dist/rules/status-codes/client-error-4xx/403/client-should-not-automatically-repeat-request-for-403-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/403/origin-server-may-respond-with-404-instead-of-403.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/403/origin-server-may-respond-with-404-instead-of-403.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/403/origin-server-may-respond-with-404-instead-of-403.rule.js +11 -0
- package/dist/rules/status-codes/client-error-4xx/403/origin-server-may-respond-with-404-instead-of-403.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/405/origin-sever-must-generate-allow-header-for-405-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/405/origin-sever-must-generate-allow-header-for-405-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/405/origin-sever-must-generate-allow-header-for-405-response.rule.js +11 -0
- package/dist/rules/status-codes/client-error-4xx/405/origin-sever-must-generate-allow-header-for-405-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/406/server-should-generate-content-for-406-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/406/server-should-generate-content-for-406-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/406/server-should-generate-content-for-406-response.rule.js +11 -0
- package/dist/rules/status-codes/client-error-4xx/406/server-should-generate-content-for-406-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/406/user-agent-may-select-most-appropriate-choice-for-406-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/406/user-agent-may-select-most-appropriate-choice-for-406-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/406/user-agent-may-select-most-appropriate-choice-for-406-response.rule.js +9 -0
- package/dist/rules/status-codes/client-error-4xx/406/user-agent-may-select-most-appropriate-choice-for-406-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/407/client-may-repeat-request-with-new-proxy-authenticate-header-for-407-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/407/client-may-repeat-request-with-new-proxy-authenticate-header-for-407-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/407/client-may-repeat-request-with-new-proxy-authenticate-header-for-407-response.rule.js +9 -0
- package/dist/rules/status-codes/client-error-4xx/407/client-may-repeat-request-with-new-proxy-authenticate-header-for-407-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/407/proxy-must-send-proxy-authenticate-header-for-407-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/407/proxy-must-send-proxy-authenticate-header-for-407-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/407/proxy-must-send-proxy-authenticate-header-for-407-response.rule.js +11 -0
- package/dist/rules/status-codes/client-error-4xx/407/proxy-must-send-proxy-authenticate-header-for-407-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/408/client-may-repeat-request-for-408-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/408/client-may-repeat-request-for-408-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/408/client-may-repeat-request-for-408-response.rule.js +9 -0
- package/dist/rules/status-codes/client-error-4xx/408/client-may-repeat-request-for-408-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/409/server-should-generate-content-for-409-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/409/server-should-generate-content-for-409-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/409/server-should-generate-content-for-409-response.rule.js +11 -0
- package/dist/rules/status-codes/client-error-4xx/409/server-should-generate-content-for-409-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/411/client-may-repeat-request-with-valid-content-length-header-for-411-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/411/client-may-repeat-request-with-valid-content-length-header-for-411-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/411/client-may-repeat-request-with-valid-content-length-header-for-411-response.rule.js +9 -0
- package/dist/rules/status-codes/client-error-4xx/411/client-may-repeat-request-with-valid-content-length-header-for-411-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/413/client-may-retry-after-given-time-for-413-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/413/client-may-retry-after-given-time-for-413-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/413/client-may-retry-after-given-time-for-413-response.rule.js +9 -0
- package/dist/rules/status-codes/client-error-4xx/413/client-may-retry-after-given-time-for-413-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/413/server-may-close-connection-for-413-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/413/server-may-close-connection-for-413-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/413/server-may-close-connection-for-413-response.rule.js +9 -0
- package/dist/rules/status-codes/client-error-4xx/413/server-may-close-connection-for-413-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/413/server-may-terminate-request-for-413-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/413/server-may-terminate-request-for-413-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/413/server-may-terminate-request-for-413-response.rule.js +9 -0
- package/dist/rules/status-codes/client-error-4xx/413/server-may-terminate-request-for-413-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/413/server-should-generate-retry-after-header-for-413-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/413/server-should-generate-retry-after-header-for-413-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/413/server-should-generate-retry-after-header-for-413-response.rule.js +11 -0
- package/dist/rules/status-codes/client-error-4xx/413/server-should-generate-retry-after-header-for-413-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/416/server-should-generate-content-range-header-for-416-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/416/server-should-generate-content-range-header-for-416-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/416/server-should-generate-content-range-header-for-416-response.rule.js +11 -0
- package/dist/rules/status-codes/client-error-4xx/416/server-should-generate-content-range-header-for-416-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/421/client-may-retry-request-over-different-connection.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/421/client-may-retry-request-over-different-connection.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/421/client-may-retry-request-over-different-connection.rule.js +9 -0
- package/dist/rules/status-codes/client-error-4xx/421/client-may-retry-request-over-different-connection.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/421/proxy-must-not-send-421-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/421/proxy-must-not-send-421-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/421/proxy-must-not-send-421-response.rule.js +11 -0
- package/dist/rules/status-codes/client-error-4xx/421/proxy-must-not-send-421-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/426/server-must-send-upgrade-header-for-426-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/426/server-must-send-upgrade-header-for-426-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/426/server-must-send-upgrade-header-for-426-response.rule.js +11 -0
- package/dist/rules/status-codes/client-error-4xx/426/server-must-send-upgrade-header-for-426-response.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/server-should-send-error-representation-for-4xx-responses.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/server-should-send-error-representation-for-4xx-responses.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/server-should-send-error-representation-for-4xx-responses.rule.js +12 -0
- package/dist/rules/status-codes/client-error-4xx/server-should-send-error-representation-for-4xx-responses.rule.js.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/user-agents-should-display-error-representation-to-user.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-error-4xx/user-agents-should-display-error-representation-to-user.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-error-4xx/user-agents-should-display-error-representation-to-user.rule.js +9 -0
- package/dist/rules/status-codes/client-error-4xx/user-agents-should-display-error-representation-to-user.rule.js.map +1 -0
- package/dist/rules/status-codes/client-must-understand-class-of-any-status-code.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-must-understand-class-of-any-status-code.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-must-understand-class-of-any-status-code.rule.js +10 -0
- package/dist/rules/status-codes/client-must-understand-class-of-any-status-code.rule.js.map +1 -0
- package/dist/rules/status-codes/client-should-process-invalid-status-code-as-5xx.rule.d.ts +3 -0
- package/dist/rules/status-codes/client-should-process-invalid-status-code-as-5xx.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/client-should-process-invalid-status-code-as-5xx.rule.js +10 -0
- package/dist/rules/status-codes/client-should-process-invalid-status-code-as-5xx.rule.js.map +1 -0
- package/dist/rules/status-codes/informational-1xx/client-must-be-able-to-parse-multiple-1xx-responses.rule.d.ts +3 -0
- package/dist/rules/status-codes/informational-1xx/client-must-be-able-to-parse-multiple-1xx-responses.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/informational-1xx/client-must-be-able-to-parse-multiple-1xx-responses.rule.js +10 -0
- package/dist/rules/status-codes/informational-1xx/client-must-be-able-to-parse-multiple-1xx-responses.rule.js.map +1 -0
- package/dist/rules/status-codes/informational-1xx/proxy-must-forward-1xx-responses.rule.d.ts +3 -0
- package/dist/rules/status-codes/informational-1xx/proxy-must-forward-1xx-responses.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/informational-1xx/proxy-must-forward-1xx-responses.rule.js +10 -0
- package/dist/rules/status-codes/informational-1xx/proxy-must-forward-1xx-responses.rule.js.map +1 -0
- package/dist/rules/status-codes/informational-1xx/server-must-generate-upgrade-header-field.rule.d.ts +3 -0
- package/dist/rules/status-codes/informational-1xx/server-must-generate-upgrade-header-field.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/informational-1xx/server-must-generate-upgrade-header-field.rule.js +10 -0
- package/dist/rules/status-codes/informational-1xx/server-must-generate-upgrade-header-field.rule.js.map +1 -0
- package/dist/rules/status-codes/informational-1xx/server-must-not-send-1xx-response-to-1.0-client.rule.d.ts +3 -0
- package/dist/rules/status-codes/informational-1xx/server-must-not-send-1xx-response-to-1.0-client.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/informational-1xx/server-must-not-send-1xx-response-to-1.0-client.rule.js +10 -0
- package/dist/rules/status-codes/informational-1xx/server-must-not-send-1xx-response-to-1.0-client.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-content-for-300-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-content-for-300-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-content-for-300-response.rule.js +11 -0
- package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-content-for-300-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-location-header-for-preferred-choice-for-300-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-location-header-for-preferred-choice-for-300-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-location-header-for-preferred-choice-for-300-response.rule.js +11 -0
- package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-location-header-for-preferred-choice-for-300-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/300/user-agent-may-select-redirection-from-content.rule-for-300-response.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/300/user-agent-may-select-redirection-from-content.rule-for-300-response.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/300/user-agent-may-select-redirection-from-content.rule-for-300-response.js +9 -0
- package/dist/rules/status-codes/redirection-3xx/300/user-agent-may-select-redirection-from-content.rule-for-300-response.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/300/user-agent-may-use-location-field-for-automatic-redirect-for-300-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/300/user-agent-may-use-location-field-for-automatic-redirect-for-300-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/300/user-agent-may-use-location-field-for-automatic-redirect-for-300-response.rule.js +9 -0
- package/dist/rules/status-codes/redirection-3xx/300/user-agent-may-use-location-field-for-automatic-redirect-for-300-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/301/server-should-generate-location-header-field-for-301-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/301/server-should-generate-location-header-field-for-301-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/301/server-should-generate-location-header-field-for-301-response.rule.js +11 -0
- package/dist/rules/status-codes/redirection-3xx/301/server-should-generate-location-header-field-for-301-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/301/user-agent-may-change-request-method-from-post-to-get-for-301-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/301/user-agent-may-change-request-method-from-post-to-get-for-301-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/301/user-agent-may-change-request-method-from-post-to-get-for-301-response.rule.js +12 -0
- package/dist/rules/status-codes/redirection-3xx/301/user-agent-may-change-request-method-from-post-to-get-for-301-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/301/user-agent-may-use-location-header-for-automatic-redirection-for-301-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/301/user-agent-may-use-location-header-for-automatic-redirection-for-301-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/301/user-agent-may-use-location-header-for-automatic-redirection-for-301-response.rule.js +10 -0
- package/dist/rules/status-codes/redirection-3xx/301/user-agent-may-use-location-header-for-automatic-redirection-for-301-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/302/server-should-generate-location-header-for-302-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/302/server-should-generate-location-header-for-302-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/302/server-should-generate-location-header-for-302-response.rule.js +11 -0
- package/dist/rules/status-codes/redirection-3xx/302/server-should-generate-location-header-for-302-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/302/user-agent-may-change-request-method-from-post-to-get-for-302-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/302/user-agent-may-change-request-method-from-post-to-get-for-302-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/302/user-agent-may-change-request-method-from-post-to-get-for-302-response.rule.js +12 -0
- package/dist/rules/status-codes/redirection-3xx/302/user-agent-may-change-request-method-from-post-to-get-for-302-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/302/user-agent-may-use-location-header-for-automatic-redirection-for-302-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/302/user-agent-may-use-location-header-for-automatic-redirection-for-302-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/302/user-agent-may-use-location-header-for-automatic-redirection-for-302-response.rule.js +10 -0
- package/dist/rules/status-codes/redirection-3xx/302/user-agent-may-use-location-header-for-automatic-redirection-for-302-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/304/proxy-should-forward-304-response-to-outbound-client.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/304/proxy-should-forward-304-response-to-outbound-client.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/304/proxy-should-forward-304-response-to-outbound-client.rule.js +9 -0
- package/dist/rules/status-codes/redirection-3xx/304/proxy-should-forward-304-response-to-outbound-client.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/304/sender-should-not-generate-additional-representation-metadata-for-304-response.rule.d.ts +5 -0
- package/dist/rules/status-codes/redirection-3xx/304/sender-should-not-generate-additional-representation-metadata-for-304-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/304/sender-should-not-generate-additional-representation-metadata-for-304-response.rule.js +48 -0
- package/dist/rules/status-codes/redirection-3xx/304/sender-should-not-generate-additional-representation-metadata-for-304-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/304/server-must-generate-header-fields-for-304-response.rule.d.ts +6 -0
- package/dist/rules/status-codes/redirection-3xx/304/server-must-generate-header-fields-for-304-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/304/server-must-generate-header-fields-for-304-response.rule.js +70 -0
- package/dist/rules/status-codes/redirection-3xx/304/server-must-generate-header-fields-for-304-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/305/status-code-305-is-deprecated.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/305/status-code-305-is-deprecated.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/305/status-code-305-is-deprecated.rule.js +10 -0
- package/dist/rules/status-codes/redirection-3xx/305/status-code-305-is-deprecated.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/306/status-code-306-is-reserved.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/306/status-code-306-is-reserved.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/306/status-code-306-is-reserved.rule.js +10 -0
- package/dist/rules/status-codes/redirection-3xx/306/status-code-306-is-reserved.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/307/server-should-generate-location-header-for-307-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/307/server-should-generate-location-header-for-307-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/307/server-should-generate-location-header-for-307-response.rule.js +11 -0
- package/dist/rules/status-codes/redirection-3xx/307/server-should-generate-location-header-for-307-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/307/user-agent-may-use-location-header-for-automatic-redirection.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/307/user-agent-may-use-location-header-for-automatic-redirection.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/307/user-agent-may-use-location-header-for-automatic-redirection.rule.js +9 -0
- package/dist/rules/status-codes/redirection-3xx/307/user-agent-may-use-location-header-for-automatic-redirection.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/307/user-agent-must-not-change-request-method-for-automatic-redirection-for-307-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/307/user-agent-must-not-change-request-method-for-automatic-redirection-for-307-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/307/user-agent-must-not-change-request-method-for-automatic-redirection-for-307-response.rule.js +9 -0
- package/dist/rules/status-codes/redirection-3xx/307/user-agent-must-not-change-request-method-for-automatic-redirection-for-307-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/308/server-should-generate-location-header-for-308-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/308/server-should-generate-location-header-for-308-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/308/server-should-generate-location-header-for-308-response.rule.js +11 -0
- package/dist/rules/status-codes/redirection-3xx/308/server-should-generate-location-header-for-308-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/308/user-agent-may-use-location-header-for-automatic-redirection-for-308-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/308/user-agent-may-use-location-header-for-automatic-redirection-for-308-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/308/user-agent-may-use-location-header-for-automatic-redirection-for-308-response.rule.js +9 -0
- package/dist/rules/status-codes/redirection-3xx/308/user-agent-may-use-location-header-for-automatic-redirection-for-308-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/clients-should-detect-and-intervene-cyclical-redirections.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/clients-should-detect-and-intervene-cyclical-redirections.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/clients-should-detect-and-intervene-cyclical-redirections.rule.js +9 -0
- package/dist/rules/status-codes/redirection-3xx/clients-should-detect-and-intervene-cyclical-redirections.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/user-agent-may-redirect-to-location-header-uri-for-3xx-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/user-agent-may-redirect-to-location-header-uri-for-3xx-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/user-agent-may-redirect-to-location-header-uri-for-3xx-response.rule.js +10 -0
- package/dist/rules/status-codes/redirection-3xx/user-agent-may-redirect-to-location-header-uri-for-3xx-response.rule.js.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/user-agent-shoud-resend-original-request-with-modifications-for-redirected-requests.rule.d.ts +3 -0
- package/dist/rules/status-codes/redirection-3xx/user-agent-shoud-resend-original-request-with-modifications-for-redirected-requests.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/redirection-3xx/user-agent-shoud-resend-original-request-with-modifications-for-redirected-requests.rule.js +9 -0
- package/dist/rules/status-codes/redirection-3xx/user-agent-shoud-resend-original-request-with-modifications-for-redirected-requests.rule.js.map +1 -0
- package/dist/rules/status-codes/server-error-5xx/503/server-may-send-retry-after-header-for-503-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/server-error-5xx/503/server-may-send-retry-after-header-for-503-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/server-error-5xx/503/server-may-send-retry-after-header-for-503-response.rule.js +11 -0
- package/dist/rules/status-codes/server-error-5xx/503/server-may-send-retry-after-header-for-503-response.rule.js.map +1 -0
- package/dist/rules/status-codes/server-error-5xx/505/server-should-generate-representation-for-505-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/server-error-5xx/505/server-should-generate-representation-for-505-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/server-error-5xx/505/server-should-generate-representation-for-505-response.rule.js +11 -0
- package/dist/rules/status-codes/server-error-5xx/505/server-should-generate-representation-for-505-response.rule.js.map +1 -0
- package/dist/rules/status-codes/server-error-5xx/server-should-send-error-representation-for-5xx-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/server-error-5xx/server-should-send-error-representation-for-5xx-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/server-error-5xx/server-should-send-error-representation-for-5xx-response.rule.js +11 -0
- package/dist/rules/status-codes/server-error-5xx/server-should-send-error-representation-for-5xx-response.rule.js.map +1 -0
- package/dist/rules/status-codes/server-error-5xx/user-agent-should-display-representation-to-the-user-for-5xx-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/server-error-5xx/user-agent-should-display-representation-to-the-user-for-5xx-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/server-error-5xx/user-agent-should-display-representation-to-the-user-for-5xx-response.rule.js +9 -0
- package/dist/rules/status-codes/server-error-5xx/user-agent-should-display-representation-to-the-user-for-5xx-response.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/200/origin-server-should-send-validator-fields-for-200-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/200/origin-server-should-send-validator-fields-for-200-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/200/origin-server-should-send-validator-fields-for-200-response.rule.js +13 -0
- package/dist/rules/status-codes/successful-2xx/200/origin-server-should-send-validator-fields-for-200-response.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/205/server-must-not-generate-content-for-205-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/205/server-must-not-generate-content-for-205-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/205/server-must-not-generate-content-for-205-response.rule.js +11 -0
- package/dist/rules/status-codes/successful-2xx/205/server-must-not-generate-content-for-205-response.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/client-must-inspect-206-response-content-type-and-range.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/client-must-inspect-206-response-content-type-and-range.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/client-must-inspect-206-response-content-type-and-range.rule.js +9 -0
- package/dist/rules/status-codes/successful-2xx/206/client-must-inspect-206-response-content-type-and-range.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-may-combine-multiple-ranges-with-same-strong-validator-to-larger-range.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-may-combine-multiple-ranges-with-same-strong-validator-to-larger-range.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-may-combine-multiple-ranges-with-same-strong-validator-to-larger-range.rule.js +9 -0
- package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-may-combine-multiple-ranges-with-same-strong-validator-to-larger-range.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-must-process-combined-response-correct.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-must-process-combined-response-correct.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-must-process-combined-response-correct.js +9 -0
- package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-must-process-combined-response-correct.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-must-use-other-header-fields-provided-in-new-for-206-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-must-use-other-header-fields-provided-in-new-for-206-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-must-use-other-header-fields-provided-in-new-for-206-response.rule.js +9 -0
- package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-must-use-other-header-fields-provided-in-new-for-206-response.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/client-must-inspect-content-range-header-in-multiple-parts-206-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/client-must-inspect-content-range-header-in-multiple-parts-206-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/client-must-inspect-content-range-header-in-multiple-parts-206-response.rule.js +9 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/client-must-inspect-content-range-header-in-multiple-parts-206-response.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/client-must-not-generate-multiple-ranges-request-if-not-supported.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/client-must-not-generate-multiple-ranges-request-if-not-supported.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/client-must-not-generate-multiple-ranges-request-if-not-supported.rule.js +9 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/client-must-not-generate-multiple-ranges-request-if-not-supported.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-coalesce-overlapping-or-small-gapped-ranges.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-coalesce-overlapping-or-small-gapped-ranges.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-coalesce-overlapping-or-small-gapped-ranges.rule.js +9 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-coalesce-overlapping-or-small-gapped-ranges.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-generate-multiple-parts-response-with-single-body.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-generate-multiple-parts-response-with-single-body.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-generate-multiple-parts-response-with-single-body.rule.js +9 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-generate-multiple-parts-response-with-single-body.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-generate-content-range-header-in-corresponding-body-part-for-206-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-generate-content-range-header-in-corresponding-body-part-for-206-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-generate-content-range-header-in-corresponding-body-part-for-206-response.rule.js +9 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-generate-content-range-header-in-corresponding-body-part-for-206-response.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-generate-multipart-byteranges-content-for-multi-part-206-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-generate-multipart-byteranges-content-for-multi-part-206-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-generate-multipart-byteranges-content-for-multi-part-206-response.rule.js +9 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-generate-multipart-byteranges-content-for-multi-part-206-response.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-not-generate-content-range-header-for-multi-part-206-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-not-generate-content-range-header-for-multi-part-206-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-not-generate-content-range-header-for-multi-part-206-response.rule.js +11 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-not-generate-content-range-header-for-multi-part-206-response.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-not-generate-multipart-response-to-a-single-part-request.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-not-generate-multipart-response-to-a-single-part-request.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-not-generate-multipart-response-to-a-single-part-request.rule.js +9 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-must-not-generate-multipart-response-to-a-single-part-request.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-should-generate-content-type-header-in-body-for-206-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-should-generate-content-type-header-in-body-for-206-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-should-generate-content-type-header-in-body-for-206-response.rule.js +9 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-should-generate-content-type-header-in-body-for-206-response.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-should-send-parts-in-order-of-range-header.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-should-send-parts-in-order-of-range-header.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-should-send-parts-in-order-of-range-header.rule.js +9 -0
- package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-should-send-parts-in-order-of-range-header.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/sender-should-not-generate-additional-representation-header-fields-for-206-response.rule.d.ts +6 -0
- package/dist/rules/status-codes/successful-2xx/206/sender-should-not-generate-additional-representation-header-fields-for-206-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/sender-should-not-generate-additional-representation-header-fields-for-206-response.rule.js +116 -0
- package/dist/rules/status-codes/successful-2xx/206/sender-should-not-generate-additional-representation-header-fields-for-206-response.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/server-must-generate-header-fields-for-206-response.rule.d.ts +4 -0
- package/dist/rules/status-codes/successful-2xx/206/server-must-generate-header-fields-for-206-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/server-must-generate-header-fields-for-206-response.rule.js +68 -0
- package/dist/rules/status-codes/successful-2xx/206/server-must-generate-header-fields-for-206-response.rule.js.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/single-part/server-must-generate-content-range-header-for-single-part-206-response.rule.d.ts +3 -0
- package/dist/rules/status-codes/successful-2xx/206/single-part/server-must-generate-content-range-header-for-single-part-206-response.rule.d.ts.map +1 -0
- package/dist/rules/status-codes/successful-2xx/206/single-part/server-must-generate-content-range-header-for-single-part-206-response.rule.js +11 -0
- package/dist/rules/status-codes/successful-2xx/206/single-part/server-must-generate-content-range-header-for-single-part-206-response.rule.js.map +1 -0
- package/dist/utils.d.ts +3 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +20 -0
- package/dist/utils.js.map +1 -0
- package/package.json +47 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-must-generate-upgrade-header-field.rule.d.ts","sourceRoot":"","sources":["../../../../src/rules/status-codes/informational-1xx/server-must-generate-upgrade-header-field.rule.ts"],"names":[],"mappings":";AAEA,wBAaU"}
|
package/dist/rules/status-codes/informational-1xx/server-must-generate-upgrade-header-field.rule.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { httpRule } from '@thymian/core';
|
|
2
|
+
export default httpRule('rfc9110/server-must-generate-upgrade-header-field')
|
|
3
|
+
.severity('error')
|
|
4
|
+
.type('informational')
|
|
5
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-101-switching-protocols')
|
|
6
|
+
.description("The 101 (Switching Protocols) status code indicates that the server understands and is willing to comply with the client's request, via the Upgrade header field (Section 7.8), for a change in the application protocol being used on this connection. The server MUST generate an Upgrade header field in the response that indicates which protocol(s) will be in effect after this response.")
|
|
7
|
+
.summary('The server MUST generate an Upgrade header field in the response that indicates which protocol(s) will be in effect after this response.')
|
|
8
|
+
.appliesTo('server')
|
|
9
|
+
.done();
|
|
10
|
+
//# sourceMappingURL=server-must-generate-upgrade-header-field.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-must-generate-upgrade-header-field.rule.js","sourceRoot":"","sources":["../../../../src/rules/status-codes/informational-1xx/server-must-generate-upgrade-header-field.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CAAC,mDAAmD,CAAC;KACzE,QAAQ,CAAC,OAAO,CAAC;KACjB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CACF,0EAA0E,CAC3E;KACA,WAAW,CACV,kYAAkY,CACnY;KACA,OAAO,CACN,0IAA0I,CAC3I;KACA,SAAS,CAAC,QAAQ,CAAC;KACnB,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-must-not-send-1xx-response-to-1.0-client.rule.d.ts","sourceRoot":"","sources":["../../../../src/rules/status-codes/informational-1xx/server-must-not-send-1xx-response-to-1.0-client.rule.ts"],"names":[],"mappings":";AAEA,wBAaU"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { httpRule } from '@thymian/core';
|
|
2
|
+
export default httpRule('rfc9110/server-must-not-send-1xx-response-to-1.0-client')
|
|
3
|
+
.severity('error')
|
|
4
|
+
.type('informational')
|
|
5
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-informational-1xx')
|
|
6
|
+
.description('The 1xx (Informational) class of status code indicates an interim response for communicating connection status or request progress prior to completing the requested action and sending a final response. Since HTTP/1.0 did not define any 1xx status codes, a server MUST NOT send a 1xx response to an HTTP/1.0 client.')
|
|
7
|
+
.summary('Since HTTP/1.0 did not define any 1xx status codes, a server MUST NOT send a 1xx response to an HTTP/1.0 client.')
|
|
8
|
+
.appliesTo('server')
|
|
9
|
+
.done();
|
|
10
|
+
//# sourceMappingURL=server-must-not-send-1xx-response-to-1.0-client.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-must-not-send-1xx-response-to-1.0-client.rule.js","sourceRoot":"","sources":["../../../../src/rules/status-codes/informational-1xx/server-must-not-send-1xx-response-to-1.0-client.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,yDAAyD,CAC1D;KACE,QAAQ,CAAC,OAAO,CAAC;KACjB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,oEAAoE,CAAC;KACzE,WAAW,CACV,4TAA4T,CAC7T;KACA,OAAO,CACN,kHAAkH,CACnH;KACA,SAAS,CAAC,QAAQ,CAAC;KACnB,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-should-generate-content-for-300-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/300/server-should-generate-content-for-300-response.rule.ts"],"names":[],"mappings":";AAGA,wBAgBU"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { and, hasResponseBody, method, not, statusCode } from '@thymian/core';
|
|
2
|
+
import { httpRule } from '@thymian/core';
|
|
3
|
+
export default httpRule('rfc9110/server-should-generate-content-for-300-response')
|
|
4
|
+
.severity('warn')
|
|
5
|
+
.type('analytics', 'static')
|
|
6
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-300-multiple-choices')
|
|
7
|
+
.description('For request methods other than HEAD, the server SHOULD generate content in the 300 response containing a list of representation metadata and URI reference(s) from which the user or user agent can choose the one most preferred.')
|
|
8
|
+
.appliesTo('server')
|
|
9
|
+
.rule((ctx) => ctx.validateCommonHttpTransactions(and(not(method('HEAD')), statusCode(300)), not(hasResponseBody())))
|
|
10
|
+
.done();
|
|
11
|
+
//# sourceMappingURL=server-should-generate-content-for-300-response.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-should-generate-content-for-300-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/300/server-should-generate-content-for-300-response.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,eAAe,EAAE,MAAM,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,yDAAyD,CAC1D;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,WAAW,EAAE,QAAQ,CAAC;KAC3B,GAAG,CAAC,uEAAuE,CAAC;KAC5E,WAAW,CACV,oOAAoO,CACrO;KACA,SAAS,CAAC,QAAQ,CAAC;KACnB,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,8BAA8B,CAChC,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC,EACzC,GAAG,CAAC,eAAe,EAAE,CAAC,CACvB,CACF;KACA,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-should-generate-location-header-for-preferred-choice-for-300-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/300/server-should-generate-location-header-for-preferred-choice-for-300-response.rule.ts"],"names":[],"mappings":";AAGA,wBAgBU"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { not, responseHeader, statusCode } from '@thymian/core';
|
|
2
|
+
import { httpRule } from '@thymian/core';
|
|
3
|
+
export default httpRule('rfc9110/server-should-generate-location-header-for-preferred-choice-for-300-response')
|
|
4
|
+
.severity('warn')
|
|
5
|
+
.type('static', 'analytics')
|
|
6
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-300-multiple-choices')
|
|
7
|
+
.description("If the server has a preferred choice, the server SHOULD generate a Location header field containing a preferred choice's URI reference.")
|
|
8
|
+
.appliesTo('server')
|
|
9
|
+
.rule((ctx) => ctx.validateCommonHttpTransactions(statusCode(300), not(responseHeader('location'))))
|
|
10
|
+
.done();
|
|
11
|
+
//# sourceMappingURL=server-should-generate-location-header-for-preferred-choice-for-300-response.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-should-generate-location-header-for-preferred-choice-for-300-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/300/server-should-generate-location-header-for-preferred-choice-for-300-response.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,sFAAsF,CACvF;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,QAAQ,EAAE,WAAW,CAAC;KAC3B,GAAG,CAAC,uEAAuE,CAAC;KAC5E,WAAW,CACV,yIAAyI,CAC1I;KACA,SAAS,CAAC,QAAQ,CAAC;KACnB,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,8BAA8B,CAChC,UAAU,CAAC,GAAG,CAAC,EACf,GAAG,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAChC,CACF;KACA,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-agent-may-select-redirection-from-content.rule-for-300-response.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/300/user-agent-may-select-redirection-from-content.rule-for-300-response.ts"],"names":[],"mappings":";AAEA,wBAUU"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { httpRule } from '@thymian/core';
|
|
2
|
+
export default httpRule('rfc9110/user-agent-may-select-redirection-from-content')
|
|
3
|
+
.severity('hint')
|
|
4
|
+
.type('informational')
|
|
5
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-300-multiple-choices')
|
|
6
|
+
.description('The user agent MAY make a selection from that list automatically if it understands the provided media type.')
|
|
7
|
+
.appliesTo('user-agent')
|
|
8
|
+
.done();
|
|
9
|
+
//# sourceMappingURL=user-agent-may-select-redirection-from-content.rule-for-300-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-agent-may-select-redirection-from-content.rule-for-300-response.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/300/user-agent-may-select-redirection-from-content.rule-for-300-response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,wDAAwD,CACzD;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,uEAAuE,CAAC;KAC5E,WAAW,CACV,6GAA6G,CAC9G;KACA,SAAS,CAAC,YAAY,CAAC;KACvB,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-agent-may-use-location-field-for-automatic-redirect-for-300-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/300/user-agent-may-use-location-field-for-automatic-redirect-for-300-response.rule.ts"],"names":[],"mappings":";AAEA,wBAUU"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { httpRule } from '@thymian/core';
|
|
2
|
+
export default httpRule('rfc9110/user-agent-may-use-location-field-for-automatic-redirect')
|
|
3
|
+
.severity('hint')
|
|
4
|
+
.type('informational')
|
|
5
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-300-multiple-choices')
|
|
6
|
+
.description('The user agent MAY use the Location field value for automatic redirection.')
|
|
7
|
+
.appliesTo('user-agent')
|
|
8
|
+
.done();
|
|
9
|
+
//# sourceMappingURL=user-agent-may-use-location-field-for-automatic-redirect-for-300-response.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-agent-may-use-location-field-for-automatic-redirect-for-300-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/300/user-agent-may-use-location-field-for-automatic-redirect-for-300-response.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,kEAAkE,CACnE;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,uEAAuE,CAAC;KAC5E,WAAW,CACV,4EAA4E,CAC7E;KACA,SAAS,CAAC,YAAY,CAAC;KACvB,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-should-generate-location-header-field-for-301-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/301/server-should-generate-location-header-field-for-301-response.rule.ts"],"names":[],"mappings":";AAGA,wBAgBU"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { not, responseHeader, statusCode } from '@thymian/core';
|
|
2
|
+
import { httpRule } from '@thymian/core';
|
|
3
|
+
export default httpRule('rfc9110/server-should-generate-location-header-field-for-301-response')
|
|
4
|
+
.severity('warn')
|
|
5
|
+
.type('static', 'analytics')
|
|
6
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-301-moved-permanently')
|
|
7
|
+
.description('The server SHOULD generate a Location header field in the response containing a preferred URI reference for the new permanent URI.')
|
|
8
|
+
.appliesTo('server')
|
|
9
|
+
.rule((ctx) => ctx.validateCommonHttpTransactions(statusCode(301), not(responseHeader('location'))))
|
|
10
|
+
.done();
|
|
11
|
+
//# sourceMappingURL=server-should-generate-location-header-field-for-301-response.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-should-generate-location-header-field-for-301-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/301/server-should-generate-location-header-field-for-301-response.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,uEAAuE,CACxE;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,QAAQ,EAAE,WAAW,CAAC;KAC3B,GAAG,CAAC,wEAAwE,CAAC;KAC7E,WAAW,CACV,oIAAoI,CACrI;KACA,SAAS,CAAC,QAAQ,CAAC;KACnB,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,8BAA8B,CAChC,UAAU,CAAC,GAAG,CAAC,EACf,GAAG,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAChC,CACF;KACA,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-agent-may-change-request-method-from-post-to-get-for-301-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/301/user-agent-may-change-request-method-from-post-to-get-for-301-response.rule.ts"],"names":[],"mappings":";AAGA,wBAgBU"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { and, method, statusCode } from '@thymian/core';
|
|
2
|
+
import { httpRule } from '@thymian/core';
|
|
3
|
+
export default httpRule('rfc9110/user-agent-may-change-request-method-from-post-to-get-for-301-response')
|
|
4
|
+
.severity('hint')
|
|
5
|
+
.type('static')
|
|
6
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-301-moved-permanently')
|
|
7
|
+
.summary('For historical reasons, a user agent MAY change the request method from POST to GET for the subsequent request.')
|
|
8
|
+
.description('For historical reasons, a user agent MAY change the request method from POST to GET for the subsequent request. If this behavior is undesired, the 308 (Permanent Redirect) status code can be used instead.')
|
|
9
|
+
.appliesTo('user-agent')
|
|
10
|
+
.rule((ctx) => ctx.validateCommonHttpTransactions(and(method('POST'), statusCode(301))))
|
|
11
|
+
.done();
|
|
12
|
+
//# sourceMappingURL=user-agent-may-change-request-method-from-post-to-get-for-301-response.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-agent-may-change-request-method-from-post-to-get-for-301-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/301/user-agent-may-change-request-method-from-post-to-get-for-301-response.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,gFAAgF,CACjF;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,QAAQ,CAAC;KACd,GAAG,CAAC,wEAAwE,CAAC;KAC7E,OAAO,CACN,iHAAiH,CAClH;KACA,WAAW,CACV,8MAA8M,CAC/M;KACA,SAAS,CAAC,YAAY,CAAC;KACvB,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,8BAA8B,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,CACzE;KACA,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-agent-may-use-location-header-for-automatic-redirection-for-301-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/301/user-agent-may-use-location-header-for-automatic-redirection-for-301-response.rule.ts"],"names":[],"mappings":";AAEA,wBAaU"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { httpRule } from '@thymian/core';
|
|
2
|
+
export default httpRule('rfc9110/user-agent-may-use-location-header-for-automatic-redirection-for-301-response')
|
|
3
|
+
.severity('hint')
|
|
4
|
+
.type('informational')
|
|
5
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-301-moved-permanently')
|
|
6
|
+
.summary('The user agent MAY use the Location field value for automatic redirection.')
|
|
7
|
+
.description("The user agent MAY use the Location field value for automatic redirection. The server's response content usually contains a short hypertext note with a hyperlink to the new URI(s).")
|
|
8
|
+
.appliesTo('user-agent')
|
|
9
|
+
.done();
|
|
10
|
+
//# sourceMappingURL=user-agent-may-use-location-header-for-automatic-redirection-for-301-response.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-agent-may-use-location-header-for-automatic-redirection-for-301-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/301/user-agent-may-use-location-header-for-automatic-redirection-for-301-response.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,uFAAuF,CACxF;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,wEAAwE,CAAC;KAC7E,OAAO,CACN,4EAA4E,CAC7E;KACA,WAAW,CACV,sLAAsL,CACvL;KACA,SAAS,CAAC,YAAY,CAAC;KACvB,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-should-generate-location-header-for-302-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/302/server-should-generate-location-header-for-302-response.rule.ts"],"names":[],"mappings":";AAGA,wBAgBU"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { not, responseHeader, statusCode } from '@thymian/core';
|
|
2
|
+
import { httpRule } from '@thymian/core';
|
|
3
|
+
export default httpRule('rfc9110/server-should-generate-location-header-for-302-response')
|
|
4
|
+
.severity('warn')
|
|
5
|
+
.type('static', 'analytics')
|
|
6
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-302-found')
|
|
7
|
+
.description('The server SHOULD generate a Location header field in the response containing a URI reference for the different URI.')
|
|
8
|
+
.appliesTo('server')
|
|
9
|
+
.rule((ctx) => ctx.validateCommonHttpTransactions(statusCode(302), not(responseHeader('location'))))
|
|
10
|
+
.done();
|
|
11
|
+
//# sourceMappingURL=server-should-generate-location-header-for-302-response.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-should-generate-location-header-for-302-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/302/server-should-generate-location-header-for-302-response.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,iEAAiE,CAClE;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,QAAQ,EAAE,WAAW,CAAC;KAC3B,GAAG,CAAC,4DAA4D,CAAC;KACjE,WAAW,CACV,sHAAsH,CACvH;KACA,SAAS,CAAC,QAAQ,CAAC;KACnB,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,8BAA8B,CAChC,UAAU,CAAC,GAAG,CAAC,EACf,GAAG,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAChC,CACF;KACA,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-agent-may-change-request-method-from-post-to-get-for-302-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/302/user-agent-may-change-request-method-from-post-to-get-for-302-response.rule.ts"],"names":[],"mappings":";AAGA,wBAgBU"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { and, method, statusCode } from '@thymian/core';
|
|
2
|
+
import { httpRule } from '@thymian/core';
|
|
3
|
+
export default httpRule('rfc9110/user-agent-may-change-request-method-from-post-to-get-for-302-response')
|
|
4
|
+
.severity('hint')
|
|
5
|
+
.type('static')
|
|
6
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-302-found')
|
|
7
|
+
.summary('For historical reasons, a user agent MAY change the request method from POST to GET for the subsequent request.')
|
|
8
|
+
.description('For historical reasons, a user agent MAY change the request method from POST to GET for the subsequent request. If this behavior is undesired, the 307 (Temporary Redirect) status code can be used instead.')
|
|
9
|
+
.appliesTo('user-agent')
|
|
10
|
+
.rule((ctx) => ctx.validateCommonHttpTransactions(and(method('POST'), statusCode(302))))
|
|
11
|
+
.done();
|
|
12
|
+
//# sourceMappingURL=user-agent-may-change-request-method-from-post-to-get-for-302-response.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-agent-may-change-request-method-from-post-to-get-for-302-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/302/user-agent-may-change-request-method-from-post-to-get-for-302-response.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,gFAAgF,CACjF;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,QAAQ,CAAC;KACd,GAAG,CAAC,4DAA4D,CAAC;KACjE,OAAO,CACN,iHAAiH,CAClH;KACA,WAAW,CACV,8MAA8M,CAC/M;KACA,SAAS,CAAC,YAAY,CAAC;KACvB,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,8BAA8B,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,CACzE;KACA,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-agent-may-use-location-header-for-automatic-redirection-for-302-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/302/user-agent-may-use-location-header-for-automatic-redirection-for-302-response.rule.ts"],"names":[],"mappings":";AAEA,wBAaU"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { httpRule } from '@thymian/core';
|
|
2
|
+
export default httpRule('rfc9110/user-agent-may-use-location-header-for-automatic-redirection-for-302-response')
|
|
3
|
+
.severity('hint')
|
|
4
|
+
.type('informational')
|
|
5
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-302-found')
|
|
6
|
+
.summary('The user agent MAY use the Location field value for automatic redirection.')
|
|
7
|
+
.description("The user agent MAY use the Location field value for automatic redirection. The server's response content usually contains a short hypertext note with a hyperlink to the different URI(s).")
|
|
8
|
+
.appliesTo('user-agent')
|
|
9
|
+
.done();
|
|
10
|
+
//# sourceMappingURL=user-agent-may-use-location-header-for-automatic-redirection-for-302-response.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-agent-may-use-location-header-for-automatic-redirection-for-302-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/302/user-agent-may-use-location-header-for-automatic-redirection-for-302-response.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,uFAAuF,CACxF;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,4DAA4D,CAAC;KACjE,OAAO,CACN,4EAA4E,CAC7E;KACA,WAAW,CACV,4LAA4L,CAC7L;KACA,SAAS,CAAC,YAAY,CAAC;KACvB,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"proxy-should-forward-304-response-to-outbound-client.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/304/proxy-should-forward-304-response-to-outbound-client.rule.ts"],"names":[],"mappings":";AAEA,wBAUU"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { httpRule } from '@thymian/core';
|
|
2
|
+
export default httpRule('rfc9110/proxy-should-forward-304-response-to-outbound-client')
|
|
3
|
+
.severity('warn')
|
|
4
|
+
.type('analytics')
|
|
5
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-304-not-modified')
|
|
6
|
+
.description('If the conditional request originated with an outbound client, such as a user agent with its own cache sending a conditional GET to a shared proxy, then the proxy SHOULD forward the 304 response to that client.')
|
|
7
|
+
.appliesTo('proxy')
|
|
8
|
+
.done();
|
|
9
|
+
//# sourceMappingURL=proxy-should-forward-304-response-to-outbound-client.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"proxy-should-forward-304-response-to-outbound-client.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/304/proxy-should-forward-304-response-to-outbound-client.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,8DAA8D,CAC/D;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,WAAW,CAAC;KACjB,GAAG,CAAC,mEAAmE,CAAC;KACxE,WAAW,CACV,oNAAoN,CACrN;KACA,SAAS,CAAC,OAAO,CAAC;KAClB,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type RuleViolation } from '@thymian/core';
|
|
2
|
+
export declare function checkHeaders(notModifiedHeaders: string[]): Omit<RuleViolation, 'location'> | undefined;
|
|
3
|
+
declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=sender-should-not-generate-additional-representation-metadata-for-304-response.rule.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sender-should-not-generate-additional-representation-metadata-for-304-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/304/sender-should-not-generate-additional-representation-metadata-for-304-response.rule.ts"],"names":[],"mappings":"AAUA,OAAO,EAAY,KAAK,aAAa,EAAkB,MAAM,eAAe,CAAC;AAM7E,wBAAgB,YAAY,CAC1B,kBAAkB,EAAE,MAAM,EAAE,GAC3B,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,GAAG,SAAS,CAgB7C;;AAED,wBA2DU"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { equalsIgnoreCase } from '@thymian/core';
|
|
2
|
+
import { and, method, not, or, requestHeader, responseHeader, statusCode, } from '@thymian/core';
|
|
3
|
+
import { httpRule, singleTestCase } from '@thymian/core';
|
|
4
|
+
import { createList } from '../../../../utils.js';
|
|
5
|
+
import { representationFields } from '../../../fields.js';
|
|
6
|
+
import { requiredHeadersFor304 } from './server-must-generate-header-fields-for-304-response.rule.js';
|
|
7
|
+
export function checkHeaders(notModifiedHeaders) {
|
|
8
|
+
const additionalHeaders = representationFields.filter((header) => !equalsIgnoreCase(header, ...requiredHeadersFor304) &&
|
|
9
|
+
equalsIgnoreCase(header, ...notModifiedHeaders));
|
|
10
|
+
if (additionalHeaders.length > 0) {
|
|
11
|
+
return {
|
|
12
|
+
message: `304 Not Modified response SHOULD NOT include additional headers ${createList(additionalHeaders)}.`,
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
return undefined;
|
|
16
|
+
}
|
|
17
|
+
export default httpRule('rfc9110/sender-should-not-generate-additional-representation-metadata-for-304-response')
|
|
18
|
+
.severity('warn')
|
|
19
|
+
.type('static', 'analytics', 'test')
|
|
20
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-304-not-modified')
|
|
21
|
+
.summary('A sender SHOULD NOT generate additional representation metadata for a 304 response.')
|
|
22
|
+
.description('Since the goal of a 304 response is to minimize information transfer when the recipient already has one or more cached representations, a sender SHOULD NOT generate representation metadata other than the above listed fields unless said metadata exists for the purpose of guiding cache updates (e.g., Last-Modified might be useful if the response does not have an ETag field).')
|
|
23
|
+
.rule((ctx) => ctx.validateCommonHttpTransactions(and(or(method('GET'), method('HEAD')), statusCode(304)), (req, res) => checkHeaders(res.headers)))
|
|
24
|
+
.overrideTest((testContext) => testContext.httpTest(singleTestCase()
|
|
25
|
+
.forTransactionsWith(and(or(method('GET'), method('HEAD')), statusCode(200)))
|
|
26
|
+
.run()
|
|
27
|
+
.skipIf(not(or(responseHeader('etag'), responseHeader('last-modified'))), '200 OK response does not include ETag or Last-Modified header and therefore no 304 Not Modified response can be triggered.')
|
|
28
|
+
.replayStep((step) => step
|
|
29
|
+
.set(requestHeader('if-none-match'), responseHeader('etag'))
|
|
30
|
+
.set(requestHeader('if-modified-since'), responseHeader('last-modified'))
|
|
31
|
+
.run({ expectStatusCode: 304 })
|
|
32
|
+
.done())
|
|
33
|
+
.transactions((transactions) => {
|
|
34
|
+
const [, notModifiedTransaction] = transactions;
|
|
35
|
+
const violation = checkHeaders(Object.keys(notModifiedTransaction.response.headers ?? {}));
|
|
36
|
+
if (violation) {
|
|
37
|
+
testContext.reportViolation({
|
|
38
|
+
message: violation.message,
|
|
39
|
+
location: {
|
|
40
|
+
elementType: 'edge',
|
|
41
|
+
elementId: notModifiedTransaction.source.transactionId,
|
|
42
|
+
},
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
})
|
|
46
|
+
.done()))
|
|
47
|
+
.done();
|
|
48
|
+
//# sourceMappingURL=sender-should-not-generate-additional-representation-metadata-for-304-response.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sender-should-not-generate-additional-representation-metadata-for-304-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/304/sender-should-not-generate-additional-representation-metadata-for-304-response.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EACL,GAAG,EACH,MAAM,EACN,GAAG,EACH,EAAE,EACF,aAAa,EACb,cAAc,EACd,UAAU,GACX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,QAAQ,EAAsB,cAAc,EAAE,MAAM,eAAe,CAAC;AAE7E,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,+DAA+D,CAAC;AAEtG,MAAM,UAAU,YAAY,CAC1B,kBAA4B;IAE5B,MAAM,iBAAiB,GAAG,oBAAoB,CAAC,MAAM,CACnD,CAAC,MAAM,EAAE,EAAE,CACT,CAAC,gBAAgB,CAAC,MAAM,EAAE,GAAG,qBAAqB,CAAC;QACnD,gBAAgB,CAAC,MAAM,EAAE,GAAG,kBAAkB,CAAC,CAClD,CAAC;IAEF,IAAI,iBAAiB,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACjC,OAAO;YACL,OAAO,EAAE,mEAAmE,UAAU,CACpF,iBAAiB,CAClB,GAAG;SACL,CAAC;IACJ,CAAC;IAED,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,eAAe,QAAQ,CACrB,wFAAwF,CACzF;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,QAAQ,EAAE,WAAW,EAAE,MAAM,CAAC;KACnC,GAAG,CAAC,mEAAmE,CAAC;KACxE,OAAO,CACN,qFAAqF,CACtF;KACA,WAAW,CACV,yXAAyX,CAC1X;KACA,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,8BAA8B,CAChC,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC,EACvD,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,CAAC,YAAY,CAAC,GAAG,CAAC,OAAO,CAAC,CACxC,CACF;KACA,YAAY,CAAC,CAAC,WAAW,EAAE,EAAE,CAC5B,WAAW,CAAC,QAAQ,CAClB,cAAc,EAAE;KACb,mBAAmB,CAClB,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC,CACxD;KACA,GAAG,EAAE;KACL,MAAM,CACL,GAAG,CAAC,EAAE,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC,EAChE,4HAA4H,CAC7H;KACA,UAAU,CAAC,CAAC,IAAI,EAAE,EAAE,CACnB,IAAI;KACD,GAAG,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;KAC3D,GAAG,CACF,aAAa,CAAC,mBAAmB,CAAC,EAClC,cAAc,CAAC,eAAe,CAAC,CAChC;KACA,GAAG,CAAC,EAAE,gBAAgB,EAAE,GAAG,EAAE,CAAC;KAC9B,IAAI,EAAE,CACV;KACA,YAAY,CAAC,CAAC,YAAY,EAAE,EAAE;IAC7B,MAAM,CAAC,EAAE,sBAAsB,CAAC,GAAG,YAAY,CAAC;IAEhD,MAAM,SAAS,GAAG,YAAY,CAC5B,MAAM,CAAC,IAAI,CAAC,sBAAsB,CAAC,QAAQ,CAAC,OAAO,IAAI,EAAE,CAAC,CAC3D,CAAC;IAEF,IAAI,SAAS,EAAE,CAAC;QACd,WAAW,CAAC,eAAe,CAAC;YAC1B,OAAO,EAAE,SAAS,CAAC,OAAO;YAC1B,QAAQ,EAAE;gBACR,WAAW,EAAE,MAAM;gBACnB,SAAS,EAAE,sBAAsB,CAAC,MAAM,CAAC,aAAa;aACvD;SACF,CAAC,CAAC;IACL,CAAC;AACH,CAAC,CAAC;KACD,IAAI,EAAE,CACV,CACF;KACA,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type RuleViolation } from '@thymian/core';
|
|
2
|
+
export declare const requiredHeadersFor304: string[];
|
|
3
|
+
export declare function checkHeaders(okResponseHeaders: string[], notModifiedHeaders: string[]): Omit<RuleViolation, 'location'> | undefined;
|
|
4
|
+
declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
|
|
5
|
+
export default _default;
|
|
6
|
+
//# sourceMappingURL=server-must-generate-header-fields-for-304-response.rule.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-must-generate-header-fields-for-304-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/304/server-must-generate-header-fields-for-304-response.rule.ts"],"names":[],"mappings":"AAaA,OAAO,EAAY,KAAK,aAAa,EAAkB,MAAM,eAAe,CAAC;AAI7E,eAAO,MAAM,qBAAqB,UAOjC,CAAC;AAEF,wBAAgB,YAAY,CAC1B,iBAAiB,EAAE,MAAM,EAAE,EAC3B,kBAAkB,EAAE,MAAM,EAAE,GAC3B,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,GAAG,SAAS,CAgB7C;;AAED,wBAyFU"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { equalsIgnoreCase, url } from '@thymian/core';
|
|
2
|
+
import { and, method, not, or, origin, path, requestHeader, responseHeader, responseWith, statusCode, } from '@thymian/core';
|
|
3
|
+
import { httpRule, singleTestCase } from '@thymian/core';
|
|
4
|
+
import { createList } from '../../../../utils.js';
|
|
5
|
+
export const requiredHeadersFor304 = [
|
|
6
|
+
'Content-Location',
|
|
7
|
+
'Date',
|
|
8
|
+
'ETag',
|
|
9
|
+
'Vary',
|
|
10
|
+
'Cache-Control',
|
|
11
|
+
'Expires',
|
|
12
|
+
];
|
|
13
|
+
export function checkHeaders(okResponseHeaders, notModifiedHeaders) {
|
|
14
|
+
const missingHeaders = requiredHeadersFor304.filter((header) => equalsIgnoreCase(header, ...okResponseHeaders) &&
|
|
15
|
+
!equalsIgnoreCase(header, ...notModifiedHeaders));
|
|
16
|
+
if (missingHeaders.length > 0) {
|
|
17
|
+
return {
|
|
18
|
+
message: `304 Not Modified response MUST include headers ${createList(missingHeaders)} because these were included in the corresponding 200 OK response.`,
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
return undefined;
|
|
22
|
+
}
|
|
23
|
+
export default httpRule('rfc9110/server-must-generate-header-fields-for-304-response')
|
|
24
|
+
.severity('error')
|
|
25
|
+
.type('static', 'analytics', 'test')
|
|
26
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-304-not-modified')
|
|
27
|
+
.description('The server generating a 304 response MUST generate any of the following header fields that would have been sent in a 200 (OK) response to the same request: Content-Location, Date, ETag, Vary, Cache-Control, Expires.')
|
|
28
|
+
.appliesTo('server')
|
|
29
|
+
.rule((ctx) => ctx.validateGroupedCommonHttpTransactions(and(or(method('GET'), method('HEAD')), or(statusCode(304), statusCode(200))), url(), (_, transactions) => {
|
|
30
|
+
const [okResponse] = transactions.find(([, res]) => res.statusCode === 200) ?? [];
|
|
31
|
+
const [notModifiedRequest, notModifiedResponse, notModifiedLocation] = transactions.find(([, res]) => res.statusCode === 304) ?? [];
|
|
32
|
+
if (okResponse &&
|
|
33
|
+
notModifiedRequest &&
|
|
34
|
+
notModifiedResponse &&
|
|
35
|
+
notModifiedLocation) {
|
|
36
|
+
const violation = checkHeaders(okResponse.headers, notModifiedResponse.headers);
|
|
37
|
+
if (violation) {
|
|
38
|
+
return {
|
|
39
|
+
...violation,
|
|
40
|
+
location: notModifiedLocation,
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
return undefined;
|
|
45
|
+
}))
|
|
46
|
+
.overrideTest((testContext) => testContext.httpTest(singleTestCase()
|
|
47
|
+
.forTransactionsWith(and(or(method('GET'), method('HEAD')), statusCode(200)))
|
|
48
|
+
.run()
|
|
49
|
+
.skipIf(not(or(responseHeader('etag'), responseHeader('last-modified'))), '200 OK response does not include ETag or Last-Modified header and therefore no 304 Not Modified response can be triggered.')
|
|
50
|
+
.replayStep((step) => step
|
|
51
|
+
.set(requestHeader('if-none-match'), responseHeader('etag'))
|
|
52
|
+
.set(requestHeader('if-modified-since'), responseHeader('last-modified'))
|
|
53
|
+
.run({ expectStatusCode: 304 })
|
|
54
|
+
.done())
|
|
55
|
+
.transactions((transactions) => {
|
|
56
|
+
const [okTransaction, notModifiedTransaction] = transactions;
|
|
57
|
+
const violation = checkHeaders(Object.keys(okTransaction.response.headers ?? {}), Object.keys(notModifiedTransaction.response.headers ?? {}));
|
|
58
|
+
if (violation) {
|
|
59
|
+
testContext.reportViolation({
|
|
60
|
+
...violation,
|
|
61
|
+
location: {
|
|
62
|
+
elementType: 'edge',
|
|
63
|
+
elementId: notModifiedTransaction.source.transactionId,
|
|
64
|
+
},
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
})
|
|
68
|
+
.done()))
|
|
69
|
+
.done();
|
|
70
|
+
//# sourceMappingURL=server-must-generate-header-fields-for-304-response.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-must-generate-header-fields-for-304-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/304/server-must-generate-header-fields-for-304-response.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,GAAG,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EACL,GAAG,EACH,MAAM,EACN,GAAG,EACH,EAAE,EACF,MAAM,EACN,IAAI,EACJ,aAAa,EACb,cAAc,EACd,YAAY,EACZ,UAAU,GACX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,QAAQ,EAAsB,cAAc,EAAE,MAAM,eAAe,CAAC;AAE7E,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,kBAAkB;IAClB,MAAM;IACN,MAAM;IACN,MAAM;IACN,eAAe;IACf,SAAS;CACV,CAAC;AAEF,MAAM,UAAU,YAAY,CAC1B,iBAA2B,EAC3B,kBAA4B;IAE5B,MAAM,cAAc,GAAG,qBAAqB,CAAC,MAAM,CACjD,CAAC,MAAM,EAAE,EAAE,CACT,gBAAgB,CAAC,MAAM,EAAE,GAAG,iBAAiB,CAAC;QAC9C,CAAC,gBAAgB,CAAC,MAAM,EAAE,GAAG,kBAAkB,CAAC,CACnD,CAAC;IAEF,IAAI,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC9B,OAAO;YACL,OAAO,EAAE,kDAAkD,UAAU,CACnE,cAAc,CACf,oEAAoE;SACtE,CAAC;IACJ,CAAC;IAED,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,eAAe,QAAQ,CACrB,6DAA6D,CAC9D;KACE,QAAQ,CAAC,OAAO,CAAC;KACjB,IAAI,CAAC,QAAQ,EAAE,WAAW,EAAE,MAAM,CAAC;KACnC,GAAG,CAAC,mEAAmE,CAAC;KACxE,WAAW,CACV,yNAAyN,CAC1N;KACA,SAAS,CAAC,QAAQ,CAAC;KACnB,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,qCAAqC,CACvC,GAAG,CACD,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EACjC,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC,CACrC,EACD,GAAG,EAAE,EACL,CAAC,CAAC,EAAE,YAAY,EAAE,EAAE;IAClB,MAAM,CAAC,UAAU,CAAC,GAChB,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,KAAK,GAAG,CAAC,IAAI,EAAE,CAAC;IAE/D,MAAM,CAAC,kBAAkB,EAAE,mBAAmB,EAAE,mBAAmB,CAAC,GAClE,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,KAAK,GAAG,CAAC,IAAI,EAAE,CAAC;IAE/D,IACE,UAAU;QACV,kBAAkB;QAClB,mBAAmB;QACnB,mBAAmB,EACnB,CAAC;QACD,MAAM,SAAS,GAAG,YAAY,CAC5B,UAAU,CAAC,OAAO,EAClB,mBAAmB,CAAC,OAAO,CAC5B,CAAC;QAEF,IAAI,SAAS,EAAE,CAAC;YACd,OAAO;gBACL,GAAG,SAAS;gBACZ,QAAQ,EAAE,mBAAmB;aAC9B,CAAC;QACJ,CAAC;IACH,CAAC;IAED,OAAO,SAAS,CAAC;AACnB,CAAC,CACF,CACF;KACA,YAAY,CAAC,CAAC,WAAW,EAAE,EAAE,CAC5B,WAAW,CAAC,QAAQ,CAClB,cAAc,EAAE;KACb,mBAAmB,CAClB,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC,CACxD;KACA,GAAG,EAAE;KACL,MAAM,CACL,GAAG,CAAC,EAAE,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC,EAChE,4HAA4H,CAC7H;KACA,UAAU,CAAC,CAAC,IAAI,EAAE,EAAE,CACnB,IAAI;KACD,GAAG,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;KAC3D,GAAG,CACF,aAAa,CAAC,mBAAmB,CAAC,EAClC,cAAc,CAAC,eAAe,CAAC,CAChC;KACA,GAAG,CAAC,EAAE,gBAAgB,EAAE,GAAG,EAAE,CAAC;KAC9B,IAAI,EAAE,CACV;KACA,YAAY,CAAC,CAAC,YAAY,EAAE,EAAE;IAC7B,MAAM,CAAC,aAAa,EAAE,sBAAsB,CAAC,GAAG,YAAY,CAAC;IAE7D,MAAM,SAAS,GAAG,YAAY,CAC5B,MAAM,CAAC,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,OAAO,IAAI,EAAE,CAAC,EACjD,MAAM,CAAC,IAAI,CAAC,sBAAsB,CAAC,QAAQ,CAAC,OAAO,IAAI,EAAE,CAAC,CAC3D,CAAC;IAEF,IAAI,SAAS,EAAE,CAAC;QACd,WAAW,CAAC,eAAe,CAAC;YAC1B,GAAG,SAAS;YACZ,QAAQ,EAAE;gBACR,WAAW,EAAE,MAAM;gBACnB,SAAS,EAAE,sBAAsB,CAAC,MAAM,CAAC,aAAa;aACvD;SACF,CAAC,CAAC;IACL,CAAC;AACH,CAAC,CAAC;KACD,IAAI,EAAE,CACV,CACF;KACA,IAAI,EAAE,CAAC"}
|
package/dist/rules/status-codes/redirection-3xx/305/status-code-305-is-deprecated.rule.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status-code-305-is-deprecated.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/305/status-code-305-is-deprecated.rule.ts"],"names":[],"mappings":";AAGA,wBAUU"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { statusCode } from '@thymian/core';
|
|
2
|
+
import { httpRule } from '@thymian/core';
|
|
3
|
+
export default httpRule('rfc9110/status-code-305-is-deprecated')
|
|
4
|
+
.severity('error')
|
|
5
|
+
.type('static', 'analytics')
|
|
6
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-305-use-proxy')
|
|
7
|
+
.description('The 305 (Use Proxy) status code was defined in a previous version of this specification and is now deprecated.')
|
|
8
|
+
.rule((ctx) => ctx.validateCommonHttpTransactions(statusCode(305), statusCode(305)))
|
|
9
|
+
.done();
|
|
10
|
+
//# sourceMappingURL=status-code-305-is-deprecated.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status-code-305-is-deprecated.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/305/status-code-305-is-deprecated.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CAAC,uCAAuC,CAAC;KAC7D,QAAQ,CAAC,OAAO,CAAC;KACjB,IAAI,CAAC,QAAQ,EAAE,WAAW,CAAC;KAC3B,GAAG,CAAC,gEAAgE,CAAC;KACrE,WAAW,CACV,gHAAgH,CACjH;KACA,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,8BAA8B,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC,CACrE;KACA,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status-code-306-is-reserved.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/306/status-code-306-is-reserved.rule.ts"],"names":[],"mappings":";AAGA,wBAUU"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { statusCode } from '@thymian/core';
|
|
2
|
+
import { httpRule } from '@thymian/core';
|
|
3
|
+
export default httpRule('rfc9110/status-code-306-is-reserved')
|
|
4
|
+
.severity('error')
|
|
5
|
+
.type('static', 'analytics')
|
|
6
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-306-unused')
|
|
7
|
+
.description('The 306 status code was defined in a previous version of this specification, is no longer used, and the code is reserved.')
|
|
8
|
+
.rule((ctx) => ctx.validateCommonHttpTransactions(statusCode(306), statusCode(306)))
|
|
9
|
+
.done();
|
|
10
|
+
//# sourceMappingURL=status-code-306-is-reserved.rule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status-code-306-is-reserved.rule.js","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/306/status-code-306-is-reserved.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CAAC,qCAAqC,CAAC;KAC3D,QAAQ,CAAC,OAAO,CAAC;KACjB,IAAI,CAAC,QAAQ,EAAE,WAAW,CAAC;KAC3B,GAAG,CAAC,6DAA6D,CAAC;KAClE,WAAW,CACV,2HAA2H,CAC5H;KACA,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,8BAA8B,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC,CACrE;KACA,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-should-generate-location-header-for-307-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/status-codes/redirection-3xx/307/server-should-generate-location-header-for-307-response.rule.ts"],"names":[],"mappings":";AAGA,wBAkBU"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { not, responseHeader, statusCode } from '@thymian/core';
|
|
2
|
+
import { httpRule } from '@thymian/core';
|
|
3
|
+
export default httpRule('rfc9110/server-should-generate-location-header-for-307-response')
|
|
4
|
+
.severity('warn')
|
|
5
|
+
.type('static', 'analytics')
|
|
6
|
+
.url('https://www.rfc-editor.org/rfc/rfc9110.html#name-307-temporary-redirect')
|
|
7
|
+
.description('The server SHOULD generate a Location header field in the response containing a URI reference for the different URI.')
|
|
8
|
+
.appliesTo('server')
|
|
9
|
+
.rule((ctx) => ctx.validateCommonHttpTransactions(statusCode(307), not(responseHeader('location'))))
|
|
10
|
+
.done();
|
|
11
|
+
//# sourceMappingURL=server-should-generate-location-header-for-307-response.rule.js.map
|