@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.
Files changed (1642) hide show
  1. package/README.md +59 -0
  2. package/dist/index.d.ts +4 -0
  3. package/dist/index.d.ts.map +1 -0
  4. package/dist/index.js +7 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/rules/authentication/credentials/origin-server-should-send-401-for-invalid-credentials.rule.d.ts +3 -0
  7. package/dist/rules/authentication/credentials/origin-server-should-send-401-for-invalid-credentials.rule.d.ts.map +1 -0
  8. package/dist/rules/authentication/credentials/origin-server-should-send-401-for-invalid-credentials.rule.js +9 -0
  9. package/dist/rules/authentication/credentials/origin-server-should-send-401-for-invalid-credentials.rule.js.map +1 -0
  10. package/dist/rules/authentication/credentials/proxy-should-send-407-for-invalid-proxy-credentials.rule.d.ts +3 -0
  11. package/dist/rules/authentication/credentials/proxy-should-send-407-for-invalid-proxy-credentials.rule.d.ts.map +1 -0
  12. package/dist/rules/authentication/credentials/proxy-should-send-407-for-invalid-proxy-credentials.rule.js +9 -0
  13. package/dist/rules/authentication/credentials/proxy-should-send-407-for-invalid-proxy-credentials.rule.js.map +1 -0
  14. package/dist/rules/authentication/origin-server/authentication-info/proxy-must-not-modify-authentication-info.rule.d.ts +3 -0
  15. package/dist/rules/authentication/origin-server/authentication-info/proxy-must-not-modify-authentication-info.rule.d.ts.map +1 -0
  16. package/dist/rules/authentication/origin-server/authentication-info/proxy-must-not-modify-authentication-info.rule.js +9 -0
  17. package/dist/rules/authentication/origin-server/authentication-info/proxy-must-not-modify-authentication-info.rule.js.map +1 -0
  18. package/dist/rules/authentication/origin-server/authorization/proxy-must-not-modify-authorization.rule.d.ts +3 -0
  19. package/dist/rules/authentication/origin-server/authorization/proxy-must-not-modify-authorization.rule.d.ts.map +1 -0
  20. package/dist/rules/authentication/origin-server/authorization/proxy-must-not-modify-authorization.rule.js +9 -0
  21. package/dist/rules/authentication/origin-server/authorization/proxy-must-not-modify-authorization.rule.js.map +1 -0
  22. package/dist/rules/authentication/origin-server/www-authenticate/proxy-must-not-modify-www-authenticate.rule.d.ts +3 -0
  23. package/dist/rules/authentication/origin-server/www-authenticate/proxy-must-not-modify-www-authenticate.rule.d.ts.map +1 -0
  24. package/dist/rules/authentication/origin-server/www-authenticate/proxy-must-not-modify-www-authenticate.rule.js +9 -0
  25. package/dist/rules/authentication/origin-server/www-authenticate/proxy-must-not-modify-www-authenticate.rule.js.map +1 -0
  26. package/dist/rules/authentication/origin-server/www-authenticate/server-may-send-www-authenticate-in-other-responses.rule.d.ts +3 -0
  27. package/dist/rules/authentication/origin-server/www-authenticate/server-may-send-www-authenticate-in-other-responses.rule.d.ts.map +1 -0
  28. package/dist/rules/authentication/origin-server/www-authenticate/server-may-send-www-authenticate-in-other-responses.rule.js +11 -0
  29. package/dist/rules/authentication/origin-server/www-authenticate/server-may-send-www-authenticate-in-other-responses.rule.js.map +1 -0
  30. package/dist/rules/authentication/parameters/authentication-parameter-name-must-occur-once-per-challenge.rule.d.ts +3 -0
  31. package/dist/rules/authentication/parameters/authentication-parameter-name-must-occur-once-per-challenge.rule.d.ts.map +1 -0
  32. package/dist/rules/authentication/parameters/authentication-parameter-name-must-occur-once-per-challenge.rule.js +31 -0
  33. package/dist/rules/authentication/parameters/authentication-parameter-name-must-occur-once-per-challenge.rule.js.map +1 -0
  34. package/dist/rules/authentication/parameters/authentication-scheme-must-accept-token-and-quoted-string.rule.d.ts +3 -0
  35. package/dist/rules/authentication/parameters/authentication-scheme-must-accept-token-and-quoted-string.rule.d.ts.map +1 -0
  36. package/dist/rules/authentication/parameters/authentication-scheme-must-accept-token-and-quoted-string.rule.js +9 -0
  37. package/dist/rules/authentication/parameters/authentication-scheme-must-accept-token-and-quoted-string.rule.js.map +1 -0
  38. package/dist/rules/authentication/proxy/proxy-authenticate/proxy-authenticate-applies-to-next-client.rule.d.ts +3 -0
  39. package/dist/rules/authentication/proxy/proxy-authenticate/proxy-authenticate-applies-to-next-client.rule.d.ts.map +1 -0
  40. package/dist/rules/authentication/proxy/proxy-authenticate/proxy-authenticate-applies-to-next-client.rule.js +9 -0
  41. package/dist/rules/authentication/proxy/proxy-authenticate/proxy-authenticate-applies-to-next-client.rule.js.map +1 -0
  42. package/dist/rules/authentication/proxy/proxy-authorization/proxy-may-relay-credentials.rule.d.ts +3 -0
  43. package/dist/rules/authentication/proxy/proxy-authorization/proxy-may-relay-credentials.rule.d.ts.map +1 -0
  44. package/dist/rules/authentication/proxy/proxy-authorization/proxy-may-relay-credentials.rule.js +9 -0
  45. package/dist/rules/authentication/proxy/proxy-authorization/proxy-may-relay-credentials.rule.js.map +1 -0
  46. package/dist/rules/authentication/realm/realm-parameter-must-use-quoted-string-syntax.rule.d.ts +3 -0
  47. package/dist/rules/authentication/realm/realm-parameter-must-use-quoted-string-syntax.rule.d.ts.map +1 -0
  48. package/dist/rules/authentication/realm/realm-parameter-must-use-quoted-string-syntax.rule.js +29 -0
  49. package/dist/rules/authentication/realm/realm-parameter-must-use-quoted-string-syntax.rule.js.map +1 -0
  50. package/dist/rules/authentication/realm/user-agent-may-reuse-same-credentials-for-identical-protection-space.d.ts +3 -0
  51. package/dist/rules/authentication/realm/user-agent-may-reuse-same-credentials-for-identical-protection-space.d.ts.map +1 -0
  52. package/dist/rules/authentication/realm/user-agent-may-reuse-same-credentials-for-identical-protection-space.js +9 -0
  53. package/dist/rules/authentication/realm/user-agent-may-reuse-same-credentials-for-identical-protection-space.js.map +1 -0
  54. package/dist/rules/authentication/utils/auth-parser.d.ts +16 -0
  55. package/dist/rules/authentication/utils/auth-parser.d.ts.map +1 -0
  56. package/dist/rules/authentication/utils/auth-parser.js +83 -0
  57. package/dist/rules/authentication/utils/auth-parser.js.map +1 -0
  58. package/dist/rules/authentication/utils/authentication-header-names.d.ts +3 -0
  59. package/dist/rules/authentication/utils/authentication-header-names.d.ts.map +1 -0
  60. package/dist/rules/authentication/utils/authentication-header-names.js +11 -0
  61. package/dist/rules/authentication/utils/authentication-header-names.js.map +1 -0
  62. package/dist/rules/conditional-requests/evaluation/non-origin-server-must-not-evaluate-conditional-headers.rule.d.ts +3 -0
  63. package/dist/rules/conditional-requests/evaluation/non-origin-server-must-not-evaluate-conditional-headers.rule.d.ts.map +1 -0
  64. package/dist/rules/conditional-requests/evaluation/non-origin-server-must-not-evaluate-conditional-headers.rule.js +11 -0
  65. package/dist/rules/conditional-requests/evaluation/non-origin-server-must-not-evaluate-conditional-headers.rule.js.map +1 -0
  66. package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-after-normal-checks.rule.d.ts +3 -0
  67. package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-after-normal-checks.rule.d.ts.map +1 -0
  68. package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-after-normal-checks.rule.js +11 -0
  69. package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-after-normal-checks.rule.js.map +1 -0
  70. package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-in-correct-order.rule.d.ts +3 -0
  71. package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-in-correct-order.rule.d.ts.map +1 -0
  72. package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-in-correct-order.rule.js +11 -0
  73. package/dist/rules/conditional-requests/evaluation/server-must-evaluate-preconditions-in-correct-order.rule.js.map +1 -0
  74. package/dist/rules/conditional-requests/evaluation/server-must-ignore-conditionals-for-connect-options-trace.rule.d.ts +3 -0
  75. package/dist/rules/conditional-requests/evaluation/server-must-ignore-conditionals-for-connect-options-trace.rule.d.ts.map +1 -0
  76. package/dist/rules/conditional-requests/evaluation/server-must-ignore-conditionals-for-connect-options-trace.rule.js +15 -0
  77. package/dist/rules/conditional-requests/evaluation/server-must-ignore-conditionals-for-connect-options-trace.rule.js.map +1 -0
  78. package/dist/rules/conditional-requests/evaluation/server-must-ignore-preconditions-for-non-2xx-412-responses.rule.d.ts +3 -0
  79. package/dist/rules/conditional-requests/evaluation/server-must-ignore-preconditions-for-non-2xx-412-responses.rule.d.ts.map +1 -0
  80. package/dist/rules/conditional-requests/evaluation/server-must-ignore-preconditions-for-non-2xx-412-responses.rule.js +13 -0
  81. package/dist/rules/conditional-requests/evaluation/server-must-ignore-preconditions-for-non-2xx-412-responses.rule.js.map +1 -0
  82. package/dist/rules/conditional-requests/preconditions/if-match/cache-or-intermediary-may-ignore-if-match.rule.d.ts +3 -0
  83. package/dist/rules/conditional-requests/preconditions/if-match/cache-or-intermediary-may-ignore-if-match.rule.d.ts.map +1 -0
  84. package/dist/rules/conditional-requests/preconditions/if-match/cache-or-intermediary-may-ignore-if-match.rule.js +13 -0
  85. package/dist/rules/conditional-requests/preconditions/if-match/cache-or-intermediary-may-ignore-if-match.rule.js.map +1 -0
  86. package/dist/rules/conditional-requests/preconditions/if-match/client-may-send-if-match-header.rule.d.ts +3 -0
  87. package/dist/rules/conditional-requests/preconditions/if-match/client-may-send-if-match-header.rule.d.ts.map +1 -0
  88. package/dist/rules/conditional-requests/preconditions/if-match/client-may-send-if-match-header.rule.js +13 -0
  89. package/dist/rules/conditional-requests/preconditions/if-match/client-may-send-if-match-header.rule.js.map +1 -0
  90. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.d.ts +3 -0
  91. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.d.ts.map +1 -0
  92. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.js +13 -0
  93. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.js.map +1 -0
  94. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-412-response-to-conditional-request.rule.d.ts +3 -0
  95. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-412-response-to-conditional-request.rule.d.ts.map +1 -0
  96. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-412-response-to-conditional-request.rule.js +20 -0
  97. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-may-respond-with-412-response-to-conditional-request.rule.js.map +1 -0
  98. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-evaluate-if-match-before-method.rule.d.ts +3 -0
  99. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-evaluate-if-match-before-method.rule.d.ts.map +1 -0
  100. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-evaluate-if-match-before-method.rule.js +12 -0
  101. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-evaluate-if-match-before-method.rule.js.map +1 -0
  102. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-not-perform-method-when-if-match-fails.rule.d.ts +3 -0
  103. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-not-perform-method-when-if-match-fails.rule.d.ts.map +1 -0
  104. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-not-perform-method-when-if-match-fails.rule.js +19 -0
  105. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-not-perform-method-when-if-match-fails.rule.js.map +1 -0
  106. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-use-strong-comparison-for-if-match.rule.d.ts +3 -0
  107. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-use-strong-comparison-for-if-match.rule.d.ts.map +1 -0
  108. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-use-strong-comparison-for-if-match.rule.js +11 -0
  109. package/dist/rules/conditional-requests/preconditions/if-match/origin-server-must-use-strong-comparison-for-if-match.rule.js.map +1 -0
  110. package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-evaluate-if-modified-since.rule.d.ts +3 -0
  111. package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-evaluate-if-modified-since.rule.d.ts.map +1 -0
  112. package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-evaluate-if-modified-since.rule.js +11 -0
  113. package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-evaluate-if-modified-since.rule.js.map +1 -0
  114. package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-respond-304-when-if-modified-since-false.rule.d.ts +3 -0
  115. 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
  116. package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-respond-304-when-if-modified-since-false.rule.js +32 -0
  117. package/dist/rules/conditional-requests/preconditions/if-modified-since/origin-server-should-respond-304-when-if-modified-since-false.rule.js.map +1 -0
  118. package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-for-non-get-head.rule.d.ts +3 -0
  119. 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
  120. package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-for-non-get-head.rule.js +15 -0
  121. package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-for-non-get-head.rule.js.map +1 -0
  122. 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
  123. 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
  124. package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-header-if-no-date-available.rule.js +9 -0
  125. 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
  126. 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
  127. 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
  128. package/dist/rules/conditional-requests/preconditions/if-modified-since/recipient-must-ignore-if-modified-since-when-if-none-match-present.rule.js +12 -0
  129. 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
  130. 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
  131. 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
  132. 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
  133. 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
  134. package/dist/rules/conditional-requests/preconditions/if-none-match/client-should-generate-if-none-match-for-cache-updates.rule.d.ts +3 -0
  135. package/dist/rules/conditional-requests/preconditions/if-none-match/client-should-generate-if-none-match-for-cache-updates.rule.d.ts.map +1 -0
  136. package/dist/rules/conditional-requests/preconditions/if-none-match/client-should-generate-if-none-match-for-cache-updates.rule.js +11 -0
  137. package/dist/rules/conditional-requests/preconditions/if-none-match/client-should-generate-if-none-match-for-cache-updates.rule.js.map +1 -0
  138. package/dist/rules/conditional-requests/preconditions/if-none-match/origin-server-must-evaluate-if-none-match-before-method.rule.d.ts +3 -0
  139. package/dist/rules/conditional-requests/preconditions/if-none-match/origin-server-must-evaluate-if-none-match-before-method.rule.d.ts.map +1 -0
  140. package/dist/rules/conditional-requests/preconditions/if-none-match/origin-server-must-evaluate-if-none-match-before-method.rule.js +11 -0
  141. package/dist/rules/conditional-requests/preconditions/if-none-match/origin-server-must-evaluate-if-none-match-before-method.rule.js.map +1 -0
  142. 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
  143. 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
  144. 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
  145. 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
  146. package/dist/rules/conditional-requests/preconditions/if-none-match/recipient-must-use-weak-comparison-for-if-none-match.rule.d.ts +3 -0
  147. package/dist/rules/conditional-requests/preconditions/if-none-match/recipient-must-use-weak-comparison-for-if-none-match.rule.d.ts.map +1 -0
  148. package/dist/rules/conditional-requests/preconditions/if-none-match/recipient-must-use-weak-comparison-for-if-none-match.rule.js +11 -0
  149. package/dist/rules/conditional-requests/preconditions/if-none-match/recipient-must-use-weak-comparison-for-if-none-match.rule.js.map +1 -0
  150. package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-header-containing-http-date.rule.d.ts +3 -0
  151. package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-header-containing-http-date.rule.d.ts.map +1 -0
  152. package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-header-containing-http-date.rule.js +22 -0
  153. package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-header-containing-http-date.rule.js.map +1 -0
  154. package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-with-weak-etag.rule.d.ts +3 -0
  155. package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-with-weak-etag.rule.d.ts.map +1 -0
  156. package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-with-weak-etag.rule.js +28 -0
  157. package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-with-weak-etag.rule.js.map +1 -0
  158. package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-without-range.rule.d.ts +3 -0
  159. package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-without-range.rule.d.ts.map +1 -0
  160. package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-without-range.rule.js +13 -0
  161. package/dist/rules/conditional-requests/preconditions/if-range/client-must-not-generate-if-range-without-range.rule.js.map +1 -0
  162. 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
  163. 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
  164. 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
  165. 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
  166. package/dist/rules/conditional-requests/preconditions/if-range/recipient-must-ignore-range-when-if-range-false.rule.d.ts +3 -0
  167. package/dist/rules/conditional-requests/preconditions/if-range/recipient-must-ignore-range-when-if-range-false.rule.d.ts.map +1 -0
  168. package/dist/rules/conditional-requests/preconditions/if-range/recipient-must-ignore-range-when-if-range-false.rule.js +19 -0
  169. package/dist/rules/conditional-requests/preconditions/if-range/recipient-must-ignore-range-when-if-range-false.rule.js.map +1 -0
  170. package/dist/rules/conditional-requests/preconditions/if-range/recipient-should-process-range-header-if-if-range-matches.rule.d.ts +3 -0
  171. package/dist/rules/conditional-requests/preconditions/if-range/recipient-should-process-range-header-if-if-range-matches.rule.d.ts.map +1 -0
  172. package/dist/rules/conditional-requests/preconditions/if-range/recipient-should-process-range-header-if-if-range-matches.rule.js +9 -0
  173. package/dist/rules/conditional-requests/preconditions/if-range/recipient-should-process-range-header-if-if-range-matches.rule.js.map +1 -0
  174. package/dist/rules/conditional-requests/preconditions/if-range/server-must-evaluate-if-range.rule.d.ts +3 -0
  175. package/dist/rules/conditional-requests/preconditions/if-range/server-must-evaluate-if-range.rule.d.ts.map +1 -0
  176. package/dist/rules/conditional-requests/preconditions/if-range/server-must-evaluate-if-range.rule.js +11 -0
  177. package/dist/rules/conditional-requests/preconditions/if-range/server-must-evaluate-if-range.rule.js.map +1 -0
  178. package/dist/rules/conditional-requests/preconditions/if-range/server-must-ignore-if-range-without-range.rule.d.ts +3 -0
  179. package/dist/rules/conditional-requests/preconditions/if-range/server-must-ignore-if-range-without-range.rule.d.ts.map +1 -0
  180. package/dist/rules/conditional-requests/preconditions/if-range/server-must-ignore-if-range-without-range.rule.js +21 -0
  181. package/dist/rules/conditional-requests/preconditions/if-range/server-must-ignore-if-range-without-range.rule.js.map +1 -0
  182. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/cache-or-intermediary-may-ignore-if-unmodified-since.rule.d.ts +3 -0
  183. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/cache-or-intermediary-may-ignore-if-unmodified-since.rule.d.ts.map +1 -0
  184. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/cache-or-intermediary-may-ignore-if-unmodified-since.rule.js +13 -0
  185. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/cache-or-intermediary-may-ignore-if-unmodified-since.rule.js.map +1 -0
  186. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/client-may-send-if-match-header.rule.d.ts +3 -0
  187. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/client-may-send-if-match-header.rule.d.ts.map +1 -0
  188. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/client-may-send-if-match-header.rule.js +13 -0
  189. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/client-may-send-if-match-header.rule.js.map +1 -0
  190. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.d.ts +3 -0
  191. 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
  192. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.js +13 -0
  193. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-2xx-response-even-condition-failed.rule.js.map +1 -0
  194. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-412-response-to-unmodified-since.rule.d.ts +3 -0
  195. 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
  196. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-412-response-to-unmodified-since.rule.js +32 -0
  197. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-may-respond-with-412-response-to-unmodified-since.rule.js.map +1 -0
  198. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-must-evaluate-if-unmodified-since.rule.d.ts +3 -0
  199. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-must-evaluate-if-unmodified-since.rule.d.ts.map +1 -0
  200. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-must-evaluate-if-unmodified-since.rule.js +11 -0
  201. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-must-evaluate-if-unmodified-since.rule.js.map +1 -0
  202. 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
  203. 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
  204. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/origin-server-must-not-perform-method-when-if-unmodified-since-fails.rule.js +30 -0
  205. 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
  206. 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
  207. 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
  208. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-ignore-if-unmodified-since-header-if-no-date-available.rule.js +9 -0
  209. 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
  210. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-ignore-if-unmodified-since-when-if-match-present.rule.d.ts +3 -0
  211. 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
  212. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-ignore-if-unmodified-since-when-if-match-present.rule.js +13 -0
  213. package/dist/rules/conditional-requests/preconditions/if-unmodified-since/recipient-must-ignore-if-unmodified-since-when-if-match-present.rule.js.map +1 -0
  214. 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
  215. 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
  216. 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
  217. 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
  218. package/dist/rules/conditional-requests/utils.d.ts +52 -0
  219. package/dist/rules/conditional-requests/utils.d.ts.map +1 -0
  220. package/dist/rules/conditional-requests/utils.js +130 -0
  221. package/dist/rules/conditional-requests/utils.js.map +1 -0
  222. package/dist/rules/content-negotiation/content-negotiation-fields/accept/recipient-should-process-q-parameter-as-weight.rule.d.ts +3 -0
  223. package/dist/rules/content-negotiation/content-negotiation-fields/accept/recipient-should-process-q-parameter-as-weight.rule.d.ts.map +1 -0
  224. package/dist/rules/content-negotiation/content-negotiation-fields/accept/recipient-should-process-q-parameter-as-weight.rule.js +8 -0
  225. package/dist/rules/content-negotiation/content-negotiation-fields/accept/recipient-should-process-q-parameter-as-weight.rule.js.map +1 -0
  226. package/dist/rules/content-negotiation/content-negotiation-fields/accept/sender-should-send-q-parameter-last.rule.d.ts +3 -0
  227. package/dist/rules/content-negotiation/content-negotiation-fields/accept/sender-should-send-q-parameter-last.rule.d.ts.map +1 -0
  228. package/dist/rules/content-negotiation/content-negotiation-fields/accept/sender-should-send-q-parameter-last.rule.js +29 -0
  229. package/dist/rules/content-negotiation/content-negotiation-fields/accept/sender-should-send-q-parameter-last.rule.js.map +1 -0
  230. package/dist/rules/content-negotiation/content-negotiation-fields/accept-charset/user-agent-may-associate-quality-value-with-charset.rule.d.ts +3 -0
  231. package/dist/rules/content-negotiation/content-negotiation-fields/accept-charset/user-agent-may-associate-quality-value-with-charset.rule.d.ts.map +1 -0
  232. package/dist/rules/content-negotiation/content-negotiation-fields/accept-charset/user-agent-may-associate-quality-value-with-charset.rule.js +11 -0
  233. package/dist/rules/content-negotiation/content-negotiation-fields/accept-charset/user-agent-may-associate-quality-value-with-charset.rule.js.map +1 -0
  234. package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/codings-value-may-be-given-quality-value.rule.d.ts +3 -0
  235. package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/codings-value-may-be-given-quality-value.rule.d.ts.map +1 -0
  236. package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/codings-value-may-be-given-quality-value.rule.js +10 -0
  237. package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/codings-value-may-be-given-quality-value.rule.js.map +1 -0
  238. package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/origin-server-should-send-response-without-content-coding.rule.d.ts +3 -0
  239. package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/origin-server-should-send-response-without-content-coding.rule.d.ts.map +1 -0
  240. package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/origin-server-should-send-response-without-content-coding.rule.js +10 -0
  241. package/dist/rules/content-negotiation/content-negotiation-fields/accept-encoding/origin-server-should-send-response-without-content-coding.rule.js.map +1 -0
  242. 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
  243. 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
  244. 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
  245. 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
  246. 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
  247. 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
  248. package/dist/rules/content-negotiation/content-negotiation-fields/accept-language/user-agent-must-not-send-accept-language-without-user-control.rule.js +10 -0
  249. 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
  250. package/dist/rules/content-negotiation/content-negotiation-fields/vary/cache-must-not-use-response-without-matching-vary-headers.rule.d.ts +3 -0
  251. package/dist/rules/content-negotiation/content-negotiation-fields/vary/cache-must-not-use-response-without-matching-vary-headers.rule.d.ts.map +1 -0
  252. package/dist/rules/content-negotiation/content-negotiation-fields/vary/cache-must-not-use-response-without-matching-vary-headers.rule.js +22 -0
  253. package/dist/rules/content-negotiation/content-negotiation-fields/vary/cache-must-not-use-response-without-matching-vary-headers.rule.js.map +1 -0
  254. package/dist/rules/content-negotiation/content-negotiation-fields/vary/origin-server-should-generate-vary-header.rule.d.ts +3 -0
  255. package/dist/rules/content-negotiation/content-negotiation-fields/vary/origin-server-should-generate-vary-header.rule.d.ts.map +1 -0
  256. package/dist/rules/content-negotiation/content-negotiation-fields/vary/origin-server-should-generate-vary-header.rule.js +10 -0
  257. package/dist/rules/content-negotiation/content-negotiation-fields/vary/origin-server-should-generate-vary-header.rule.js.map +1 -0
  258. package/dist/rules/content-negotiation/content-negotiation-fields/vary/proxy-must-not-generate-vary-wildcard.rule.d.ts +3 -0
  259. package/dist/rules/content-negotiation/content-negotiation-fields/vary/proxy-must-not-generate-vary-wildcard.rule.d.ts.map +1 -0
  260. package/dist/rules/content-negotiation/content-negotiation-fields/vary/proxy-must-not-generate-vary-wildcard.rule.js +19 -0
  261. package/dist/rules/content-negotiation/content-negotiation-fields/vary/proxy-must-not-generate-vary-wildcard.rule.js.map +1 -0
  262. package/dist/rules/content-negotiation/proactive-negotiation/user-agent-may-send-preference-headers-for-proactive-negotiation.rule.d.ts +3 -0
  263. package/dist/rules/content-negotiation/proactive-negotiation/user-agent-may-send-preference-headers-for-proactive-negotiation.rule.d.ts.map +1 -0
  264. package/dist/rules/content-negotiation/proactive-negotiation/user-agent-may-send-preference-headers-for-proactive-negotiation.rule.js +10 -0
  265. package/dist/rules/content-negotiation/proactive-negotiation/user-agent-may-send-preference-headers-for-proactive-negotiation.rule.js.map +1 -0
  266. package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-accept-all-http-date-formats.rule.d.ts +3 -0
  267. package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-accept-all-http-date-formats.rule.d.ts.map +1 -0
  268. package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-accept-all-http-date-formats.rule.js +14 -0
  269. package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-accept-all-http-date-formats.rule.js.map +1 -0
  270. package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-interpret-two-digit-years-correctly.rule.d.ts +3 -0
  271. package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-interpret-two-digit-years-correctly.rule.d.ts.map +1 -0
  272. package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-interpret-two-digit-years-correctly.rule.js +12 -0
  273. package/dist/rules/fields/defining-field-values/date-time-formats/recipient-must-interpret-two-digit-years-correctly.rule.js.map +1 -0
  274. package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-generate-timestamps-in-imf-fixdate-format.rule.d.ts +3 -0
  275. package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-generate-timestamps-in-imf-fixdate-format.rule.d.ts.map +1 -0
  276. package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-generate-timestamps-in-imf-fixdate-format.rule.js +14 -0
  277. package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-generate-timestamps-in-imf-fixdate-format.rule.js.map +1 -0
  278. package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-not-generate-additional-whitespace-in-http-date.rule.d.ts +3 -0
  279. 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
  280. package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-not-generate-additional-whitespace-in-http-date.rule.js +13 -0
  281. package/dist/rules/fields/defining-field-values/date-time-formats/sender-must-not-generate-additional-whitespace-in-http-date.rule.js.map +1 -0
  282. package/dist/rules/fields/defining-field-values/lists/recipient-must-accept-lists-with-empty-elements.rule.d.ts +3 -0
  283. package/dist/rules/fields/defining-field-values/lists/recipient-must-accept-lists-with-empty-elements.rule.d.ts.map +1 -0
  284. package/dist/rules/fields/defining-field-values/lists/recipient-must-accept-lists-with-empty-elements.rule.js +13 -0
  285. package/dist/rules/fields/defining-field-values/lists/recipient-must-accept-lists-with-empty-elements.rule.js.map +1 -0
  286. package/dist/rules/fields/defining-field-values/lists/recipient-must-parse-and-ignore-empty-list-elements.rule.d.ts +3 -0
  287. package/dist/rules/fields/defining-field-values/lists/recipient-must-parse-and-ignore-empty-list-elements.rule.d.ts.map +1 -0
  288. package/dist/rules/fields/defining-field-values/lists/recipient-must-parse-and-ignore-empty-list-elements.rule.js +13 -0
  289. package/dist/rules/fields/defining-field-values/lists/recipient-must-parse-and-ignore-empty-list-elements.rule.js.map +1 -0
  290. package/dist/rules/fields/defining-field-values/lists/sender-must-not-generate-empty-list-elements.rule.d.ts +3 -0
  291. package/dist/rules/fields/defining-field-values/lists/sender-must-not-generate-empty-list-elements.rule.d.ts.map +1 -0
  292. package/dist/rules/fields/defining-field-values/lists/sender-must-not-generate-empty-list-elements.rule.js +14 -0
  293. package/dist/rules/fields/defining-field-values/lists/sender-must-not-generate-empty-list-elements.rule.js.map +1 -0
  294. package/dist/rules/fields/defining-field-values/quoted-strings/recipient-must-handle-quoted-pairs-correctly.rule.d.ts +3 -0
  295. package/dist/rules/fields/defining-field-values/quoted-strings/recipient-must-handle-quoted-pairs-correctly.rule.d.ts.map +1 -0
  296. package/dist/rules/fields/defining-field-values/quoted-strings/recipient-must-handle-quoted-pairs-correctly.rule.js +14 -0
  297. package/dist/rules/fields/defining-field-values/quoted-strings/recipient-must-handle-quoted-pairs-correctly.rule.js.map +1 -0
  298. package/dist/rules/fields/defining-field-values/quoted-strings/sender-should-not-generate-quoted-pairs-except-for-dquote-backslash.rule.d.ts +3 -0
  299. 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
  300. package/dist/rules/fields/defining-field-values/quoted-strings/sender-should-not-generate-quoted-pairs-except-for-dquote-backslash.rule.js +13 -0
  301. package/dist/rules/fields/defining-field-values/quoted-strings/sender-should-not-generate-quoted-pairs-except-for-dquote-backslash.rule.js.map +1 -0
  302. 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
  303. 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
  304. 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
  305. 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
  306. package/dist/rules/fields/defining-field-values/whitespace/implementation-may-remove-bws-before-processing.rule.d.ts +3 -0
  307. package/dist/rules/fields/defining-field-values/whitespace/implementation-may-remove-bws-before-processing.rule.d.ts.map +1 -0
  308. package/dist/rules/fields/defining-field-values/whitespace/implementation-may-remove-bws-before-processing.rule.js +12 -0
  309. package/dist/rules/fields/defining-field-values/whitespace/implementation-may-remove-bws-before-processing.rule.js.map +1 -0
  310. package/dist/rules/fields/defining-field-values/whitespace/implementation-may-replace-ows-or-rws-with-single-sp.rule.d.ts +3 -0
  311. package/dist/rules/fields/defining-field-values/whitespace/implementation-may-replace-ows-or-rws-with-single-sp.rule.d.ts.map +1 -0
  312. package/dist/rules/fields/defining-field-values/whitespace/implementation-may-replace-ows-or-rws-with-single-sp.rule.js +12 -0
  313. package/dist/rules/fields/defining-field-values/whitespace/implementation-may-replace-ows-or-rws-with-single-sp.rule.js.map +1 -0
  314. package/dist/rules/fields/defining-field-values/whitespace/recipient-must-parse-and-remove-bws.rule.d.ts +3 -0
  315. package/dist/rules/fields/defining-field-values/whitespace/recipient-must-parse-and-remove-bws.rule.d.ts.map +1 -0
  316. package/dist/rules/fields/defining-field-values/whitespace/recipient-must-parse-and-remove-bws.rule.js +13 -0
  317. package/dist/rules/fields/defining-field-values/whitespace/recipient-must-parse-and-remove-bws.rule.js.map +1 -0
  318. package/dist/rules/fields/defining-field-values/whitespace/sender-must-not-generate-bws.rule.d.ts +3 -0
  319. package/dist/rules/fields/defining-field-values/whitespace/sender-must-not-generate-bws.rule.d.ts.map +1 -0
  320. package/dist/rules/fields/defining-field-values/whitespace/sender-must-not-generate-bws.rule.js +15 -0
  321. package/dist/rules/fields/defining-field-values/whitespace/sender-must-not-generate-bws.rule.js.map +1 -0
  322. package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-ows-as-single-sp-when-readable.rule.d.ts +3 -0
  323. package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-ows-as-single-sp-when-readable.rule.d.ts.map +1 -0
  324. package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-ows-as-single-sp-when-readable.rule.js +14 -0
  325. package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-ows-as-single-sp-when-readable.rule.js.map +1 -0
  326. package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-rws-as-single-sp.rule.d.ts +3 -0
  327. package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-rws-as-single-sp.rule.d.ts.map +1 -0
  328. package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-rws-as-single-sp.rule.js +14 -0
  329. package/dist/rules/fields/defining-field-values/whitespace/sender-should-generate-rws-as-single-sp.rule.js.map +1 -0
  330. package/dist/rules/fields/defining-field-values/whitespace/sender-should-not-generate-ows-except-when-needed.rule.d.ts +3 -0
  331. package/dist/rules/fields/defining-field-values/whitespace/sender-should-not-generate-ows-except-when-needed.rule.d.ts.map +1 -0
  332. package/dist/rules/fields/defining-field-values/whitespace/sender-should-not-generate-ows-except-when-needed.rule.js +13 -0
  333. package/dist/rules/fields/defining-field-values/whitespace/sender-should-not-generate-ows-except-when-needed.rule.js.map +1 -0
  334. package/dist/rules/fields/field-limits/client-may-discard-oversized-field-lines.rule.d.ts +3 -0
  335. package/dist/rules/fields/field-limits/client-may-discard-oversized-field-lines.rule.d.ts.map +1 -0
  336. package/dist/rules/fields/field-limits/client-may-discard-oversized-field-lines.rule.js +11 -0
  337. package/dist/rules/fields/field-limits/client-may-discard-oversized-field-lines.rule.js.map +1 -0
  338. package/dist/rules/fields/field-limits/server-must-respond-4xx-for-oversized-fields.rule.d.ts +3 -0
  339. package/dist/rules/fields/field-limits/server-must-respond-4xx-for-oversized-fields.rule.d.ts.map +1 -0
  340. package/dist/rules/fields/field-limits/server-must-respond-4xx-for-oversized-fields.rule.js +11 -0
  341. package/dist/rules/fields/field-limits/server-must-respond-4xx-for-oversized-fields.rule.js.map +1 -0
  342. package/dist/rules/fields/field-names/proxy-must-forward-unrecognized-header-fields.rule.d.ts +3 -0
  343. package/dist/rules/fields/field-names/proxy-must-forward-unrecognized-header-fields.rule.d.ts.map +1 -0
  344. package/dist/rules/fields/field-names/proxy-must-forward-unrecognized-header-fields.rule.js +11 -0
  345. package/dist/rules/fields/field-names/proxy-must-forward-unrecognized-header-fields.rule.js.map +1 -0
  346. package/dist/rules/fields/field-names/recipient-should-ignore-unrecognized-fields.rule.d.ts +3 -0
  347. package/dist/rules/fields/field-names/recipient-should-ignore-unrecognized-fields.rule.d.ts.map +1 -0
  348. package/dist/rules/fields/field-names/recipient-should-ignore-unrecognized-fields.rule.js +10 -0
  349. package/dist/rules/fields/field-names/recipient-should-ignore-unrecognized-fields.rule.js.map +1 -0
  350. package/dist/rules/fields/field-order/proxy-must-not-change-field-line-order.rule.d.ts +3 -0
  351. package/dist/rules/fields/field-order/proxy-must-not-change-field-line-order.rule.d.ts.map +1 -0
  352. package/dist/rules/fields/field-order/proxy-must-not-change-field-line-order.rule.js +11 -0
  353. package/dist/rules/fields/field-order/proxy-must-not-change-field-line-order.rule.js.map +1 -0
  354. package/dist/rules/fields/field-order/recipient-may-combine-field-lines-with-same-name.rule.d.ts +3 -0
  355. package/dist/rules/fields/field-order/recipient-may-combine-field-lines-with-same-name.rule.d.ts.map +1 -0
  356. package/dist/rules/fields/field-order/recipient-may-combine-field-lines-with-same-name.rule.js +10 -0
  357. package/dist/rules/fields/field-order/recipient-may-combine-field-lines-with-same-name.rule.js.map +1 -0
  358. package/dist/rules/fields/field-order/sender-must-not-generate-multiple-field-lines-unless-allowed.rule.d.ts +3 -0
  359. package/dist/rules/fields/field-order/sender-must-not-generate-multiple-field-lines-unless-allowed.rule.d.ts.map +1 -0
  360. package/dist/rules/fields/field-order/sender-must-not-generate-multiple-field-lines-unless-allowed.rule.js +10 -0
  361. package/dist/rules/fields/field-order/sender-must-not-generate-multiple-field-lines-unless-allowed.rule.js.map +1 -0
  362. package/dist/rules/fields/field-order/server-must-not-apply-request-until-entire-header-received.rule.d.ts +3 -0
  363. package/dist/rules/fields/field-order/server-must-not-apply-request-until-entire-header-received.rule.d.ts.map +1 -0
  364. package/dist/rules/fields/field-order/server-must-not-apply-request-until-entire-header-received.rule.js +11 -0
  365. package/dist/rules/fields/field-order/server-must-not-apply-request-until-entire-header-received.rule.js.map +1 -0
  366. package/dist/rules/fields/field-values/new-fields-should-limit-values-to-visible-ascii.rule.d.ts +3 -0
  367. package/dist/rules/fields/field-values/new-fields-should-limit-values-to-visible-ascii.rule.d.ts.map +1 -0
  368. package/dist/rules/fields/field-values/new-fields-should-limit-values-to-visible-ascii.rule.js +13 -0
  369. package/dist/rules/fields/field-values/new-fields-should-limit-values-to-visible-ascii.rule.js.map +1 -0
  370. package/dist/rules/fields/field-values/parser-must-exclude-whitespace-from-field-values.rule.d.ts +3 -0
  371. package/dist/rules/fields/field-values/parser-must-exclude-whitespace-from-field-values.rule.d.ts.map +1 -0
  372. package/dist/rules/fields/field-values/parser-must-exclude-whitespace-from-field-values.rule.js +14 -0
  373. package/dist/rules/fields/field-values/parser-must-exclude-whitespace-from-field-values.rule.js.map +1 -0
  374. package/dist/rules/fields/field-values/recipient-may-retain-ctl-characters-in-safe-contexts.rule.d.ts +3 -0
  375. package/dist/rules/fields/field-values/recipient-may-retain-ctl-characters-in-safe-contexts.rule.d.ts.map +1 -0
  376. package/dist/rules/fields/field-values/recipient-may-retain-ctl-characters-in-safe-contexts.rule.js +13 -0
  377. package/dist/rules/fields/field-values/recipient-may-retain-ctl-characters-in-safe-contexts.rule.js.map +1 -0
  378. package/dist/rules/fields/field-values/recipient-must-reject-or-replace-invalid-characters.rule.d.ts +3 -0
  379. package/dist/rules/fields/field-values/recipient-must-reject-or-replace-invalid-characters.rule.d.ts.map +1 -0
  380. package/dist/rules/fields/field-values/recipient-must-reject-or-replace-invalid-characters.rule.js +19 -0
  381. package/dist/rules/fields/field-values/recipient-must-reject-or-replace-invalid-characters.rule.js.map +1 -0
  382. package/dist/rules/fields/field-values/recipient-should-treat-obs-text-as-opaque-data.rule.d.ts +3 -0
  383. package/dist/rules/fields/field-values/recipient-should-treat-obs-text-as-opaque-data.rule.d.ts.map +1 -0
  384. package/dist/rules/fields/field-values/recipient-should-treat-obs-text-as-opaque-data.rule.js +13 -0
  385. package/dist/rules/fields/field-values/recipient-should-treat-obs-text-as-opaque-data.rule.js.map +1 -0
  386. package/dist/rules/fields.d.ts +3 -0
  387. package/dist/rules/fields.d.ts.map +1 -0
  388. package/dist/rules/fields.js +12 -0
  389. package/dist/rules/fields.js.map +1 -0
  390. package/dist/rules/identifiers/authoritative-access/automated-client-must-log-error-to-audit-log-for-bad-certificate.rule.d.ts +3 -0
  391. package/dist/rules/identifiers/authoritative-access/automated-client-must-log-error-to-audit-log-for-bad-certificate.rule.d.ts.map +1 -0
  392. package/dist/rules/identifiers/authoritative-access/automated-client-must-log-error-to-audit-log-for-bad-certificate.rule.js +9 -0
  393. package/dist/rules/identifiers/authoritative-access/automated-client-must-log-error-to-audit-log-for-bad-certificate.rule.js.map +1 -0
  394. package/dist/rules/identifiers/authoritative-access/automated-client-should-terminate-connection-for-bad-certificate.rule.d.ts +3 -0
  395. package/dist/rules/identifiers/authoritative-access/automated-client-should-terminate-connection-for-bad-certificate.rule.d.ts.map +1 -0
  396. package/dist/rules/identifiers/authoritative-access/automated-client-should-terminate-connection-for-bad-certificate.rule.js +9 -0
  397. package/dist/rules/identifiers/authoritative-access/automated-client-should-terminate-connection-for-bad-certificate.rule.js.map +1 -0
  398. package/dist/rules/identifiers/authoritative-access/automated-clients-may-provide-setting-to-disable-certificate-check.rule.d.ts +3 -0
  399. package/dist/rules/identifiers/authoritative-access/automated-clients-may-provide-setting-to-disable-certificate-check.rule.d.ts.map +1 -0
  400. package/dist/rules/identifiers/authoritative-access/automated-clients-may-provide-setting-to-disable-certificate-check.rule.js +9 -0
  401. package/dist/rules/identifiers/authoritative-access/automated-clients-may-provide-setting-to-disable-certificate-check.rule.js.map +1 -0
  402. package/dist/rules/identifiers/authoritative-access/automated-clients-must-provide-setting-to-enable-certificate-check.rule.d.ts +3 -0
  403. package/dist/rules/identifiers/authoritative-access/automated-clients-must-provide-setting-to-enable-certificate-check.rule.d.ts.map +1 -0
  404. package/dist/rules/identifiers/authoritative-access/automated-clients-must-provide-setting-to-enable-certificate-check.rule.js +9 -0
  405. package/dist/rules/identifiers/authoritative-access/automated-clients-must-provide-setting-to-enable-certificate-check.rule.js.map +1 -0
  406. package/dist/rules/identifiers/authoritative-access/client-may-access-by-resolving-host-to-ip-address.rule.d.ts +3 -0
  407. package/dist/rules/identifiers/authoritative-access/client-may-access-by-resolving-host-to-ip-address.rule.d.ts.map +1 -0
  408. package/dist/rules/identifiers/authoritative-access/client-may-access-by-resolving-host-to-ip-address.rule.js +9 -0
  409. package/dist/rules/identifiers/authoritative-access/client-may-access-by-resolving-host-to-ip-address.rule.js.map +1 -0
  410. package/dist/rules/identifiers/authoritative-access/client-must-construct-reference-identity.rule.d.ts +3 -0
  411. package/dist/rules/identifiers/authoritative-access/client-must-construct-reference-identity.rule.d.ts.map +1 -0
  412. package/dist/rules/identifiers/authoritative-access/client-must-construct-reference-identity.rule.js +9 -0
  413. package/dist/rules/identifiers/authoritative-access/client-must-construct-reference-identity.rule.js.map +1 -0
  414. package/dist/rules/identifiers/authoritative-access/client-must-not-use-cn-id-reference-identity.rule.d.ts +3 -0
  415. package/dist/rules/identifiers/authoritative-access/client-must-not-use-cn-id-reference-identity.rule.d.ts.map +1 -0
  416. package/dist/rules/identifiers/authoritative-access/client-must-not-use-cn-id-reference-identity.rule.js +9 -0
  417. package/dist/rules/identifiers/authoritative-access/client-must-not-use-cn-id-reference-identity.rule.js.map +1 -0
  418. package/dist/rules/identifiers/authoritative-access/client-must-use-rfc6125-verification.rule.d.ts +3 -0
  419. package/dist/rules/identifiers/authoritative-access/client-must-use-rfc6125-verification.rule.d.ts.map +1 -0
  420. package/dist/rules/identifiers/authoritative-access/client-must-use-rfc6125-verification.rule.js +9 -0
  421. package/dist/rules/identifiers/authoritative-access/client-must-use-rfc6125-verification.rule.js.map +1 -0
  422. package/dist/rules/identifiers/authoritative-access/client-must-verify-service-identity.rule.d.ts +3 -0
  423. package/dist/rules/identifiers/authoritative-access/client-must-verify-service-identity.rule.d.ts.map +1 -0
  424. package/dist/rules/identifiers/authoritative-access/client-must-verify-service-identity.rule.js +9 -0
  425. package/dist/rules/identifiers/authoritative-access/client-must-verify-service-identity.rule.js.map +1 -0
  426. package/dist/rules/identifiers/authoritative-access/user-agent-must-handle-bad-certificate.rule.d.ts +3 -0
  427. package/dist/rules/identifiers/authoritative-access/user-agent-must-handle-bad-certificate.rule.d.ts.map +1 -0
  428. package/dist/rules/identifiers/authoritative-access/user-agent-must-handle-bad-certificate.rule.js +9 -0
  429. package/dist/rules/identifiers/authoritative-access/user-agent-must-handle-bad-certificate.rule.js.map +1 -0
  430. package/dist/rules/identifiers/http/recipient-must-reject-http-uri-without-host.rule.d.ts +3 -0
  431. package/dist/rules/identifiers/http/recipient-must-reject-http-uri-without-host.rule.d.ts.map +1 -0
  432. package/dist/rules/identifiers/http/recipient-must-reject-http-uri-without-host.rule.js +18 -0
  433. package/dist/rules/identifiers/http/recipient-must-reject-http-uri-without-host.rule.js.map +1 -0
  434. package/dist/rules/identifiers/http/sender-must-not-generate-http-uri-with-empty-host.rule.d.ts +3 -0
  435. package/dist/rules/identifiers/http/sender-must-not-generate-http-uri-with-empty-host.rule.d.ts.map +1 -0
  436. package/dist/rules/identifiers/http/sender-must-not-generate-http-uri-with-empty-host.rule.js +17 -0
  437. package/dist/rules/identifiers/http/sender-must-not-generate-http-uri-with-empty-host.rule.js.map +1 -0
  438. package/dist/rules/identifiers/https/client-must-secure-https-requests-and-responses.rule.d.ts +3 -0
  439. package/dist/rules/identifiers/https/client-must-secure-https-requests-and-responses.rule.d.ts.map +1 -0
  440. package/dist/rules/identifiers/https/client-must-secure-https-requests-and-responses.rule.js +9 -0
  441. package/dist/rules/identifiers/https/client-must-secure-https-requests-and-responses.rule.js.map +1 -0
  442. package/dist/rules/identifiers/https/recipient-must-reject-https-uri-without-host.rule.d.ts +3 -0
  443. package/dist/rules/identifiers/https/recipient-must-reject-https-uri-without-host.rule.d.ts.map +1 -0
  444. package/dist/rules/identifiers/https/recipient-must-reject-https-uri-without-host.rule.js +17 -0
  445. package/dist/rules/identifiers/https/recipient-must-reject-https-uri-without-host.rule.js.map +1 -0
  446. package/dist/rules/identifiers/https/sender-must-not-generate-https-uri-with-empty-host.rule.d.ts +3 -0
  447. package/dist/rules/identifiers/https/sender-must-not-generate-https-uri-with-empty-host.rule.d.ts.map +1 -0
  448. package/dist/rules/identifiers/https/sender-must-not-generate-https-uri-with-empty-host.rule.js +17 -0
  449. package/dist/rules/identifiers/https/sender-must-not-generate-https-uri-with-empty-host.rule.js.map +1 -0
  450. package/dist/rules/identifiers/normalization/authority-should-not-use-equivalent-uris-for-distinct-resources.rule.d.ts +3 -0
  451. package/dist/rules/identifiers/normalization/authority-should-not-use-equivalent-uris-for-distinct-resources.rule.d.ts.map +1 -0
  452. package/dist/rules/identifiers/normalization/authority-should-not-use-equivalent-uris-for-distinct-resources.rule.js +8 -0
  453. package/dist/rules/identifiers/normalization/authority-should-not-use-equivalent-uris-for-distinct-resources.rule.js.map +1 -0
  454. package/dist/rules/identifiers/normalization/http-component-may-perform-normalization.rule.d.ts +3 -0
  455. package/dist/rules/identifiers/normalization/http-component-may-perform-normalization.rule.d.ts.map +1 -0
  456. package/dist/rules/identifiers/normalization/http-component-may-perform-normalization.rule.js +8 -0
  457. package/dist/rules/identifiers/normalization/http-component-may-perform-normalization.rule.js.map +1 -0
  458. package/dist/rules/identifiers/sender-recipient-should-support-8000-octet-uris.rule.d.ts +3 -0
  459. package/dist/rules/identifiers/sender-recipient-should-support-8000-octet-uris.rule.d.ts.map +1 -0
  460. package/dist/rules/identifiers/sender-recipient-should-support-8000-octet-uris.rule.js +22 -0
  461. package/dist/rules/identifiers/sender-recipient-should-support-8000-octet-uris.rule.js.map +1 -0
  462. package/dist/rules/identifiers/userinfo/recipient-should-treat-userinfo-in-uri-from-untrusted-source-as-error.rule.d.ts +3 -0
  463. package/dist/rules/identifiers/userinfo/recipient-should-treat-userinfo-in-uri-from-untrusted-source-as-error.rule.d.ts.map +1 -0
  464. package/dist/rules/identifiers/userinfo/recipient-should-treat-userinfo-in-uri-from-untrusted-source-as-error.rule.js +19 -0
  465. package/dist/rules/identifiers/userinfo/recipient-should-treat-userinfo-in-uri-from-untrusted-source-as-error.rule.js.map +1 -0
  466. package/dist/rules/identifiers/userinfo/sender-must-not-generate-userinfo-in-uri.rule.d.ts +3 -0
  467. package/dist/rules/identifiers/userinfo/sender-must-not-generate-userinfo-in-uri.rule.d.ts.map +1 -0
  468. package/dist/rules/identifiers/userinfo/sender-must-not-generate-userinfo-in-uri.rule.js +18 -0
  469. package/dist/rules/identifiers/userinfo/sender-must-not-generate-userinfo-in-uri.rule.js.map +1 -0
  470. package/dist/rules/message-abstraction/client-must-retain-knowledge-of-request.rule.d.ts +3 -0
  471. package/dist/rules/message-abstraction/client-must-retain-knowledge-of-request.rule.d.ts.map +1 -0
  472. package/dist/rules/message-abstraction/client-must-retain-knowledge-of-request.rule.js +10 -0
  473. package/dist/rules/message-abstraction/client-must-retain-knowledge-of-request.rule.js.map +1 -0
  474. package/dist/rules/message-abstraction/control-data/client-may-send-lower-version-for-broken-servers.rule.d.ts +3 -0
  475. package/dist/rules/message-abstraction/control-data/client-may-send-lower-version-for-broken-servers.rule.d.ts.map +1 -0
  476. package/dist/rules/message-abstraction/control-data/client-may-send-lower-version-for-broken-servers.rule.js +10 -0
  477. package/dist/rules/message-abstraction/control-data/client-may-send-lower-version-for-broken-servers.rule.js.map +1 -0
  478. package/dist/rules/message-abstraction/control-data/client-must-not-send-non-conformant-version.rule.d.ts +3 -0
  479. package/dist/rules/message-abstraction/control-data/client-must-not-send-non-conformant-version.rule.d.ts.map +1 -0
  480. package/dist/rules/message-abstraction/control-data/client-must-not-send-non-conformant-version.rule.js +10 -0
  481. package/dist/rules/message-abstraction/control-data/client-must-not-send-non-conformant-version.rule.js.map +1 -0
  482. package/dist/rules/message-abstraction/control-data/client-should-send-highest-conformant-version.rule.d.ts +3 -0
  483. package/dist/rules/message-abstraction/control-data/client-should-send-highest-conformant-version.rule.d.ts.map +1 -0
  484. package/dist/rules/message-abstraction/control-data/client-should-send-highest-conformant-version.rule.js +10 -0
  485. package/dist/rules/message-abstraction/control-data/client-should-send-highest-conformant-version.rule.js.map +1 -0
  486. package/dist/rules/message-abstraction/control-data/recipient-should-process-higher-minor-version-as-highest-known.rule.d.ts +3 -0
  487. package/dist/rules/message-abstraction/control-data/recipient-should-process-higher-minor-version-as-highest-known.rule.d.ts.map +1 -0
  488. package/dist/rules/message-abstraction/control-data/recipient-should-process-higher-minor-version-as-highest-known.rule.js +9 -0
  489. package/dist/rules/message-abstraction/control-data/recipient-should-process-higher-minor-version-as-highest-known.rule.js.map +1 -0
  490. package/dist/rules/message-abstraction/control-data/server-must-not-send-non-conformant-version.rule.d.ts +3 -0
  491. package/dist/rules/message-abstraction/control-data/server-must-not-send-non-conformant-version.rule.d.ts.map +1 -0
  492. package/dist/rules/message-abstraction/control-data/server-must-not-send-non-conformant-version.rule.js +10 -0
  493. package/dist/rules/message-abstraction/control-data/server-must-not-send-non-conformant-version.rule.js.map +1 -0
  494. package/dist/rules/message-abstraction/control-data/server-should-send-response-version-equal-to-highest-conformant.rule.d.ts +3 -0
  495. package/dist/rules/message-abstraction/control-data/server-should-send-response-version-equal-to-highest-conformant.rule.d.ts.map +1 -0
  496. package/dist/rules/message-abstraction/control-data/server-should-send-response-version-equal-to-highest-conformant.rule.js +10 -0
  497. package/dist/rules/message-abstraction/control-data/server-should-send-response-version-equal-to-highest-conformant.rule.js.map +1 -0
  498. package/dist/rules/message-abstraction/framing/each-http-version-defines-own-framing.rule.d.ts +3 -0
  499. package/dist/rules/message-abstraction/framing/each-http-version-defines-own-framing.rule.d.ts.map +1 -0
  500. package/dist/rules/message-abstraction/framing/each-http-version-defines-own-framing.rule.js +9 -0
  501. package/dist/rules/message-abstraction/framing/each-http-version-defines-own-framing.rule.js.map +1 -0
  502. package/dist/rules/message-abstraction/framing/implicit-framing-allowed-for-backwards-compatibility.rule.d.ts +3 -0
  503. package/dist/rules/message-abstraction/framing/implicit-framing-allowed-for-backwards-compatibility.rule.d.ts.map +1 -0
  504. package/dist/rules/message-abstraction/framing/implicit-framing-allowed-for-backwards-compatibility.rule.js +9 -0
  505. package/dist/rules/message-abstraction/framing/implicit-framing-allowed-for-backwards-compatibility.rule.js.map +1 -0
  506. package/dist/rules/message-abstraction/framing/message-complete-when-framed-octets-available.rule.d.ts +3 -0
  507. package/dist/rules/message-abstraction/framing/message-complete-when-framed-octets-available.rule.d.ts.map +1 -0
  508. package/dist/rules/message-abstraction/framing/message-complete-when-framed-octets-available.rule.js +9 -0
  509. package/dist/rules/message-abstraction/framing/message-complete-when-framed-octets-available.rule.js.map +1 -0
  510. package/dist/rules/message-abstraction/header-fields/header-field-term-for-header-section-only-fields.rule.d.ts +3 -0
  511. package/dist/rules/message-abstraction/header-fields/header-field-term-for-header-section-only-fields.rule.d.ts.map +1 -0
  512. package/dist/rules/message-abstraction/header-fields/header-field-term-for-header-section-only-fields.rule.js +9 -0
  513. package/dist/rules/message-abstraction/header-fields/header-field-term-for-header-section-only-fields.rule.js.map +1 -0
  514. package/dist/rules/message-abstraction/header-fields/header-fields-sent-before-content.rule.d.ts +3 -0
  515. package/dist/rules/message-abstraction/header-fields/header-fields-sent-before-content.rule.d.ts.map +1 -0
  516. package/dist/rules/message-abstraction/header-fields/header-fields-sent-before-content.rule.js +9 -0
  517. package/dist/rules/message-abstraction/header-fields/header-fields-sent-before-content.rule.js.map +1 -0
  518. package/dist/rules/message-abstraction/header-fields/header-section-consists-of-field-lines.rule.d.ts +3 -0
  519. package/dist/rules/message-abstraction/header-fields/header-section-consists-of-field-lines.rule.d.ts.map +1 -0
  520. package/dist/rules/message-abstraction/header-fields/header-section-consists-of-field-lines.rule.js +9 -0
  521. package/dist/rules/message-abstraction/header-fields/header-section-consists-of-field-lines.rule.js.map +1 -0
  522. package/dist/rules/message-abstraction/message-metadata/date/origin-server-may-generate-date-for-1xx-5xx.rule.d.ts +3 -0
  523. package/dist/rules/message-abstraction/message-metadata/date/origin-server-may-generate-date-for-1xx-5xx.rule.d.ts.map +1 -0
  524. package/dist/rules/message-abstraction/message-metadata/date/origin-server-may-generate-date-for-1xx-5xx.rule.js +12 -0
  525. package/dist/rules/message-abstraction/message-metadata/date/origin-server-may-generate-date-for-1xx-5xx.rule.js.map +1 -0
  526. package/dist/rules/message-abstraction/message-metadata/date/origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx.rule.d.ts +3 -0
  527. 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
  528. package/dist/rules/message-abstraction/message-metadata/date/origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx.rule.js +12 -0
  529. package/dist/rules/message-abstraction/message-metadata/date/origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx.rule.js.map +1 -0
  530. package/dist/rules/message-abstraction/message-metadata/date/origin-server-without-clock-must-not-generate-date.rule.d.ts +3 -0
  531. package/dist/rules/message-abstraction/message-metadata/date/origin-server-without-clock-must-not-generate-date.rule.d.ts.map +1 -0
  532. package/dist/rules/message-abstraction/message-metadata/date/origin-server-without-clock-must-not-generate-date.rule.js +10 -0
  533. package/dist/rules/message-abstraction/message-metadata/date/origin-server-without-clock-must-not-generate-date.rule.js.map +1 -0
  534. package/dist/rules/message-abstraction/message-metadata/date/recipient-may-replace-invalid-date.rule.d.ts +3 -0
  535. package/dist/rules/message-abstraction/message-metadata/date/recipient-may-replace-invalid-date.rule.d.ts.map +1 -0
  536. package/dist/rules/message-abstraction/message-metadata/date/recipient-may-replace-invalid-date.rule.js +9 -0
  537. package/dist/rules/message-abstraction/message-metadata/date/recipient-may-replace-invalid-date.rule.js.map +1 -0
  538. package/dist/rules/message-abstraction/message-metadata/date/recipient-with-clock-must-add-date-if-missing.rule.d.ts +3 -0
  539. package/dist/rules/message-abstraction/message-metadata/date/recipient-with-clock-must-add-date-if-missing.rule.d.ts.map +1 -0
  540. package/dist/rules/message-abstraction/message-metadata/date/recipient-with-clock-must-add-date-if-missing.rule.js +9 -0
  541. package/dist/rules/message-abstraction/message-metadata/date/recipient-with-clock-must-add-date-if-missing.rule.js.map +1 -0
  542. package/dist/rules/message-abstraction/message-metadata/date/sender-should-generate-date-at-message-generation.rule.d.ts +3 -0
  543. package/dist/rules/message-abstraction/message-metadata/date/sender-should-generate-date-at-message-generation.rule.d.ts.map +1 -0
  544. package/dist/rules/message-abstraction/message-metadata/date/sender-should-generate-date-at-message-generation.rule.js +9 -0
  545. package/dist/rules/message-abstraction/message-metadata/date/sender-should-generate-date-at-message-generation.rule.js.map +1 -0
  546. package/dist/rules/message-abstraction/message-metadata/date/user-agent-may-send-date-header-in-request.rule.d.ts +3 -0
  547. package/dist/rules/message-abstraction/message-metadata/date/user-agent-may-send-date-header-in-request.rule.d.ts.map +1 -0
  548. package/dist/rules/message-abstraction/message-metadata/date/user-agent-may-send-date-header-in-request.rule.js +12 -0
  549. package/dist/rules/message-abstraction/message-metadata/date/user-agent-may-send-date-header-in-request.rule.js.map +1 -0
  550. package/dist/rules/message-abstraction/message-metadata/trailer/sender-should-generate-trailer-header-when-sending-trailers.rule.d.ts +3 -0
  551. package/dist/rules/message-abstraction/message-metadata/trailer/sender-should-generate-trailer-header-when-sending-trailers.rule.d.ts.map +1 -0
  552. package/dist/rules/message-abstraction/message-metadata/trailer/sender-should-generate-trailer-header-when-sending-trailers.rule.js +20 -0
  553. package/dist/rules/message-abstraction/message-metadata/trailer/sender-should-generate-trailer-header-when-sending-trailers.rule.js.map +1 -0
  554. 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
  555. 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
  556. package/dist/rules/message-abstraction/trailer-fields/recipient-may-treat-the-set-of-received-trailer-fields-as-name-value-pairs.rule.js +9 -0
  557. 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
  558. package/dist/rules/message-abstraction/trailer-fields/recipient-must-not-merge-trailers-unsafely.rule.d.ts +3 -0
  559. package/dist/rules/message-abstraction/trailer-fields/recipient-must-not-merge-trailers-unsafely.rule.d.ts.map +1 -0
  560. package/dist/rules/message-abstraction/trailer-fields/recipient-must-not-merge-trailers-unsafely.rule.js +9 -0
  561. package/dist/rules/message-abstraction/trailer-fields/recipient-must-not-merge-trailers-unsafely.rule.js.map +1 -0
  562. package/dist/rules/message-abstraction/trailer-fields/sender-must-not-generate-trailer-unless-permitted.rule.d.ts +3 -0
  563. package/dist/rules/message-abstraction/trailer-fields/sender-must-not-generate-trailer-unless-permitted.rule.d.ts.map +1 -0
  564. package/dist/rules/message-abstraction/trailer-fields/sender-must-not-generate-trailer-unless-permitted.rule.js +36 -0
  565. package/dist/rules/message-abstraction/trailer-fields/sender-must-not-generate-trailer-unless-permitted.rule.js.map +1 -0
  566. package/dist/rules/message-abstraction/trailer-fields/server-should-not-generate-necessary-trailers.rule.d.ts +3 -0
  567. package/dist/rules/message-abstraction/trailer-fields/server-should-not-generate-necessary-trailers.rule.d.ts.map +1 -0
  568. package/dist/rules/message-abstraction/trailer-fields/server-should-not-generate-necessary-trailers.rule.js +10 -0
  569. package/dist/rules/message-abstraction/trailer-fields/server-should-not-generate-necessary-trailers.rule.js.map +1 -0
  570. package/dist/rules/message-abstraction/trailer-fields/trailer-fields-must-be-defined-as-list-if-repeatable.rule.d.ts +3 -0
  571. package/dist/rules/message-abstraction/trailer-fields/trailer-fields-must-be-defined-as-list-if-repeatable.rule.d.ts.map +1 -0
  572. package/dist/rules/message-abstraction/trailer-fields/trailer-fields-must-be-defined-as-list-if-repeatable.rule.js +9 -0
  573. package/dist/rules/message-abstraction/trailer-fields/trailer-fields-must-be-defined-as-list-if-repeatable.rule.js.map +1 -0
  574. package/dist/rules/message-context/request-context/expect/client-may-proceed-to-send-content-without-receiving-100-response.rule.d.ts +3 -0
  575. package/dist/rules/message-context/request-context/expect/client-may-proceed-to-send-content-without-receiving-100-response.rule.d.ts.map +1 -0
  576. package/dist/rules/message-context/request-context/expect/client-may-proceed-to-send-content-without-receiving-100-response.rule.js +9 -0
  577. package/dist/rules/message-context/request-context/expect/client-may-proceed-to-send-content-without-receiving-100-response.rule.js.map +1 -0
  578. package/dist/rules/message-context/request-context/expect/client-must-not-generate-100-continue-without-content.rule.d.ts +3 -0
  579. package/dist/rules/message-context/request-context/expect/client-must-not-generate-100-continue-without-content.rule.d.ts.map +1 -0
  580. package/dist/rules/message-context/request-context/expect/client-must-not-generate-100-continue-without-content.rule.js +11 -0
  581. package/dist/rules/message-context/request-context/expect/client-must-not-generate-100-continue-without-content.rule.js.map +1 -0
  582. package/dist/rules/message-context/request-context/expect/client-must-send-expect-header-for-100-response.rule.d.ts +3 -0
  583. package/dist/rules/message-context/request-context/expect/client-must-send-expect-header-for-100-response.rule.d.ts.map +1 -0
  584. package/dist/rules/message-context/request-context/expect/client-must-send-expect-header-for-100-response.rule.js +9 -0
  585. package/dist/rules/message-context/request-context/expect/client-must-send-expect-header-for-100-response.rule.js.map +1 -0
  586. package/dist/rules/message-context/request-context/expect/client-should-not-wait-for-an-indefinite-period-for-100-response.rule.d.ts +3 -0
  587. 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
  588. package/dist/rules/message-context/request-context/expect/client-should-not-wait-for-an-indefinite-period-for-100-response.rule.js +9 -0
  589. package/dist/rules/message-context/request-context/expect/client-should-not-wait-for-an-indefinite-period-for-100-response.rule.js.map +1 -0
  590. package/dist/rules/message-context/request-context/expect/client-should-repeat-request-without-expect-for-417.rule.d.ts +3 -0
  591. package/dist/rules/message-context/request-context/expect/client-should-repeat-request-without-expect-for-417.rule.d.ts.map +1 -0
  592. package/dist/rules/message-context/request-context/expect/client-should-repeat-request-without-expect-for-417.rule.js +9 -0
  593. package/dist/rules/message-context/request-context/expect/client-should-repeat-request-without-expect-for-417.rule.js.map +1 -0
  594. package/dist/rules/message-context/request-context/expect/origin-server-must-not-wait-for-content-before-100-continue.rule.d.ts +3 -0
  595. package/dist/rules/message-context/request-context/expect/origin-server-must-not-wait-for-content-before-100-continue.rule.d.ts.map +1 -0
  596. package/dist/rules/message-context/request-context/expect/origin-server-must-not-wait-for-content-before-100-continue.rule.js +9 -0
  597. package/dist/rules/message-context/request-context/expect/origin-server-must-not-wait-for-content-before-100-continue.rule.js.map +1 -0
  598. package/dist/rules/message-context/request-context/expect/origin-server-must-respond-immediately-to-100-continue-request.rule.d.ts +3 -0
  599. package/dist/rules/message-context/request-context/expect/origin-server-must-respond-immediately-to-100-continue-request.rule.d.ts.map +1 -0
  600. package/dist/rules/message-context/request-context/expect/origin-server-must-respond-immediately-to-100-continue-request.rule.js +9 -0
  601. package/dist/rules/message-context/request-context/expect/origin-server-must-respond-immediately-to-100-continue-request.rule.js.map +1 -0
  602. package/dist/rules/message-context/request-context/expect/proxy-may-generate-immediate-100-response.rule.d.ts +3 -0
  603. package/dist/rules/message-context/request-context/expect/proxy-may-generate-immediate-100-response.rule.d.ts.map +1 -0
  604. package/dist/rules/message-context/request-context/expect/proxy-may-generate-immediate-100-response.rule.js +9 -0
  605. package/dist/rules/message-context/request-context/expect/proxy-may-generate-immediate-100-response.rule.js.map +1 -0
  606. package/dist/rules/message-context/request-context/expect/proxy-must-handle-100-continue-expectation.rule.d.ts +3 -0
  607. package/dist/rules/message-context/request-context/expect/proxy-must-handle-100-continue-expectation.rule.d.ts.map +1 -0
  608. package/dist/rules/message-context/request-context/expect/proxy-must-handle-100-continue-expectation.rule.js +9 -0
  609. package/dist/rules/message-context/request-context/expect/proxy-must-handle-100-continue-expectation.rule.js.map +1 -0
  610. package/dist/rules/message-context/request-context/expect/server-may-omit-sending-100-response-if-already-received-content.rule.d.ts +3 -0
  611. package/dist/rules/message-context/request-context/expect/server-may-omit-sending-100-response-if-already-received-content.rule.d.ts.map +1 -0
  612. package/dist/rules/message-context/request-context/expect/server-may-omit-sending-100-response-if-already-received-content.rule.js +9 -0
  613. package/dist/rules/message-context/request-context/expect/server-may-omit-sending-100-response-if-already-received-content.rule.js.map +1 -0
  614. 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
  615. 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
  616. package/dist/rules/message-context/request-context/expect/server-may-respond-with-417-response-for-other-expect-than-100-continue.rule.js +11 -0
  617. 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
  618. package/dist/rules/message-context/request-context/expect/server-must-ignore-100-continue-in-http-1.0.rule.d.ts +3 -0
  619. package/dist/rules/message-context/request-context/expect/server-must-ignore-100-continue-in-http-1.0.rule.d.ts.map +1 -0
  620. package/dist/rules/message-context/request-context/expect/server-must-ignore-100-continue-in-http-1.0.rule.js +10 -0
  621. package/dist/rules/message-context/request-context/expect/server-must-ignore-100-continue-in-http-1.0.rule.js.map +1 -0
  622. package/dist/rules/message-context/request-context/expect/server-must-send-final-status-after-100-continue.rule.d.ts +3 -0
  623. package/dist/rules/message-context/request-context/expect/server-must-send-final-status-after-100-continue.rule.d.ts.map +1 -0
  624. package/dist/rules/message-context/request-context/expect/server-must-send-final-status-after-100-continue.rule.js +9 -0
  625. package/dist/rules/message-context/request-context/expect/server-must-send-final-status-after-100-continue.rule.js.map +1 -0
  626. 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
  627. 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
  628. 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
  629. 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
  630. package/dist/rules/message-context/request-context/from/robotic-user-agent-should-send-valid-from-header.rule.d.ts +3 -0
  631. package/dist/rules/message-context/request-context/from/robotic-user-agent-should-send-valid-from-header.rule.d.ts.map +1 -0
  632. package/dist/rules/message-context/request-context/from/robotic-user-agent-should-send-valid-from-header.rule.js +21 -0
  633. package/dist/rules/message-context/request-context/from/robotic-user-agent-should-send-valid-from-header.rule.js.map +1 -0
  634. package/dist/rules/message-context/request-context/from/server-should-not-use-from-for-authentication.rule.d.ts +3 -0
  635. package/dist/rules/message-context/request-context/from/server-should-not-use-from-for-authentication.rule.d.ts.map +1 -0
  636. package/dist/rules/message-context/request-context/from/server-should-not-use-from-for-authentication.rule.js +9 -0
  637. package/dist/rules/message-context/request-context/from/server-should-not-use-from-for-authentication.rule.js.map +1 -0
  638. package/dist/rules/message-context/request-context/from/user-agent-should-not-send-from-without-configuration.rule.d.ts +3 -0
  639. package/dist/rules/message-context/request-context/from/user-agent-should-not-send-from-without-configuration.rule.d.ts.map +1 -0
  640. package/dist/rules/message-context/request-context/from/user-agent-should-not-send-from-without-configuration.rule.js +11 -0
  641. package/dist/rules/message-context/request-context/from/user-agent-should-not-send-from-without-configuration.rule.js.map +1 -0
  642. package/dist/rules/message-context/request-context/referer/intermediary-should-not-modify-referer-for-same-scheme-and-host.rule.d.ts +3 -0
  643. package/dist/rules/message-context/request-context/referer/intermediary-should-not-modify-referer-for-same-scheme-and-host.rule.d.ts.map +1 -0
  644. package/dist/rules/message-context/request-context/referer/intermediary-should-not-modify-referer-for-same-scheme-and-host.rule.js +10 -0
  645. package/dist/rules/message-context/request-context/referer/intermediary-should-not-modify-referer-for-same-scheme-and-host.rule.js.map +1 -0
  646. package/dist/rules/message-context/request-context/referer/user-agent-may-truncate-parts-other-than-referring-origin.rule.d.ts +3 -0
  647. package/dist/rules/message-context/request-context/referer/user-agent-may-truncate-parts-other-than-referring-origin.rule.d.ts.map +1 -0
  648. package/dist/rules/message-context/request-context/referer/user-agent-may-truncate-parts-other-than-referring-origin.rule.js +9 -0
  649. package/dist/rules/message-context/request-context/referer/user-agent-may-truncate-parts-other-than-referring-origin.rule.js.map +1 -0
  650. 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
  651. 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
  652. package/dist/rules/message-context/request-context/referer/user-agent-must-exclude-referer-or-send-about-blank-for-no-source.rule.js +9 -0
  653. 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
  654. package/dist/rules/message-context/request-context/referer/user-agent-must-not-include-fragment-or-userinfo-in-referer.rule.d.ts +3 -0
  655. package/dist/rules/message-context/request-context/referer/user-agent-must-not-include-fragment-or-userinfo-in-referer.rule.d.ts.map +1 -0
  656. package/dist/rules/message-context/request-context/referer/user-agent-must-not-include-fragment-or-userinfo-in-referer.rule.js +37 -0
  657. package/dist/rules/message-context/request-context/referer/user-agent-must-not-include-fragment-or-userinfo-in-referer.rule.js.map +1 -0
  658. 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
  659. 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
  660. package/dist/rules/message-context/request-context/referer/user-agent-must-not-send-referer-in-unsecured-request-from-secure-resource.rule.js +11 -0
  661. 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
  662. package/dist/rules/message-context/request-context/referer/user-agent-should-not-send-referer-for-secure-to-insecure.rule.d.ts +3 -0
  663. package/dist/rules/message-context/request-context/referer/user-agent-should-not-send-referer-for-secure-to-insecure.rule.d.ts.map +1 -0
  664. package/dist/rules/message-context/request-context/referer/user-agent-should-not-send-referer-for-secure-to-insecure.rule.js +34 -0
  665. package/dist/rules/message-context/request-context/referer/user-agent-should-not-send-referer-for-secure-to-insecure.rule.js.map +1 -0
  666. package/dist/rules/message-context/request-context/te/sender-must-send-te-connection-option-with-te-header.rule.d.ts +3 -0
  667. package/dist/rules/message-context/request-context/te/sender-must-send-te-connection-option-with-te-header.rule.d.ts.map +1 -0
  668. package/dist/rules/message-context/request-context/te/sender-must-send-te-connection-option-with-te-header.rule.js +11 -0
  669. package/dist/rules/message-context/request-context/te/sender-must-send-te-connection-option-with-te-header.rule.js.map +1 -0
  670. package/dist/rules/message-context/request-context/user-agent/sender-must-not-generate-advertising-in-product-identifier.rule.d.ts +3 -0
  671. package/dist/rules/message-context/request-context/user-agent/sender-must-not-generate-advertising-in-product-identifier.rule.d.ts.map +1 -0
  672. package/dist/rules/message-context/request-context/user-agent/sender-must-not-generate-advertising-in-product-identifier.rule.js +29 -0
  673. package/dist/rules/message-context/request-context/user-agent/sender-must-not-generate-advertising-in-product-identifier.rule.js.map +1 -0
  674. package/dist/rules/message-context/request-context/user-agent/sender-should-limit-generated-product-identifiers-to-necessity.rule.d.ts +3 -0
  675. package/dist/rules/message-context/request-context/user-agent/sender-should-limit-generated-product-identifiers-to-necessity.rule.d.ts.map +1 -0
  676. package/dist/rules/message-context/request-context/user-agent/sender-should-limit-generated-product-identifiers-to-necessity.rule.js +8 -0
  677. package/dist/rules/message-context/request-context/user-agent/sender-should-limit-generated-product-identifiers-to-necessity.rule.js.map +1 -0
  678. package/dist/rules/message-context/request-context/user-agent/sender-should-not-generate-non-version-info-in-product-version.rule.d.ts +3 -0
  679. 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
  680. package/dist/rules/message-context/request-context/user-agent/sender-should-not-generate-non-version-info-in-product-version.rule.js +45 -0
  681. package/dist/rules/message-context/request-context/user-agent/sender-should-not-generate-non-version-info-in-product-version.rule.js.map +1 -0
  682. package/dist/rules/message-context/request-context/user-agent/user-agent-should-limit-addition-of-subproducts-by-third-parties.rule.d.ts +3 -0
  683. 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
  684. package/dist/rules/message-context/request-context/user-agent/user-agent-should-limit-addition-of-subproducts-by-third-parties.rule.js +10 -0
  685. package/dist/rules/message-context/request-context/user-agent/user-agent-should-limit-addition-of-subproducts-by-third-parties.rule.js.map +1 -0
  686. package/dist/rules/message-context/request-context/user-agent/user-agent-should-not-generate-overly-detailed-user-agent.rule.d.ts +3 -0
  687. package/dist/rules/message-context/request-context/user-agent/user-agent-should-not-generate-overly-detailed-user-agent.rule.d.ts.map +1 -0
  688. package/dist/rules/message-context/request-context/user-agent/user-agent-should-not-generate-overly-detailed-user-agent.rule.js +9 -0
  689. package/dist/rules/message-context/request-context/user-agent/user-agent-should-not-generate-overly-detailed-user-agent.rule.js.map +1 -0
  690. package/dist/rules/message-context/request-context/user-agent/user-agent-should-send-user-agent-header.rule.d.ts +3 -0
  691. package/dist/rules/message-context/request-context/user-agent/user-agent-should-send-user-agent-header.rule.d.ts.map +1 -0
  692. package/dist/rules/message-context/request-context/user-agent/user-agent-should-send-user-agent-header.rule.js +11 -0
  693. package/dist/rules/message-context/request-context/user-agent/user-agent-should-send-user-agent-header.rule.js.map +1 -0
  694. package/dist/rules/message-context/response-context/allow/origin-sever-may-send-allow-header.rule.d.ts +3 -0
  695. package/dist/rules/message-context/response-context/allow/origin-sever-may-send-allow-header.rule.d.ts.map +1 -0
  696. package/dist/rules/message-context/response-context/allow/origin-sever-may-send-allow-header.rule.js +11 -0
  697. package/dist/rules/message-context/response-context/allow/origin-sever-may-send-allow-header.rule.js.map +1 -0
  698. package/dist/rules/message-context/response-context/allow/proxy-must-not-modify-allow-header.rule.d.ts +3 -0
  699. package/dist/rules/message-context/response-context/allow/proxy-must-not-modify-allow-header.rule.d.ts.map +1 -0
  700. package/dist/rules/message-context/response-context/allow/proxy-must-not-modify-allow-header.rule.js +10 -0
  701. package/dist/rules/message-context/response-context/allow/proxy-must-not-modify-allow-header.rule.js.map +1 -0
  702. package/dist/rules/message-context/response-context/location/user-agent-must-inherit-fragment-for-3xx-without-fragment.rule.d.ts +3 -0
  703. package/dist/rules/message-context/response-context/location/user-agent-must-inherit-fragment-for-3xx-without-fragment.rule.d.ts.map +1 -0
  704. package/dist/rules/message-context/response-context/location/user-agent-must-inherit-fragment-for-3xx-without-fragment.rule.js +10 -0
  705. package/dist/rules/message-context/response-context/location/user-agent-must-inherit-fragment-for-3xx-without-fragment.rule.js.map +1 -0
  706. package/dist/rules/message-context/response-context/server/origin-server-may-generate-server-header-field.rule.d.ts +3 -0
  707. package/dist/rules/message-context/response-context/server/origin-server-may-generate-server-header-field.rule.d.ts.map +1 -0
  708. package/dist/rules/message-context/response-context/server/origin-server-may-generate-server-header-field.rule.js +11 -0
  709. package/dist/rules/message-context/response-context/server/origin-server-may-generate-server-header-field.rule.js.map +1 -0
  710. package/dist/rules/message-context/response-context/server/origin-server-should-limit-addition-of-subproducts-by-third-parties.rule.d.ts +3 -0
  711. package/dist/rules/message-context/response-context/server/origin-server-should-limit-addition-of-subproducts-by-third-parties.rule.d.ts.map +1 -0
  712. package/dist/rules/message-context/response-context/server/origin-server-should-limit-addition-of-subproducts-by-third-parties.rule.js +10 -0
  713. package/dist/rules/message-context/response-context/server/origin-server-should-limit-addition-of-subproducts-by-third-parties.rule.js.map +1 -0
  714. package/dist/rules/message-context/response-context/server/origin-server-should-not-generate-detailed-server-header.rule.d.ts +3 -0
  715. package/dist/rules/message-context/response-context/server/origin-server-should-not-generate-detailed-server-header.rule.d.ts.map +1 -0
  716. package/dist/rules/message-context/response-context/server/origin-server-should-not-generate-detailed-server-header.rule.js +9 -0
  717. package/dist/rules/message-context/response-context/server/origin-server-should-not-generate-detailed-server-header.rule.js.map +1 -0
  718. package/dist/rules/methods/general-purpose-severs-must-support-get-and-head.rule.d.ts +3 -0
  719. package/dist/rules/methods/general-purpose-severs-must-support-get-and-head.rule.d.ts.map +1 -0
  720. package/dist/rules/methods/general-purpose-severs-must-support-get-and-head.rule.js +16 -0
  721. package/dist/rules/methods/general-purpose-severs-must-support-get-and-head.rule.js.map +1 -0
  722. 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
  723. 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
  724. package/dist/rules/methods/method-definitions/connect/client-must-ignore-content-length-or-transfer-encoding-headers-in-response-to-connect.rule.js +9 -0
  725. 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
  726. package/dist/rules/methods/method-definitions/connect/client-must-send-port-number-for-connect-request.rule.d.ts +3 -0
  727. package/dist/rules/methods/method-definitions/connect/client-must-send-port-number-for-connect-request.rule.d.ts.map +1 -0
  728. package/dist/rules/methods/method-definitions/connect/client-must-send-port-number-for-connect-request.rule.js +9 -0
  729. package/dist/rules/methods/method-definitions/connect/client-must-send-port-number-for-connect-request.rule.js.map +1 -0
  730. 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
  731. 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
  732. 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
  733. 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
  734. package/dist/rules/methods/method-definitions/connect/origin-sever-may-accept-connect-request.rule.d.ts +3 -0
  735. package/dist/rules/methods/method-definitions/connect/origin-sever-may-accept-connect-request.rule.d.ts.map +1 -0
  736. package/dist/rules/methods/method-definitions/connect/origin-sever-may-accept-connect-request.rule.js +11 -0
  737. package/dist/rules/methods/method-definitions/connect/origin-sever-may-accept-connect-request.rule.js.map +1 -0
  738. 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
  739. 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
  740. 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
  741. 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
  742. package/dist/rules/methods/method-definitions/connect/server-must-reject-connect-request-with-empty-or-invalid-port-number.rule.d.ts +3 -0
  743. package/dist/rules/methods/method-definitions/connect/server-must-reject-connect-request-with-empty-or-invalid-port-number.rule.d.ts.map +1 -0
  744. package/dist/rules/methods/method-definitions/connect/server-must-reject-connect-request-with-empty-or-invalid-port-number.rule.js +9 -0
  745. package/dist/rules/methods/method-definitions/connect/server-must-reject-connect-request-with-empty-or-invalid-port-number.rule.js.map +1 -0
  746. package/dist/rules/methods/method-definitions/delete/client-should-not-generate-content-for-delete-request.rule.d.ts +3 -0
  747. package/dist/rules/methods/method-definitions/delete/client-should-not-generate-content-for-delete-request.rule.d.ts.map +1 -0
  748. package/dist/rules/methods/method-definitions/delete/client-should-not-generate-content-for-delete-request.rule.js +11 -0
  749. package/dist/rules/methods/method-definitions/delete/client-should-not-generate-content-for-delete-request.rule.js.map +1 -0
  750. 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
  751. 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
  752. 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
  753. 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
  754. package/dist/rules/methods/method-definitions/delete/origin-server-should-send-correct-successful-status-code-to-delete-request.rule.d.ts +3 -0
  755. package/dist/rules/methods/method-definitions/delete/origin-server-should-send-correct-successful-status-code-to-delete-request.rule.d.ts.map +1 -0
  756. package/dist/rules/methods/method-definitions/delete/origin-server-should-send-correct-successful-status-code-to-delete-request.rule.js +11 -0
  757. package/dist/rules/methods/method-definitions/delete/origin-server-should-send-correct-successful-status-code-to-delete-request.rule.js.map +1 -0
  758. 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
  759. 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
  760. package/dist/rules/methods/method-definitions/get/cache-may-use-responses-to-get-for-satisfy-subsequent-get-and-head-requests.rule.js +9 -0
  761. 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
  762. package/dist/rules/methods/method-definitions/get/client-should-not-generate-content-in-get-request.rule.d.ts +3 -0
  763. package/dist/rules/methods/method-definitions/get/client-should-not-generate-content-in-get-request.rule.d.ts.map +1 -0
  764. package/dist/rules/methods/method-definitions/get/client-should-not-generate-content-in-get-request.rule.js +12 -0
  765. package/dist/rules/methods/method-definitions/get/client-should-not-generate-content-in-get-request.rule.js.map +1 -0
  766. package/dist/rules/methods/method-definitions/get/origin-server-should-not-rely-on-private-agreements-for-get-requests.rule.d.ts +3 -0
  767. package/dist/rules/methods/method-definitions/get/origin-server-should-not-rely-on-private-agreements-for-get-requests.rule.d.ts.map +1 -0
  768. package/dist/rules/methods/method-definitions/get/origin-server-should-not-rely-on-private-agreements-for-get-requests.rule.js +9 -0
  769. package/dist/rules/methods/method-definitions/get/origin-server-should-not-rely-on-private-agreements-for-get-requests.rule.js.map +1 -0
  770. package/dist/rules/methods/method-definitions/head/cache-may-use-responses-to-head-for-satisfy-subsequent-head-requests.rule.d.ts +3 -0
  771. package/dist/rules/methods/method-definitions/head/cache-may-use-responses-to-head-for-satisfy-subsequent-head-requests.rule.d.ts.map +1 -0
  772. package/dist/rules/methods/method-definitions/head/cache-may-use-responses-to-head-for-satisfy-subsequent-head-requests.rule.js +9 -0
  773. package/dist/rules/methods/method-definitions/head/cache-may-use-responses-to-head-for-satisfy-subsequent-head-requests.rule.js.map +1 -0
  774. package/dist/rules/methods/method-definitions/head/client-should-not-generate-content-in-head-request.rule.d.ts +3 -0
  775. package/dist/rules/methods/method-definitions/head/client-should-not-generate-content-in-head-request.rule.d.ts.map +1 -0
  776. package/dist/rules/methods/method-definitions/head/client-should-not-generate-content-in-head-request.rule.js +12 -0
  777. package/dist/rules/methods/method-definitions/head/client-should-not-generate-content-in-head-request.rule.js.map +1 -0
  778. package/dist/rules/methods/method-definitions/head/origin-server-should-not-rely-on-private-agreements-for-head-requests.rule.d.ts +3 -0
  779. package/dist/rules/methods/method-definitions/head/origin-server-should-not-rely-on-private-agreements-for-head-requests.rule.d.ts.map +1 -0
  780. package/dist/rules/methods/method-definitions/head/origin-server-should-not-rely-on-private-agreements-for-head-requests.rule.js +9 -0
  781. package/dist/rules/methods/method-definitions/head/origin-server-should-not-rely-on-private-agreements-for-head-requests.rule.js.map +1 -0
  782. package/dist/rules/methods/method-definitions/head/server-may-omit-header-fields-for-head-response.rule.d.ts +3 -0
  783. package/dist/rules/methods/method-definitions/head/server-may-omit-header-fields-for-head-response.rule.d.ts.map +1 -0
  784. package/dist/rules/methods/method-definitions/head/server-may-omit-header-fields-for-head-response.rule.js +9 -0
  785. package/dist/rules/methods/method-definitions/head/server-may-omit-header-fields-for-head-response.rule.js.map +1 -0
  786. package/dist/rules/methods/method-definitions/head/server-must-not-send-content-in-response-to-head.rule.d.ts +3 -0
  787. package/dist/rules/methods/method-definitions/head/server-must-not-send-content-in-response-to-head.rule.d.ts.map +1 -0
  788. package/dist/rules/methods/method-definitions/head/server-must-not-send-content-in-response-to-head.rule.js +11 -0
  789. package/dist/rules/methods/method-definitions/head/server-must-not-send-content-in-response-to-head.rule.js.map +1 -0
  790. package/dist/rules/methods/method-definitions/head/server-should-send-same-header-fields-in-response-to-head.rule.d.ts +3 -0
  791. package/dist/rules/methods/method-definitions/head/server-should-send-same-header-fields-in-response-to-head.rule.d.ts.map +1 -0
  792. package/dist/rules/methods/method-definitions/head/server-should-send-same-header-fields-in-response-to-head.rule.js +29 -0
  793. package/dist/rules/methods/method-definitions/head/server-should-send-same-header-fields-in-response-to-head.rule.js.map +1 -0
  794. package/dist/rules/methods/method-definitions/options/client-may-send-max-forwards-header-in-option-request.rule.d.ts +3 -0
  795. package/dist/rules/methods/method-definitions/options/client-may-send-max-forwards-header-in-option-request.rule.d.ts.map +1 -0
  796. package/dist/rules/methods/method-definitions/options/client-may-send-max-forwards-header-in-option-request.rule.js +11 -0
  797. package/dist/rules/methods/method-definitions/options/client-may-send-max-forwards-header-in-option-request.rule.js.map +1 -0
  798. package/dist/rules/methods/method-definitions/options/client-must-send-content-type-header-for-content-in-options-request.rule.d.ts +3 -0
  799. package/dist/rules/methods/method-definitions/options/client-must-send-content-type-header-for-content-in-options-request.rule.d.ts.map +1 -0
  800. package/dist/rules/methods/method-definitions/options/client-must-send-content-type-header-for-content-in-options-request.rule.js +11 -0
  801. package/dist/rules/methods/method-definitions/options/client-must-send-content-type-header-for-content-in-options-request.rule.js.map +1 -0
  802. package/dist/rules/methods/method-definitions/options/proxy-must-not-generate-new-max-forwards-header.rule.d.ts +3 -0
  803. package/dist/rules/methods/method-definitions/options/proxy-must-not-generate-new-max-forwards-header.rule.d.ts.map +1 -0
  804. package/dist/rules/methods/method-definitions/options/proxy-must-not-generate-new-max-forwards-header.rule.js +9 -0
  805. package/dist/rules/methods/method-definitions/options/proxy-must-not-generate-new-max-forwards-header.rule.js.map +1 -0
  806. 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
  807. 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
  808. package/dist/rules/methods/method-definitions/options/server-should-send-headers-indicating-optional-features-in-2xx-response-to-options-request.rule.js +12 -0
  809. 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
  810. package/dist/rules/methods/method-definitions/post/origin-server-may-redirect-for-existing-resource-for-201-response.rule.d.ts +3 -0
  811. package/dist/rules/methods/method-definitions/post/origin-server-may-redirect-for-existing-resource-for-201-response.rule.d.ts.map +1 -0
  812. package/dist/rules/methods/method-definitions/post/origin-server-may-redirect-for-existing-resource-for-201-response.rule.js +27 -0
  813. package/dist/rules/methods/method-definitions/post/origin-server-may-redirect-for-existing-resource-for-201-response.rule.js.map +1 -0
  814. package/dist/rules/methods/method-definitions/post/origin-server-should-send-location-header-for-201-response.rule.d.ts +3 -0
  815. package/dist/rules/methods/method-definitions/post/origin-server-should-send-location-header-for-201-response.rule.d.ts.map +1 -0
  816. package/dist/rules/methods/method-definitions/post/origin-server-should-send-location-header-for-201-response.rule.js +12 -0
  817. package/dist/rules/methods/method-definitions/post/origin-server-should-send-location-header-for-201-response.rule.js.map +1 -0
  818. package/dist/rules/methods/method-definitions/put/origin-server-must-not-sent-validator-field-in-response-to-put-request.rule.d.ts +3 -0
  819. 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
  820. package/dist/rules/methods/method-definitions/put/origin-server-must-not-sent-validator-field-in-response-to-put-request.rule.js +11 -0
  821. package/dist/rules/methods/method-definitions/put/origin-server-must-not-sent-validator-field-in-response-to-put-request.rule.js.map +1 -0
  822. package/dist/rules/methods/method-definitions/put/origin-server-must-respond-with-correct-response-code-for-put-request.rule.d.ts +3 -0
  823. package/dist/rules/methods/method-definitions/put/origin-server-must-respond-with-correct-response-code-for-put-request.rule.d.ts.map +1 -0
  824. package/dist/rules/methods/method-definitions/put/origin-server-must-respond-with-correct-response-code-for-put-request.rule.js +12 -0
  825. package/dist/rules/methods/method-definitions/put/origin-server-must-respond-with-correct-response-code-for-put-request.rule.js.map +1 -0
  826. 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
  827. 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
  828. 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
  829. 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
  830. 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
  831. 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
  832. package/dist/rules/methods/method-definitions/put/origin-server-should-ingore-unrecognized-header-and-trailer-fields-received-in-put-request.rule.js +9 -0
  833. 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
  834. 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
  835. 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
  836. 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
  837. 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
  838. package/dist/rules/methods/method-definitions/put/origin-server-should-verify-constraints-for-target-resource-for-put-request.rule.d.ts +3 -0
  839. package/dist/rules/methods/method-definitions/put/origin-server-should-verify-constraints-for-target-resource-for-put-request.rule.d.ts.map +1 -0
  840. package/dist/rules/methods/method-definitions/put/origin-server-should-verify-constraints-for-target-resource-for-put-request.rule.js +9 -0
  841. package/dist/rules/methods/method-definitions/put/origin-server-should-verify-constraints-for-target-resource-for-put-request.rule.js.map +1 -0
  842. 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
  843. 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
  844. package/dist/rules/methods/method-definitions/put/origin-server-that-selects-uri-for-client-should-use-post-instead-of-put.rule.js +9 -0
  845. 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
  846. 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
  847. 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
  848. 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
  849. 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
  850. package/dist/rules/methods/method-definitions/trace/client-must-not-generate-fields-containing-sensitive-data-in-trace-request.rule.d.ts +3 -0
  851. package/dist/rules/methods/method-definitions/trace/client-must-not-generate-fields-containing-sensitive-data-in-trace-request.rule.d.ts.map +1 -0
  852. package/dist/rules/methods/method-definitions/trace/client-must-not-generate-fields-containing-sensitive-data-in-trace-request.rule.js +13 -0
  853. package/dist/rules/methods/method-definitions/trace/client-must-not-generate-fields-containing-sensitive-data-in-trace-request.rule.js.map +1 -0
  854. package/dist/rules/methods/method-definitions/trace/client-must-not-send-content-in-trace-request.rule.d.ts +3 -0
  855. package/dist/rules/methods/method-definitions/trace/client-must-not-send-content-in-trace-request.rule.d.ts.map +1 -0
  856. package/dist/rules/methods/method-definitions/trace/client-must-not-send-content-in-trace-request.rule.js +11 -0
  857. package/dist/rules/methods/method-definitions/trace/client-must-not-send-content-in-trace-request.rule.js.map +1 -0
  858. package/dist/rules/methods/method-definitions/trace/final-recipient-of-trace-request-should-reflect-received-message.rule.d.ts +3 -0
  859. package/dist/rules/methods/method-definitions/trace/final-recipient-of-trace-request-should-reflect-received-message.rule.d.ts.map +1 -0
  860. package/dist/rules/methods/method-definitions/trace/final-recipient-of-trace-request-should-reflect-received-message.rule.js +9 -0
  861. package/dist/rules/methods/method-definitions/trace/final-recipient-of-trace-request-should-reflect-received-message.rule.js.map +1 -0
  862. package/dist/rules/methods/method-definitions/trace/final-recipient-should-exclude-sensitive-request-data-from-response-to-trace.rule.d.ts +3 -0
  863. package/dist/rules/methods/method-definitions/trace/final-recipient-should-exclude-sensitive-request-data-from-response-to-trace.rule.d.ts.map +1 -0
  864. package/dist/rules/methods/method-definitions/trace/final-recipient-should-exclude-sensitive-request-data-from-response-to-trace.rule.js +9 -0
  865. package/dist/rules/methods/method-definitions/trace/final-recipient-should-exclude-sensitive-request-data-from-response-to-trace.rule.js.map +1 -0
  866. package/dist/rules/methods/method-properties/client-should-not-automatically-retry-a-failed-automatic-retry.rule.d.ts +3 -0
  867. package/dist/rules/methods/method-properties/client-should-not-automatically-retry-a-failed-automatic-retry.rule.d.ts.map +1 -0
  868. package/dist/rules/methods/method-properties/client-should-not-automatically-retry-a-failed-automatic-retry.rule.js +9 -0
  869. package/dist/rules/methods/method-properties/client-should-not-automatically-retry-a-failed-automatic-retry.rule.js.map +1 -0
  870. package/dist/rules/methods/method-properties/client-should-not-automatically-retry-request-with-non-idempotent-method.rule.d.ts +3 -0
  871. package/dist/rules/methods/method-properties/client-should-not-automatically-retry-request-with-non-idempotent-method.rule.d.ts.map +1 -0
  872. package/dist/rules/methods/method-properties/client-should-not-automatically-retry-request-with-non-idempotent-method.rule.js +9 -0
  873. package/dist/rules/methods/method-properties/client-should-not-automatically-retry-request-with-non-idempotent-method.rule.js.map +1 -0
  874. package/dist/rules/methods/method-properties/origin-server-must-disable-safe-methods-for-unsafe-resources.rule.d.ts +3 -0
  875. package/dist/rules/methods/method-properties/origin-server-must-disable-safe-methods-for-unsafe-resources.rule.d.ts.map +1 -0
  876. package/dist/rules/methods/method-properties/origin-server-must-disable-safe-methods-for-unsafe-resources.rule.js +10 -0
  877. package/dist/rules/methods/method-properties/origin-server-must-disable-safe-methods-for-unsafe-resources.rule.js.map +1 -0
  878. package/dist/rules/methods/method-properties/proxy-must-not-automatically-retry-non-idempontent-requests.rule.d.ts +3 -0
  879. package/dist/rules/methods/method-properties/proxy-must-not-automatically-retry-non-idempontent-requests.rule.d.ts.map +1 -0
  880. package/dist/rules/methods/method-properties/proxy-must-not-automatically-retry-non-idempontent-requests.rule.js +9 -0
  881. package/dist/rules/methods/method-properties/proxy-must-not-automatically-retry-non-idempontent-requests.rule.js.map +1 -0
  882. package/dist/rules/methods/method-properties/user-agent-distinguish-between-safe-and-unsafe-methods.rule.d.ts +3 -0
  883. package/dist/rules/methods/method-properties/user-agent-distinguish-between-safe-and-unsafe-methods.rule.d.ts.map +1 -0
  884. package/dist/rules/methods/method-properties/user-agent-distinguish-between-safe-and-unsafe-methods.rule.js +9 -0
  885. package/dist/rules/methods/method-properties/user-agent-distinguish-between-safe-and-unsafe-methods.rule.js.map +1 -0
  886. package/dist/rules/methods/origin-server-should-send-405-response-for-unallowed-method.rule.d.ts +3 -0
  887. package/dist/rules/methods/origin-server-should-send-405-response-for-unallowed-method.rule.d.ts.map +1 -0
  888. package/dist/rules/methods/origin-server-should-send-405-response-for-unallowed-method.rule.js +9 -0
  889. package/dist/rules/methods/origin-server-should-send-405-response-for-unallowed-method.rule.js.map +1 -0
  890. package/dist/rules/methods/origin-server-should-send-501-response-for-unrecognized-method.rule.d.ts +3 -0
  891. package/dist/rules/methods/origin-server-should-send-501-response-for-unrecognized-method.rule.d.ts.map +1 -0
  892. package/dist/rules/methods/origin-server-should-send-501-response-for-unrecognized-method.rule.js +9 -0
  893. package/dist/rules/methods/origin-server-should-send-501-response-for-unrecognized-method.rule.js.map +1 -0
  894. package/dist/rules/methods/other-methods-than-get-and-head-are-optional.rule.d.ts +3 -0
  895. package/dist/rules/methods/other-methods-than-get-and-head-are-optional.rule.d.ts.map +1 -0
  896. package/dist/rules/methods/other-methods-than-get-and-head-are-optional.rule.js +11 -0
  897. package/dist/rules/methods/other-methods-than-get-and-head-are-optional.rule.js.map +1 -0
  898. package/dist/rules/range-requests/accept-ranges/accept-ranges-may-be-sent-in-trailer.rule.d.ts +3 -0
  899. package/dist/rules/range-requests/accept-ranges/accept-ranges-may-be-sent-in-trailer.rule.d.ts.map +1 -0
  900. package/dist/rules/range-requests/accept-ranges/accept-ranges-may-be-sent-in-trailer.rule.js +11 -0
  901. package/dist/rules/range-requests/accept-ranges/accept-ranges-may-be-sent-in-trailer.rule.js.map +1 -0
  902. package/dist/rules/range-requests/accept-ranges/client-may-generate-range-requests-without-accept-ranges.rule.d.ts +3 -0
  903. package/dist/rules/range-requests/accept-ranges/client-may-generate-range-requests-without-accept-ranges.rule.d.ts.map +1 -0
  904. package/dist/rules/range-requests/accept-ranges/client-may-generate-range-requests-without-accept-ranges.rule.js +11 -0
  905. package/dist/rules/range-requests/accept-ranges/client-may-generate-range-requests-without-accept-ranges.rule.js.map +1 -0
  906. package/dist/rules/range-requests/accept-ranges/client-must-not-assume-future-range-support-from-accept-ranges.rule.d.ts +3 -0
  907. package/dist/rules/range-requests/accept-ranges/client-must-not-assume-future-range-support-from-accept-ranges.rule.d.ts.map +1 -0
  908. package/dist/rules/range-requests/accept-ranges/client-must-not-assume-future-range-support-from-accept-ranges.rule.js +10 -0
  909. package/dist/rules/range-requests/accept-ranges/client-must-not-assume-future-range-support-from-accept-ranges.rule.js.map +1 -0
  910. package/dist/rules/range-requests/accept-ranges/server-may-send-accept-ranges-none.rule.d.ts +3 -0
  911. package/dist/rules/range-requests/accept-ranges/server-may-send-accept-ranges-none.rule.d.ts.map +1 -0
  912. package/dist/rules/range-requests/accept-ranges/server-may-send-accept-ranges-none.rule.js +18 -0
  913. package/dist/rules/range-requests/accept-ranges/server-may-send-accept-ranges-none.rule.js.map +1 -0
  914. package/dist/rules/range-requests/content-range/proxy-should-forward-206-with-unknown-range-unit.rule.d.ts +3 -0
  915. package/dist/rules/range-requests/content-range/proxy-should-forward-206-with-unknown-range-unit.rule.d.ts.map +1 -0
  916. package/dist/rules/range-requests/content-range/proxy-should-forward-206-with-unknown-range-unit.rule.js +10 -0
  917. package/dist/rules/range-requests/content-range/proxy-should-forward-206-with-unknown-range-unit.rule.js.map +1 -0
  918. package/dist/rules/range-requests/content-range/recipient-must-not-recombine-206-with-unknown-range-unit.rule.d.ts +3 -0
  919. package/dist/rules/range-requests/content-range/recipient-must-not-recombine-206-with-unknown-range-unit.rule.d.ts.map +1 -0
  920. package/dist/rules/range-requests/content-range/recipient-must-not-recombine-206-with-unknown-range-unit.rule.js +9 -0
  921. package/dist/rules/range-requests/content-range/recipient-must-not-recombine-206-with-unknown-range-unit.rule.js.map +1 -0
  922. package/dist/rules/range-requests/content-range/recipient-must-not-recombine-invalid-content-range.rule.d.ts +3 -0
  923. package/dist/rules/range-requests/content-range/recipient-must-not-recombine-invalid-content-range.rule.d.ts.map +1 -0
  924. package/dist/rules/range-requests/content-range/recipient-must-not-recombine-invalid-content-range.rule.js +19 -0
  925. package/dist/rules/range-requests/content-range/recipient-must-not-recombine-invalid-content-range.rule.js.map +1 -0
  926. package/dist/rules/range-requests/content-range/sender-should-indicate-complete-length-for-byte-ranges.rule.d.ts +3 -0
  927. package/dist/rules/range-requests/content-range/sender-should-indicate-complete-length-for-byte-ranges.rule.d.ts.map +1 -0
  928. package/dist/rules/range-requests/content-range/sender-should-indicate-complete-length-for-byte-ranges.rule.js +19 -0
  929. package/dist/rules/range-requests/content-range/sender-should-indicate-complete-length-for-byte-ranges.rule.js.map +1 -0
  930. package/dist/rules/range-requests/content-range/server-must-ignore-content-range-for-unsupported-method.rule.d.ts +3 -0
  931. package/dist/rules/range-requests/content-range/server-must-ignore-content-range-for-unsupported-method.rule.d.ts.map +1 -0
  932. package/dist/rules/range-requests/content-range/server-must-ignore-content-range-for-unsupported-method.rule.js +11 -0
  933. package/dist/rules/range-requests/content-range/server-must-ignore-content-range-for-unsupported-method.rule.js.map +1 -0
  934. package/dist/rules/range-requests/content-range/server-should-send-content-range-in-416-response.rule.d.ts +3 -0
  935. package/dist/rules/range-requests/content-range/server-should-send-content-range-in-416-response.rule.d.ts.map +1 -0
  936. package/dist/rules/range-requests/content-range/server-should-send-content-range-in-416-response.rule.js +12 -0
  937. package/dist/rules/range-requests/content-range/server-should-send-content-range-in-416-response.rule.js.map +1 -0
  938. package/dist/rules/range-requests/content-range/utils.d.ts +19 -0
  939. package/dist/rules/range-requests/content-range/utils.d.ts.map +1 -0
  940. package/dist/rules/range-requests/content-range/utils.js +39 -0
  941. package/dist/rules/range-requests/content-range/utils.js.map +1 -0
  942. package/dist/rules/range-requests/partial-put/origin-server-should-send-400-for-unsupported-partial-put.rule.d.ts +3 -0
  943. package/dist/rules/range-requests/partial-put/origin-server-should-send-400-for-unsupported-partial-put.rule.d.ts.map +1 -0
  944. package/dist/rules/range-requests/partial-put/origin-server-should-send-400-for-unsupported-partial-put.rule.js +11 -0
  945. package/dist/rules/range-requests/partial-put/origin-server-should-send-400-for-unsupported-partial-put.rule.js.map +1 -0
  946. package/dist/rules/range-requests/range/client-should-list-multiple-ranges-in-ascending-order.rule.d.ts +3 -0
  947. package/dist/rules/range-requests/range/client-should-list-multiple-ranges-in-ascending-order.rule.d.ts.map +1 -0
  948. package/dist/rules/range-requests/range/client-should-list-multiple-ranges-in-ascending-order.rule.js +42 -0
  949. package/dist/rules/range-requests/range/client-should-list-multiple-ranges-in-ascending-order.rule.js.map +1 -0
  950. package/dist/rules/range-requests/range/client-should-not-request-inefficient-multiple-ranges.rule.d.ts +3 -0
  951. package/dist/rules/range-requests/range/client-should-not-request-inefficient-multiple-ranges.rule.d.ts.map +1 -0
  952. package/dist/rules/range-requests/range/client-should-not-request-inefficient-multiple-ranges.rule.js +67 -0
  953. package/dist/rules/range-requests/range/client-should-not-request-inefficient-multiple-ranges.rule.js.map +1 -0
  954. package/dist/rules/range-requests/range/origin-server-must-ignore-range-header-with-unknown-range-unit.rule.d.ts +3 -0
  955. package/dist/rules/range-requests/range/origin-server-must-ignore-range-header-with-unknown-range-unit.rule.d.ts.map +1 -0
  956. package/dist/rules/range-requests/range/origin-server-must-ignore-range-header-with-unknown-range-unit.rule.js +9 -0
  957. package/dist/rules/range-requests/range/origin-server-must-ignore-range-header-with-unknown-range-unit.rule.js.map +1 -0
  958. package/dist/rules/range-requests/range/proxy-may-discard-range-header-with-unknown-range-unit.rule.d.ts +3 -0
  959. package/dist/rules/range-requests/range/proxy-may-discard-range-header-with-unknown-range-unit.rule.d.ts.map +1 -0
  960. package/dist/rules/range-requests/range/proxy-may-discard-range-header-with-unknown-range-unit.rule.js +11 -0
  961. package/dist/rules/range-requests/range/proxy-may-discard-range-header-with-unknown-range-unit.rule.js.map +1 -0
  962. package/dist/rules/range-requests/range/server-may-ignore-or-reject-invalid-range-header.rule.d.ts +3 -0
  963. package/dist/rules/range-requests/range/server-may-ignore-or-reject-invalid-range-header.rule.d.ts.map +1 -0
  964. package/dist/rules/range-requests/range/server-may-ignore-or-reject-invalid-range-header.rule.js +10 -0
  965. package/dist/rules/range-requests/range/server-may-ignore-or-reject-invalid-range-header.rule.js.map +1 -0
  966. package/dist/rules/range-requests/range/server-may-ignore-range-header-for-zero-length-representation.rule.d.ts +3 -0
  967. package/dist/rules/range-requests/range/server-may-ignore-range-header-for-zero-length-representation.rule.d.ts.map +1 -0
  968. package/dist/rules/range-requests/range/server-may-ignore-range-header-for-zero-length-representation.rule.js +9 -0
  969. package/dist/rules/range-requests/range/server-may-ignore-range-header-for-zero-length-representation.rule.js.map +1 -0
  970. package/dist/rules/range-requests/range/server-may-ignore-range-header.rule.d.ts +3 -0
  971. package/dist/rules/range-requests/range/server-may-ignore-range-header.rule.d.ts.map +1 -0
  972. package/dist/rules/range-requests/range/server-may-ignore-range-header.rule.js +9 -0
  973. package/dist/rules/range-requests/range/server-may-ignore-range-header.rule.js.map +1 -0
  974. package/dist/rules/range-requests/range/server-must-ignore-range-header-for-unrecognized-method.rule.d.ts +3 -0
  975. package/dist/rules/range-requests/range/server-must-ignore-range-header-for-unrecognized-method.rule.d.ts.map +1 -0
  976. package/dist/rules/range-requests/range/server-must-ignore-range-header-for-unrecognized-method.rule.js +11 -0
  977. package/dist/rules/range-requests/range/server-must-ignore-range-header-for-unrecognized-method.rule.js.map +1 -0
  978. package/dist/rules/range-requests/range/server-should-send-206-response-for-satisfiable-range.rule.d.ts +3 -0
  979. package/dist/rules/range-requests/range/server-should-send-206-response-for-satisfiable-range.rule.d.ts.map +1 -0
  980. package/dist/rules/range-requests/range/server-should-send-206-response-for-satisfiable-range.rule.js +12 -0
  981. package/dist/rules/range-requests/range/server-should-send-206-response-for-satisfiable-range.rule.js.map +1 -0
  982. package/dist/rules/range-requests/range/server-should-send-416-response-for-unsatisfiable-range.rule.d.ts +3 -0
  983. package/dist/rules/range-requests/range/server-should-send-416-response-for-unsatisfiable-range.rule.d.ts.map +1 -0
  984. package/dist/rules/range-requests/range/server-should-send-416-response-for-unsatisfiable-range.rule.js +10 -0
  985. package/dist/rules/range-requests/range/server-should-send-416-response-for-unsatisfiable-range.rule.js.map +1 -0
  986. package/dist/rules/range-requests/range/utils.d.ts +6 -0
  987. package/dist/rules/range-requests/range/utils.d.ts.map +1 -0
  988. package/dist/rules/range-requests/range/utils.js +21 -0
  989. package/dist/rules/range-requests/range/utils.js.map +1 -0
  990. package/dist/rules/range-requests/range-units/recipient-must-anticipate-large-decimal-numerals-for-byte-range.rule.d.ts +3 -0
  991. package/dist/rules/range-requests/range-units/recipient-must-anticipate-large-decimal-numerals-for-byte-range.rule.d.ts.map +1 -0
  992. package/dist/rules/range-requests/range-units/recipient-must-anticipate-large-decimal-numerals-for-byte-range.rule.js +37 -0
  993. package/dist/rules/range-requests/range-units/recipient-must-anticipate-large-decimal-numerals-for-byte-range.rule.js.map +1 -0
  994. package/dist/rules/representation-data-and-metadata/content-encoding/content-encoding-should-not-include-identity.rule.d.ts +3 -0
  995. package/dist/rules/representation-data-and-metadata/content-encoding/content-encoding-should-not-include-identity.rule.d.ts.map +1 -0
  996. package/dist/rules/representation-data-and-metadata/content-encoding/content-encoding-should-not-include-identity.rule.js +12 -0
  997. package/dist/rules/representation-data-and-metadata/content-encoding/content-encoding-should-not-include-identity.rule.js.map +1 -0
  998. package/dist/rules/representation-data-and-metadata/content-encoding/origin-server-may-respond-415-for-unacceptable-content-coding.rule.d.ts +3 -0
  999. package/dist/rules/representation-data-and-metadata/content-encoding/origin-server-may-respond-415-for-unacceptable-content-coding.rule.d.ts.map +1 -0
  1000. package/dist/rules/representation-data-and-metadata/content-encoding/origin-server-may-respond-415-for-unacceptable-content-coding.rule.js +25 -0
  1001. package/dist/rules/representation-data-and-metadata/content-encoding/origin-server-may-respond-415-for-unacceptable-content-coding.rule.js.map +1 -0
  1002. package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-compress-as-compress.rule.d.ts +3 -0
  1003. package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-compress-as-compress.rule.d.ts.map +1 -0
  1004. package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-compress-as-compress.rule.js +12 -0
  1005. package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-compress-as-compress.rule.js.map +1 -0
  1006. package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-gzip-as-gzip.rule.d.ts +3 -0
  1007. package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-gzip-as-gzip.rule.d.ts.map +1 -0
  1008. package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-gzip-as-gzip.rule.js +12 -0
  1009. package/dist/rules/representation-data-and-metadata/content-encoding/recipient-should-treat-x-gzip-as-gzip.rule.js.map +1 -0
  1010. package/dist/rules/representation-data-and-metadata/content-encoding/sender-must-generate-content-encoding-header-if-encodings-applied.rule.d.ts +3 -0
  1011. package/dist/rules/representation-data-and-metadata/content-encoding/sender-must-generate-content-encoding-header-if-encodings-applied.rule.d.ts.map +1 -0
  1012. package/dist/rules/representation-data-and-metadata/content-encoding/sender-must-generate-content-encoding-header-if-encodings-applied.rule.js +10 -0
  1013. package/dist/rules/representation-data-and-metadata/content-encoding/sender-must-generate-content-encoding-header-if-encodings-applied.rule.js.map +1 -0
  1014. package/dist/rules/representation-data-and-metadata/content-language/content-language-may-be-applied-to-any-media-type.rule.d.ts +3 -0
  1015. package/dist/rules/representation-data-and-metadata/content-language/content-language-may-be-applied-to-any-media-type.rule.d.ts.map +1 -0
  1016. package/dist/rules/representation-data-and-metadata/content-language/content-language-may-be-applied-to-any-media-type.rule.js +9 -0
  1017. package/dist/rules/representation-data-and-metadata/content-language/content-language-may-be-applied-to-any-media-type.rule.js.map +1 -0
  1018. package/dist/rules/representation-data-and-metadata/content-language/multiple-languages-may-be-listed-for-multiple-audiences.rule.d.ts +3 -0
  1019. package/dist/rules/representation-data-and-metadata/content-language/multiple-languages-may-be-listed-for-multiple-audiences.rule.d.ts.map +1 -0
  1020. package/dist/rules/representation-data-and-metadata/content-language/multiple-languages-may-be-listed-for-multiple-audiences.rule.js +9 -0
  1021. package/dist/rules/representation-data-and-metadata/content-language/multiple-languages-may-be-listed-for-multiple-audiences.rule.js.map +1 -0
  1022. package/dist/rules/representation-data-and-metadata/content-length/origin-server-should-send-content-length-when-size-known.rule.d.ts +3 -0
  1023. package/dist/rules/representation-data-and-metadata/content-length/origin-server-should-send-content-length-when-size-known.rule.d.ts.map +1 -0
  1024. package/dist/rules/representation-data-and-metadata/content-length/origin-server-should-send-content-length-when-size-known.rule.js +15 -0
  1025. package/dist/rules/representation-data-and-metadata/content-length/origin-server-should-send-content-length-when-size-known.rule.js.map +1 -0
  1026. package/dist/rules/representation-data-and-metadata/content-length/recipient-must-handle-large-content-length.rule.d.ts +3 -0
  1027. package/dist/rules/representation-data-and-metadata/content-length/recipient-must-handle-large-content-length.rule.d.ts.map +1 -0
  1028. package/dist/rules/representation-data-and-metadata/content-length/recipient-must-handle-large-content-length.rule.js +38 -0
  1029. package/dist/rules/representation-data-and-metadata/content-length/recipient-must-handle-large-content-length.rule.js.map +1 -0
  1030. package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-incorrect-content-length.rule.d.ts +3 -0
  1031. package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-incorrect-content-length.rule.d.ts.map +1 -0
  1032. package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-incorrect-content-length.rule.js +10 -0
  1033. package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-incorrect-content-length.rule.js.map +1 -0
  1034. package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-incorrect-content-length-header.rule.d.ts +3 -0
  1035. 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
  1036. package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-incorrect-content-length-header.rule.js +10 -0
  1037. package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-incorrect-content-length-header.rule.js.map +1 -0
  1038. package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-invalid-content-length.rule.d.ts +3 -0
  1039. package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-invalid-content-length.rule.d.ts.map +1 -0
  1040. package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-invalid-content-length.rule.js +10 -0
  1041. package/dist/rules/representation-data-and-metadata/content-length/sender-must-not-forward-message-with-invalid-content-length.rule.js.map +1 -0
  1042. package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-304.rule.d.ts +3 -0
  1043. package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-304.rule.d.ts.map +1 -0
  1044. package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-304.rule.js +39 -0
  1045. package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-304.rule.js.map +1 -0
  1046. package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-head-response.rule.d.ts +3 -0
  1047. package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-head-response.rule.d.ts.map +1 -0
  1048. package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-head-response.rule.js +35 -0
  1049. package/dist/rules/representation-data-and-metadata/content-length/server-may-send-content-length-for-head-response.rule.js.map +1 -0
  1050. package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-1xx-or-204.rule.d.ts +3 -0
  1051. 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
  1052. package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-1xx-or-204.rule.js +12 -0
  1053. package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-1xx-or-204.rule.js.map +1 -0
  1054. package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-2xx-connect-response.rule.d.ts +3 -0
  1055. 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
  1056. package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-2xx-connect-response.rule.js +12 -0
  1057. package/dist/rules/representation-data-and-metadata/content-length/server-must-not-send-content-length-for-2xx-connect-response.rule.js.map +1 -0
  1058. package/dist/rules/representation-data-and-metadata/content-length/user-agent-should-not-send-content-length-without-content.rule.d.ts +3 -0
  1059. package/dist/rules/representation-data-and-metadata/content-length/user-agent-should-not-send-content-length-without-content.rule.d.ts.map +1 -0
  1060. package/dist/rules/representation-data-and-metadata/content-length/user-agent-should-not-send-content-length-without-content.rule.js +20 -0
  1061. package/dist/rules/representation-data-and-metadata/content-length/user-agent-should-not-send-content-length-without-content.rule.js.map +1 -0
  1062. 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
  1063. 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
  1064. package/dist/rules/representation-data-and-metadata/content-length/user-agent-should-send-content-length-for-request-with-defined-content.rule.js +12 -0
  1065. 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
  1066. package/dist/rules/representation-data-and-metadata/content-location/content-location-201-response-semantics.rule.d.ts +3 -0
  1067. package/dist/rules/representation-data-and-metadata/content-location/content-location-201-response-semantics.rule.d.ts.map +1 -0
  1068. package/dist/rules/representation-data-and-metadata/content-location/content-location-201-response-semantics.rule.js +25 -0
  1069. package/dist/rules/representation-data-and-metadata/content-location/content-location-201-response-semantics.rule.js.map +1 -0
  1070. package/dist/rules/representation-data-and-metadata/content-location/content-location-semantics-for-2xx-response.rule.d.ts +3 -0
  1071. package/dist/rules/representation-data-and-metadata/content-location/content-location-semantics-for-2xx-response.rule.d.ts.map +1 -0
  1072. package/dist/rules/representation-data-and-metadata/content-location/content-location-semantics-for-2xx-response.rule.js +13 -0
  1073. package/dist/rules/representation-data-and-metadata/content-location/content-location-semantics-for-2xx-response.rule.js.map +1 -0
  1074. package/dist/rules/representation-data-and-metadata/content-location/origin-server-must-treat-content-location-as-transitory-context.rule.d.ts +3 -0
  1075. package/dist/rules/representation-data-and-metadata/content-location/origin-server-must-treat-content-location-as-transitory-context.rule.d.ts.map +1 -0
  1076. package/dist/rules/representation-data-and-metadata/content-location/origin-server-must-treat-content-location-as-transitory-context.rule.js +16 -0
  1077. package/dist/rules/representation-data-and-metadata/content-location/origin-server-must-treat-content-location-as-transitory-context.rule.js.map +1 -0
  1078. package/dist/rules/representation-data-and-metadata/content-type/recipient-may-assume-media-type-or-determine-its-type.rule.d.ts +3 -0
  1079. package/dist/rules/representation-data-and-metadata/content-type/recipient-may-assume-media-type-or-determine-its-type.rule.d.ts.map +1 -0
  1080. package/dist/rules/representation-data-and-metadata/content-type/recipient-may-assume-media-type-or-determine-its-type.rule.js +10 -0
  1081. package/dist/rules/representation-data-and-metadata/content-type/recipient-may-assume-media-type-or-determine-its-type.rule.js.map +1 -0
  1082. package/dist/rules/representation-data-and-metadata/content-type/sender-must-only-generate-crlf-for-line-breaks-between-parts.rule.d.ts +3 -0
  1083. 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
  1084. package/dist/rules/representation-data-and-metadata/content-type/sender-must-only-generate-crlf-for-line-breaks-between-parts.rule.js +8 -0
  1085. package/dist/rules/representation-data-and-metadata/content-type/sender-must-only-generate-crlf-for-line-breaks-between-parts.rule.js.map +1 -0
  1086. package/dist/rules/representation-data-and-metadata/content-type/sender-should-generate-content-type-for-message-with-content.rule.d.ts +3 -0
  1087. package/dist/rules/representation-data-and-metadata/content-type/sender-should-generate-content-type-for-message-with-content.rule.d.ts.map +1 -0
  1088. package/dist/rules/representation-data-and-metadata/content-type/sender-should-generate-content-type-for-message-with-content.rule.js +14 -0
  1089. package/dist/rules/representation-data-and-metadata/content-type/sender-should-generate-content-type-for-message-with-content.rule.js.map +1 -0
  1090. package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-must-differ-for-different-content-encodings.rule.d.ts +3 -0
  1091. package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-must-differ-for-different-content-encodings.rule.d.ts.map +1 -0
  1092. package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-must-differ-for-different-content-encodings.rule.js +22 -0
  1093. package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-must-differ-for-different-content-encodings.rule.js.map +1 -0
  1094. package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-strong-comparison-rules.rule.d.ts +3 -0
  1095. package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-strong-comparison-rules.rule.d.ts.map +1 -0
  1096. package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-strong-comparison-rules.rule.js +20 -0
  1097. package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-strong-comparison-rules.rule.js.map +1 -0
  1098. package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-weak-comparison-rules.rule.d.ts +3 -0
  1099. package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-weak-comparison-rules.rule.d.ts.map +1 -0
  1100. package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-weak-comparison-rules.rule.js +19 -0
  1101. package/dist/rules/representation-data-and-metadata/validator-fields/etag/etag-weak-comparison-rules.rule.js.map +1 -0
  1102. package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-must-mark-weak-entity-tag.rule.d.ts +3 -0
  1103. package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-must-mark-weak-entity-tag.rule.d.ts.map +1 -0
  1104. package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-must-mark-weak-entity-tag.rule.js +17 -0
  1105. package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-must-mark-weak-entity-tag.rule.js.map +1 -0
  1106. package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-avoid-backslash-in-entity-tags.rule.d.ts +3 -0
  1107. package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-avoid-backslash-in-entity-tags.rule.d.ts.map +1 -0
  1108. package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-avoid-backslash-in-entity-tags.rule.js +19 -0
  1109. package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-avoid-backslash-in-entity-tags.rule.js.map +1 -0
  1110. package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-send-etag.rule.d.ts +3 -0
  1111. package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-send-etag.rule.d.ts.map +1 -0
  1112. package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-send-etag.rule.js +18 -0
  1113. package/dist/rules/representation-data-and-metadata/validator-fields/etag/origin-server-should-send-etag.rule.js.map +1 -0
  1114. package/dist/rules/representation-data-and-metadata/validator-fields/etag/sender-may-send-etag-in-trailer.rule.d.ts +3 -0
  1115. package/dist/rules/representation-data-and-metadata/validator-fields/etag/sender-may-send-etag-in-trailer.rule.d.ts.map +1 -0
  1116. package/dist/rules/representation-data-and-metadata/validator-fields/etag/sender-may-send-etag-in-trailer.rule.js +13 -0
  1117. package/dist/rules/representation-data-and-metadata/validator-fields/etag/sender-may-send-etag-in-trailer.rule.js.map +1 -0
  1118. 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
  1119. 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
  1120. 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
  1121. 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
  1122. package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-should-send-last-modified.rule.d.ts +3 -0
  1123. package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-should-send-last-modified.rule.d.ts.map +1 -0
  1124. package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-should-send-last-modified.rule.js +18 -0
  1125. package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-should-send-last-modified.rule.js.map +1 -0
  1126. 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
  1127. 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
  1128. 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
  1129. 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
  1130. 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
  1131. 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
  1132. package/dist/rules/representation-data-and-metadata/validator-fields/last-modified/origin-server-without-clock-must-not-generate-last-modified.rule.js +15 -0
  1133. 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
  1134. package/dist/rules/representation-data-and-metadata/validator-fields/origin-server-should-change-weak-entity-tag-for-unacceptable-representations.rule.d.ts +3 -0
  1135. 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
  1136. package/dist/rules/representation-data-and-metadata/validator-fields/origin-server-should-change-weak-entity-tag-for-unacceptable-representations.rule.js +12 -0
  1137. package/dist/rules/representation-data-and-metadata/validator-fields/origin-server-should-change-weak-entity-tag-for-unacceptable-representations.rule.js.map +1 -0
  1138. package/dist/rules/routing/client-must-not-use-special-request-target-forms-with-other-methods.rule.d.ts +3 -0
  1139. package/dist/rules/routing/client-must-not-use-special-request-target-forms-with-other-methods.rule.d.ts.map +1 -0
  1140. package/dist/rules/routing/client-must-not-use-special-request-target-forms-with-other-methods.rule.js +10 -0
  1141. package/dist/rules/routing/client-must-not-use-special-request-target-forms-with-other-methods.rule.js.map +1 -0
  1142. package/dist/rules/routing/client-should-continue-sending-request-when-response-arrives.rule.d.ts +3 -0
  1143. package/dist/rules/routing/client-should-continue-sending-request-when-response-arrives.rule.d.ts.map +1 -0
  1144. package/dist/rules/routing/client-should-continue-sending-request-when-response-arrives.rule.js +10 -0
  1145. package/dist/rules/routing/client-should-continue-sending-request-when-response-arrives.rule.js.map +1 -0
  1146. package/dist/rules/routing/message-forwarding/connection/intermediary-must-parse-and-remove-connection-fields.rule.d.ts +3 -0
  1147. package/dist/rules/routing/message-forwarding/connection/intermediary-must-parse-and-remove-connection-fields.rule.d.ts.map +1 -0
  1148. package/dist/rules/routing/message-forwarding/connection/intermediary-must-parse-and-remove-connection-fields.rule.js +10 -0
  1149. package/dist/rules/routing/message-forwarding/connection/intermediary-must-parse-and-remove-connection-fields.rule.js.map +1 -0
  1150. package/dist/rules/routing/message-forwarding/connection/intermediary-should-remove-known-hop-by-hop-fields.rule.d.ts +3 -0
  1151. package/dist/rules/routing/message-forwarding/connection/intermediary-should-remove-known-hop-by-hop-fields.rule.d.ts.map +1 -0
  1152. package/dist/rules/routing/message-forwarding/connection/intermediary-should-remove-known-hop-by-hop-fields.rule.js +10 -0
  1153. package/dist/rules/routing/message-forwarding/connection/intermediary-should-remove-known-hop-by-hop-fields.rule.js.map +1 -0
  1154. package/dist/rules/routing/message-forwarding/connection/sender-must-list-connection-specific-field-in-connection-header.rule.d.ts +3 -0
  1155. package/dist/rules/routing/message-forwarding/connection/sender-must-list-connection-specific-field-in-connection-header.rule.d.ts.map +1 -0
  1156. package/dist/rules/routing/message-forwarding/connection/sender-must-list-connection-specific-field-in-connection-header.rule.js +9 -0
  1157. package/dist/rules/routing/message-forwarding/connection/sender-must-list-connection-specific-field-in-connection-header.rule.js.map +1 -0
  1158. package/dist/rules/routing/message-forwarding/connection/sender-must-not-send-end-to-end-fields-as-connection-options.rule.d.ts +3 -0
  1159. package/dist/rules/routing/message-forwarding/connection/sender-must-not-send-end-to-end-fields-as-connection-options.rule.d.ts.map +1 -0
  1160. package/dist/rules/routing/message-forwarding/connection/sender-must-not-send-end-to-end-fields-as-connection-options.rule.js +9 -0
  1161. package/dist/rules/routing/message-forwarding/connection/sender-must-not-send-end-to-end-fields-as-connection-options.rule.js.map +1 -0
  1162. package/dist/rules/routing/message-forwarding/intermediary-must-implement-connection-header.rule.d.ts +3 -0
  1163. package/dist/rules/routing/message-forwarding/intermediary-must-implement-connection-header.rule.d.ts.map +1 -0
  1164. package/dist/rules/routing/message-forwarding/intermediary-must-implement-connection-header.rule.js +10 -0
  1165. package/dist/rules/routing/message-forwarding/intermediary-must-implement-connection-header.rule.js.map +1 -0
  1166. package/dist/rules/routing/message-forwarding/intermediary-must-not-forward-message-to-itself.rule.d.ts +3 -0
  1167. package/dist/rules/routing/message-forwarding/intermediary-must-not-forward-message-to-itself.rule.d.ts.map +1 -0
  1168. package/dist/rules/routing/message-forwarding/intermediary-must-not-forward-message-to-itself.rule.js +10 -0
  1169. package/dist/rules/routing/message-forwarding/intermediary-must-not-forward-message-to-itself.rule.js.map +1 -0
  1170. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-check-and-update-max-forwards.rule.d.ts +3 -0
  1171. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-check-and-update-max-forwards.rule.d.ts.map +1 -0
  1172. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-check-and-update-max-forwards.rule.js +10 -0
  1173. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-check-and-update-max-forwards.rule.js.map +1 -0
  1174. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-generate-updated-max-forwards-when-forwarding.rule.d.ts +3 -0
  1175. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-generate-updated-max-forwards-when-forwarding.rule.d.ts.map +1 -0
  1176. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-generate-updated-max-forwards-when-forwarding.rule.js +10 -0
  1177. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-generate-updated-max-forwards-when-forwarding.rule.js.map +1 -0
  1178. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-not-forward-when-max-forwards-is-zero.rule.d.ts +3 -0
  1179. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-not-forward-when-max-forwards-is-zero.rule.d.ts.map +1 -0
  1180. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-not-forward-when-max-forwards-is-zero.rule.js +10 -0
  1181. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-not-forward-when-max-forwards-is-zero.rule.js.map +1 -0
  1182. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-respond-as-final-recipient-when-max-forward-is-zero.rule.d.ts +3 -0
  1183. 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
  1184. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-respond-as-final-recipient-when-max-forward-is-zero.rule.js +10 -0
  1185. package/dist/rules/routing/message-forwarding/max-forwards/intermediary-must-respond-as-final-recipient-when-max-forward-is-zero.rule.js.map +1 -0
  1186. package/dist/rules/routing/message-forwarding/max-forwards/recipient-may-ignore-max-forwards-for-other-methods.rule.d.ts +3 -0
  1187. package/dist/rules/routing/message-forwarding/max-forwards/recipient-may-ignore-max-forwards-for-other-methods.rule.d.ts.map +1 -0
  1188. package/dist/rules/routing/message-forwarding/max-forwards/recipient-may-ignore-max-forwards-for-other-methods.rule.js +9 -0
  1189. package/dist/rules/routing/message-forwarding/max-forwards/recipient-may-ignore-max-forwards-for-other-methods.rule.js.map +1 -0
  1190. package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-not-forward-internal-hosts.rule.d.ts +3 -0
  1191. package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-not-forward-internal-hosts.rule.d.ts.map +1 -0
  1192. package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-not-forward-internal-hosts.rule.js +10 -0
  1193. package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-not-forward-internal-hosts.rule.js.map +1 -0
  1194. package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-replace-internal-hosts-with-pseudonyms.rule.d.ts +3 -0
  1195. package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-replace-internal-hosts-with-pseudonyms.rule.d.ts.map +1 -0
  1196. package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-replace-internal-hosts-with-pseudonyms.rule.js +10 -0
  1197. package/dist/rules/routing/message-forwarding/via/firewall-intermediary-should-replace-internal-hosts-with-pseudonyms.rule.js.map +1 -0
  1198. package/dist/rules/routing/message-forwarding/via/gateway-may-send-via-header-in-responses.rule.d.ts +3 -0
  1199. package/dist/rules/routing/message-forwarding/via/gateway-may-send-via-header-in-responses.rule.d.ts.map +1 -0
  1200. package/dist/rules/routing/message-forwarding/via/gateway-may-send-via-header-in-responses.rule.js +12 -0
  1201. package/dist/rules/routing/message-forwarding/via/gateway-may-send-via-header-in-responses.rule.js.map +1 -0
  1202. package/dist/rules/routing/message-forwarding/via/gateway-must-send-via-header-in-inbound-requests.rule.d.ts +3 -0
  1203. package/dist/rules/routing/message-forwarding/via/gateway-must-send-via-header-in-inbound-requests.rule.d.ts.map +1 -0
  1204. package/dist/rules/routing/message-forwarding/via/gateway-must-send-via-header-in-inbound-requests.rule.js +12 -0
  1205. package/dist/rules/routing/message-forwarding/via/gateway-must-send-via-header-in-inbound-requests.rule.js.map +1 -0
  1206. package/dist/rules/routing/message-forwarding/via/intermediary-may-combine-via-entries-with-identical-protocols.rule.d.ts +3 -0
  1207. package/dist/rules/routing/message-forwarding/via/intermediary-may-combine-via-entries-with-identical-protocols.rule.d.ts.map +1 -0
  1208. package/dist/rules/routing/message-forwarding/via/intermediary-may-combine-via-entries-with-identical-protocols.rule.js +10 -0
  1209. package/dist/rules/routing/message-forwarding/via/intermediary-may-combine-via-entries-with-identical-protocols.rule.js.map +1 -0
  1210. package/dist/rules/routing/message-forwarding/via/proxy-must-send-via-header.rule.d.ts +3 -0
  1211. package/dist/rules/routing/message-forwarding/via/proxy-must-send-via-header.rule.d.ts.map +1 -0
  1212. package/dist/rules/routing/message-forwarding/via/proxy-must-send-via-header.rule.js +12 -0
  1213. package/dist/rules/routing/message-forwarding/via/proxy-must-send-via-header.rule.js.map +1 -0
  1214. package/dist/rules/routing/message-forwarding/via/recipient-may-interpret-missing-port-as-default.rule.d.ts +3 -0
  1215. package/dist/rules/routing/message-forwarding/via/recipient-may-interpret-missing-port-as-default.rule.d.ts.map +1 -0
  1216. package/dist/rules/routing/message-forwarding/via/recipient-may-interpret-missing-port-as-default.rule.js +9 -0
  1217. package/dist/rules/routing/message-forwarding/via/recipient-may-interpret-missing-port-as-default.rule.js.map +1 -0
  1218. package/dist/rules/routing/message-forwarding/via/recipient-may-remove-comments-before-forwarding.rule.d.ts +3 -0
  1219. package/dist/rules/routing/message-forwarding/via/recipient-may-remove-comments-before-forwarding.rule.d.ts.map +1 -0
  1220. package/dist/rules/routing/message-forwarding/via/recipient-may-remove-comments-before-forwarding.rule.js +9 -0
  1221. package/dist/rules/routing/message-forwarding/via/recipient-may-remove-comments-before-forwarding.rule.js.map +1 -0
  1222. package/dist/rules/routing/message-forwarding/via/sender-may-generate-comments-to-identify-software.rule.d.ts +3 -0
  1223. package/dist/rules/routing/message-forwarding/via/sender-may-generate-comments-to-identify-software.rule.d.ts.map +1 -0
  1224. package/dist/rules/routing/message-forwarding/via/sender-may-generate-comments-to-identify-software.rule.js +9 -0
  1225. package/dist/rules/routing/message-forwarding/via/sender-may-generate-comments-to-identify-software.rule.js.map +1 -0
  1226. package/dist/rules/routing/message-forwarding/via/sender-may-replace-host-with-pseudonym.rule.d.ts +3 -0
  1227. package/dist/rules/routing/message-forwarding/via/sender-may-replace-host-with-pseudonym.rule.d.ts.map +1 -0
  1228. package/dist/rules/routing/message-forwarding/via/sender-may-replace-host-with-pseudonym.rule.js +11 -0
  1229. package/dist/rules/routing/message-forwarding/via/sender-may-replace-host-with-pseudonym.rule.js.map +1 -0
  1230. package/dist/rules/routing/message-forwarding/via/sender-must-not-combine-via-entries-with-different-protocols.rule.d.ts +3 -0
  1231. package/dist/rules/routing/message-forwarding/via/sender-must-not-combine-via-entries-with-different-protocols.rule.d.ts.map +1 -0
  1232. package/dist/rules/routing/message-forwarding/via/sender-must-not-combine-via-entries-with-different-protocols.rule.js +10 -0
  1233. package/dist/rules/routing/message-forwarding/via/sender-must-not-combine-via-entries-with-different-protocols.rule.js.map +1 -0
  1234. package/dist/rules/routing/message-forwarding/via/sender-should-not-combine-via-entries-unless-same-organization.rule.d.ts +3 -0
  1235. package/dist/rules/routing/message-forwarding/via/sender-should-not-combine-via-entries-unless-same-organization.rule.d.ts.map +1 -0
  1236. package/dist/rules/routing/message-forwarding/via/sender-should-not-combine-via-entries-unless-same-organization.rule.js +9 -0
  1237. package/dist/rules/routing/message-forwarding/via/sender-should-not-combine-via-entries-unless-same-organization.rule.js.map +1 -0
  1238. package/dist/rules/routing/message-transformations/proxy-may-add-domain-to-non-fqdn-hostname.rule.d.ts +3 -0
  1239. package/dist/rules/routing/message-transformations/proxy-may-add-domain-to-non-fqdn-hostname.rule.d.ts.map +1 -0
  1240. package/dist/rules/routing/message-transformations/proxy-may-add-domain-to-non-fqdn-hostname.rule.js +10 -0
  1241. package/dist/rules/routing/message-transformations/proxy-may-add-domain-to-non-fqdn-hostname.rule.js.map +1 -0
  1242. package/dist/rules/routing/message-transformations/proxy-may-transform-content-without-no-transform-directive.rule.d.ts +3 -0
  1243. package/dist/rules/routing/message-transformations/proxy-may-transform-content-without-no-transform-directive.rule.d.ts.map +1 -0
  1244. package/dist/rules/routing/message-transformations/proxy-may-transform-content-without-no-transform-directive.rule.js +29 -0
  1245. package/dist/rules/routing/message-transformations/proxy-may-transform-content-without-no-transform-directive.rule.js.map +1 -0
  1246. package/dist/rules/routing/message-transformations/proxy-must-not-change-fqdn-hostname.rule.d.ts +3 -0
  1247. package/dist/rules/routing/message-transformations/proxy-must-not-change-fqdn-hostname.rule.d.ts.map +1 -0
  1248. package/dist/rules/routing/message-transformations/proxy-must-not-change-fqdn-hostname.rule.js +10 -0
  1249. package/dist/rules/routing/message-transformations/proxy-must-not-change-fqdn-hostname.rule.js.map +1 -0
  1250. package/dist/rules/routing/message-transformations/proxy-must-not-modify-absolute-path-and-query.rule.d.ts +3 -0
  1251. package/dist/rules/routing/message-transformations/proxy-must-not-modify-absolute-path-and-query.rule.d.ts.map +1 -0
  1252. package/dist/rules/routing/message-transformations/proxy-must-not-modify-absolute-path-and-query.rule.js +10 -0
  1253. package/dist/rules/routing/message-transformations/proxy-must-not-modify-absolute-path-and-query.rule.js.map +1 -0
  1254. package/dist/rules/routing/message-transformations/proxy-must-not-transform-content-with-no-transform-directive.rule.d.ts +3 -0
  1255. package/dist/rules/routing/message-transformations/proxy-must-not-transform-content-with-no-transform-directive.rule.d.ts.map +1 -0
  1256. package/dist/rules/routing/message-transformations/proxy-must-not-transform-content-with-no-transform-directive.rule.js +36 -0
  1257. package/dist/rules/routing/message-transformations/proxy-must-not-transform-content-with-no-transform-directive.rule.js.map +1 -0
  1258. package/dist/rules/routing/message-transformations/proxy-should-not-modify-endpoint-and-representation-headers.rule.d.ts +3 -0
  1259. package/dist/rules/routing/message-transformations/proxy-should-not-modify-endpoint-and-representation-headers.rule.d.ts.map +1 -0
  1260. package/dist/rules/routing/message-transformations/proxy-should-not-modify-endpoint-and-representation-headers.rule.js +10 -0
  1261. package/dist/rules/routing/message-transformations/proxy-should-not-modify-endpoint-and-representation-headers.rule.js.map +1 -0
  1262. package/dist/rules/routing/origin-server-must-reject-https-requests-without-valid-certificate.rule.d.ts +3 -0
  1263. package/dist/rules/routing/origin-server-must-reject-https-requests-without-valid-certificate.rule.d.ts.map +1 -0
  1264. package/dist/rules/routing/origin-server-must-reject-https-requests-without-valid-certificate.rule.js +10 -0
  1265. package/dist/rules/routing/origin-server-must-reject-https-requests-without-valid-certificate.rule.js.map +1 -0
  1266. package/dist/rules/routing/origin-server-must-reject-requests-not-meeting-scheme-requirements.rule.d.ts +3 -0
  1267. package/dist/rules/routing/origin-server-must-reject-requests-not-meeting-scheme-requirements.rule.d.ts.map +1 -0
  1268. package/dist/rules/routing/origin-server-must-reject-requests-not-meeting-scheme-requirements.rule.js +10 -0
  1269. package/dist/rules/routing/origin-server-must-reject-requests-not-meeting-scheme-requirements.rule.js.map +1 -0
  1270. package/dist/rules/routing/upgrade/client-may-send-upgrade-header.rule.d.ts +3 -0
  1271. package/dist/rules/routing/upgrade/client-may-send-upgrade-header.rule.d.ts.map +1 -0
  1272. package/dist/rules/routing/upgrade/client-may-send-upgrade-header.rule.js +12 -0
  1273. package/dist/rules/routing/upgrade/client-may-send-upgrade-header.rule.js.map +1 -0
  1274. package/dist/rules/routing/upgrade/recipient-should-use-case-insensitive-comparison-for-protocol-names.rule.d.ts +3 -0
  1275. package/dist/rules/routing/upgrade/recipient-should-use-case-insensitive-comparison-for-protocol-names.rule.d.ts.map +1 -0
  1276. package/dist/rules/routing/upgrade/recipient-should-use-case-insensitive-comparison-for-protocol-names.rule.js +9 -0
  1277. package/dist/rules/routing/upgrade/recipient-should-use-case-insensitive-comparison-for-protocol-names.rule.js.map +1 -0
  1278. package/dist/rules/routing/upgrade/sender-must-send-upgrade-connection-option.rule.d.ts +3 -0
  1279. package/dist/rules/routing/upgrade/sender-must-send-upgrade-connection-option.rule.d.ts.map +1 -0
  1280. package/dist/rules/routing/upgrade/sender-must-send-upgrade-connection-option.rule.js +20 -0
  1281. package/dist/rules/routing/upgrade/sender-must-send-upgrade-connection-option.rule.js.map +1 -0
  1282. package/dist/rules/routing/upgrade/server-may-ignore-client-protocol-preference-order.rule.d.ts +3 -0
  1283. package/dist/rules/routing/upgrade/server-may-ignore-client-protocol-preference-order.rule.d.ts.map +1 -0
  1284. package/dist/rules/routing/upgrade/server-may-ignore-client-protocol-preference-order.rule.js +10 -0
  1285. package/dist/rules/routing/upgrade/server-may-ignore-client-protocol-preference-order.rule.js.map +1 -0
  1286. package/dist/rules/routing/upgrade/server-may-ignore-upgrade-header.rule.d.ts +3 -0
  1287. package/dist/rules/routing/upgrade/server-may-ignore-upgrade-header.rule.d.ts.map +1 -0
  1288. package/dist/rules/routing/upgrade/server-may-ignore-upgrade-header.rule.js +10 -0
  1289. package/dist/rules/routing/upgrade/server-may-ignore-upgrade-header.rule.js.map +1 -0
  1290. package/dist/rules/routing/upgrade/server-may-send-upgrade-header-in-other-responses.rule.d.ts +3 -0
  1291. package/dist/rules/routing/upgrade/server-may-send-upgrade-header-in-other-responses.rule.d.ts.map +1 -0
  1292. package/dist/rules/routing/upgrade/server-may-send-upgrade-header-in-other-responses.rule.js +12 -0
  1293. package/dist/rules/routing/upgrade/server-may-send-upgrade-header-in-other-responses.rule.js.map +1 -0
  1294. package/dist/rules/routing/upgrade/server-must-ignore-upgrade-in-http-1.0-request.rule.d.ts +3 -0
  1295. package/dist/rules/routing/upgrade/server-must-ignore-upgrade-in-http-1.0-request.rule.d.ts.map +1 -0
  1296. package/dist/rules/routing/upgrade/server-must-ignore-upgrade-in-http-1.0-request.rule.js +10 -0
  1297. package/dist/rules/routing/upgrade/server-must-ignore-upgrade-in-http-1.0-request.rule.js.map +1 -0
  1298. package/dist/rules/routing/upgrade/server-must-list-protocols-in-layer-ascending-order.rule.d.ts +3 -0
  1299. package/dist/rules/routing/upgrade/server-must-list-protocols-in-layer-ascending-order.rule.d.ts.map +1 -0
  1300. package/dist/rules/routing/upgrade/server-must-list-protocols-in-layer-ascending-order.rule.js +9 -0
  1301. package/dist/rules/routing/upgrade/server-must-list-protocols-in-layer-ascending-order.rule.js.map +1 -0
  1302. package/dist/rules/routing/upgrade/server-must-not-switch-to-non-indicated-protocol.rule.d.ts +3 -0
  1303. package/dist/rules/routing/upgrade/server-must-not-switch-to-non-indicated-protocol.rule.d.ts.map +1 -0
  1304. package/dist/rules/routing/upgrade/server-must-not-switch-to-non-indicated-protocol.rule.js +32 -0
  1305. package/dist/rules/routing/upgrade/server-must-not-switch-to-non-indicated-protocol.rule.js.map +1 -0
  1306. package/dist/rules/routing/upgrade/server-must-not-switch-unless-semantics-can-be-honored.rule.d.ts +3 -0
  1307. package/dist/rules/routing/upgrade/server-must-not-switch-unless-semantics-can-be-honored.rule.d.ts.map +1 -0
  1308. package/dist/rules/routing/upgrade/server-must-not-switch-unless-semantics-can-be-honored.rule.js +10 -0
  1309. package/dist/rules/routing/upgrade/server-must-not-switch-unless-semantics-can-be-honored.rule.js.map +1 -0
  1310. package/dist/rules/routing/upgrade/server-must-send-100-before-101-with-expect-header.rule.d.ts +3 -0
  1311. package/dist/rules/routing/upgrade/server-must-send-100-before-101-with-expect-header.rule.d.ts.map +1 -0
  1312. package/dist/rules/routing/upgrade/server-must-send-100-before-101-with-expect-header.rule.js +10 -0
  1313. package/dist/rules/routing/upgrade/server-must-send-100-before-101-with-expect-header.rule.js.map +1 -0
  1314. package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-101-response.rule.d.ts +3 -0
  1315. package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-101-response.rule.d.ts.map +1 -0
  1316. package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-101-response.rule.js +12 -0
  1317. package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-101-response.rule.js.map +1 -0
  1318. package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-426-response.rule.d.ts +3 -0
  1319. package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-426-response.rule.d.ts.map +1 -0
  1320. package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-426-response.rule.js +12 -0
  1321. package/dist/rules/routing/upgrade/server-must-send-upgrade-header-in-426-response.rule.js.map +1 -0
  1322. package/dist/rules/routing/user-agent-must-generate-host-or-authority-header.rule.d.ts +3 -0
  1323. package/dist/rules/routing/user-agent-must-generate-host-or-authority-header.rule.d.ts.map +1 -0
  1324. package/dist/rules/routing/user-agent-must-generate-host-or-authority-header.rule.js +11 -0
  1325. package/dist/rules/routing/user-agent-must-generate-host-or-authority-header.rule.js.map +1 -0
  1326. package/dist/rules/routing/user-agent-should-send-host-as-first-header.rule.d.ts +3 -0
  1327. package/dist/rules/routing/user-agent-should-send-host-as-first-header.rule.d.ts.map +1 -0
  1328. package/dist/rules/routing/user-agent-should-send-host-as-first-header.rule.js +10 -0
  1329. package/dist/rules/routing/user-agent-should-send-host-as-first-header.rule.js.map +1 -0
  1330. package/dist/rules/status-codes/client-error-4xx/401/server-must-send-www-authenticate-header-for-401-response.rule.d.ts +6 -0
  1331. package/dist/rules/status-codes/client-error-4xx/401/server-must-send-www-authenticate-header-for-401-response.rule.d.ts.map +1 -0
  1332. package/dist/rules/status-codes/client-error-4xx/401/server-must-send-www-authenticate-header-for-401-response.rule.js +29 -0
  1333. package/dist/rules/status-codes/client-error-4xx/401/server-must-send-www-authenticate-header-for-401-response.rule.js.map +1 -0
  1334. package/dist/rules/status-codes/client-error-4xx/401/user-agent-may-repeat-request-with-new-authorization-header.rule.d.ts +3 -0
  1335. package/dist/rules/status-codes/client-error-4xx/401/user-agent-may-repeat-request-with-new-authorization-header.rule.d.ts.map +1 -0
  1336. package/dist/rules/status-codes/client-error-4xx/401/user-agent-may-repeat-request-with-new-authorization-header.rule.js +10 -0
  1337. package/dist/rules/status-codes/client-error-4xx/401/user-agent-may-repeat-request-with-new-authorization-header.rule.js.map +1 -0
  1338. package/dist/rules/status-codes/client-error-4xx/401/user-agent-should-present-error-representation-to-user.rule.d.ts +3 -0
  1339. package/dist/rules/status-codes/client-error-4xx/401/user-agent-should-present-error-representation-to-user.rule.d.ts.map +1 -0
  1340. package/dist/rules/status-codes/client-error-4xx/401/user-agent-should-present-error-representation-to-user.rule.js +9 -0
  1341. package/dist/rules/status-codes/client-error-4xx/401/user-agent-should-present-error-representation-to-user.rule.js.map +1 -0
  1342. package/dist/rules/status-codes/client-error-4xx/402/402-status-code-is-reserved.rule.d.ts +3 -0
  1343. package/dist/rules/status-codes/client-error-4xx/402/402-status-code-is-reserved.rule.d.ts.map +1 -0
  1344. package/dist/rules/status-codes/client-error-4xx/402/402-status-code-is-reserved.rule.js +11 -0
  1345. package/dist/rules/status-codes/client-error-4xx/402/402-status-code-is-reserved.rule.js.map +1 -0
  1346. package/dist/rules/status-codes/client-error-4xx/403/client-may-repeat-request-with-new-credentials-for-403-response.rule.d.ts +3 -0
  1347. 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
  1348. package/dist/rules/status-codes/client-error-4xx/403/client-may-repeat-request-with-new-credentials-for-403-response.rule.js +9 -0
  1349. package/dist/rules/status-codes/client-error-4xx/403/client-may-repeat-request-with-new-credentials-for-403-response.rule.js.map +1 -0
  1350. package/dist/rules/status-codes/client-error-4xx/403/client-should-not-automatically-repeat-request-for-403-response.rule.d.ts +3 -0
  1351. package/dist/rules/status-codes/client-error-4xx/403/client-should-not-automatically-repeat-request-for-403-response.rule.d.ts.map +1 -0
  1352. package/dist/rules/status-codes/client-error-4xx/403/client-should-not-automatically-repeat-request-for-403-response.rule.js +10 -0
  1353. package/dist/rules/status-codes/client-error-4xx/403/client-should-not-automatically-repeat-request-for-403-response.rule.js.map +1 -0
  1354. package/dist/rules/status-codes/client-error-4xx/403/origin-server-may-respond-with-404-instead-of-403.rule.d.ts +3 -0
  1355. package/dist/rules/status-codes/client-error-4xx/403/origin-server-may-respond-with-404-instead-of-403.rule.d.ts.map +1 -0
  1356. package/dist/rules/status-codes/client-error-4xx/403/origin-server-may-respond-with-404-instead-of-403.rule.js +11 -0
  1357. package/dist/rules/status-codes/client-error-4xx/403/origin-server-may-respond-with-404-instead-of-403.rule.js.map +1 -0
  1358. package/dist/rules/status-codes/client-error-4xx/405/origin-sever-must-generate-allow-header-for-405-response.rule.d.ts +3 -0
  1359. package/dist/rules/status-codes/client-error-4xx/405/origin-sever-must-generate-allow-header-for-405-response.rule.d.ts.map +1 -0
  1360. package/dist/rules/status-codes/client-error-4xx/405/origin-sever-must-generate-allow-header-for-405-response.rule.js +11 -0
  1361. package/dist/rules/status-codes/client-error-4xx/405/origin-sever-must-generate-allow-header-for-405-response.rule.js.map +1 -0
  1362. package/dist/rules/status-codes/client-error-4xx/406/server-should-generate-content-for-406-response.rule.d.ts +3 -0
  1363. package/dist/rules/status-codes/client-error-4xx/406/server-should-generate-content-for-406-response.rule.d.ts.map +1 -0
  1364. package/dist/rules/status-codes/client-error-4xx/406/server-should-generate-content-for-406-response.rule.js +11 -0
  1365. package/dist/rules/status-codes/client-error-4xx/406/server-should-generate-content-for-406-response.rule.js.map +1 -0
  1366. package/dist/rules/status-codes/client-error-4xx/406/user-agent-may-select-most-appropriate-choice-for-406-response.rule.d.ts +3 -0
  1367. 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
  1368. package/dist/rules/status-codes/client-error-4xx/406/user-agent-may-select-most-appropriate-choice-for-406-response.rule.js +9 -0
  1369. package/dist/rules/status-codes/client-error-4xx/406/user-agent-may-select-most-appropriate-choice-for-406-response.rule.js.map +1 -0
  1370. 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
  1371. 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
  1372. 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
  1373. 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
  1374. package/dist/rules/status-codes/client-error-4xx/407/proxy-must-send-proxy-authenticate-header-for-407-response.rule.d.ts +3 -0
  1375. package/dist/rules/status-codes/client-error-4xx/407/proxy-must-send-proxy-authenticate-header-for-407-response.rule.d.ts.map +1 -0
  1376. package/dist/rules/status-codes/client-error-4xx/407/proxy-must-send-proxy-authenticate-header-for-407-response.rule.js +11 -0
  1377. package/dist/rules/status-codes/client-error-4xx/407/proxy-must-send-proxy-authenticate-header-for-407-response.rule.js.map +1 -0
  1378. package/dist/rules/status-codes/client-error-4xx/408/client-may-repeat-request-for-408-response.rule.d.ts +3 -0
  1379. package/dist/rules/status-codes/client-error-4xx/408/client-may-repeat-request-for-408-response.rule.d.ts.map +1 -0
  1380. package/dist/rules/status-codes/client-error-4xx/408/client-may-repeat-request-for-408-response.rule.js +9 -0
  1381. package/dist/rules/status-codes/client-error-4xx/408/client-may-repeat-request-for-408-response.rule.js.map +1 -0
  1382. package/dist/rules/status-codes/client-error-4xx/409/server-should-generate-content-for-409-response.rule.d.ts +3 -0
  1383. package/dist/rules/status-codes/client-error-4xx/409/server-should-generate-content-for-409-response.rule.d.ts.map +1 -0
  1384. package/dist/rules/status-codes/client-error-4xx/409/server-should-generate-content-for-409-response.rule.js +11 -0
  1385. package/dist/rules/status-codes/client-error-4xx/409/server-should-generate-content-for-409-response.rule.js.map +1 -0
  1386. 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
  1387. 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
  1388. 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
  1389. 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
  1390. package/dist/rules/status-codes/client-error-4xx/413/client-may-retry-after-given-time-for-413-response.rule.d.ts +3 -0
  1391. package/dist/rules/status-codes/client-error-4xx/413/client-may-retry-after-given-time-for-413-response.rule.d.ts.map +1 -0
  1392. package/dist/rules/status-codes/client-error-4xx/413/client-may-retry-after-given-time-for-413-response.rule.js +9 -0
  1393. package/dist/rules/status-codes/client-error-4xx/413/client-may-retry-after-given-time-for-413-response.rule.js.map +1 -0
  1394. package/dist/rules/status-codes/client-error-4xx/413/server-may-close-connection-for-413-response.rule.d.ts +3 -0
  1395. package/dist/rules/status-codes/client-error-4xx/413/server-may-close-connection-for-413-response.rule.d.ts.map +1 -0
  1396. package/dist/rules/status-codes/client-error-4xx/413/server-may-close-connection-for-413-response.rule.js +9 -0
  1397. package/dist/rules/status-codes/client-error-4xx/413/server-may-close-connection-for-413-response.rule.js.map +1 -0
  1398. package/dist/rules/status-codes/client-error-4xx/413/server-may-terminate-request-for-413-response.rule.d.ts +3 -0
  1399. package/dist/rules/status-codes/client-error-4xx/413/server-may-terminate-request-for-413-response.rule.d.ts.map +1 -0
  1400. package/dist/rules/status-codes/client-error-4xx/413/server-may-terminate-request-for-413-response.rule.js +9 -0
  1401. package/dist/rules/status-codes/client-error-4xx/413/server-may-terminate-request-for-413-response.rule.js.map +1 -0
  1402. package/dist/rules/status-codes/client-error-4xx/413/server-should-generate-retry-after-header-for-413-response.rule.d.ts +3 -0
  1403. package/dist/rules/status-codes/client-error-4xx/413/server-should-generate-retry-after-header-for-413-response.rule.d.ts.map +1 -0
  1404. package/dist/rules/status-codes/client-error-4xx/413/server-should-generate-retry-after-header-for-413-response.rule.js +11 -0
  1405. package/dist/rules/status-codes/client-error-4xx/413/server-should-generate-retry-after-header-for-413-response.rule.js.map +1 -0
  1406. package/dist/rules/status-codes/client-error-4xx/416/server-should-generate-content-range-header-for-416-response.rule.d.ts +3 -0
  1407. package/dist/rules/status-codes/client-error-4xx/416/server-should-generate-content-range-header-for-416-response.rule.d.ts.map +1 -0
  1408. package/dist/rules/status-codes/client-error-4xx/416/server-should-generate-content-range-header-for-416-response.rule.js +11 -0
  1409. package/dist/rules/status-codes/client-error-4xx/416/server-should-generate-content-range-header-for-416-response.rule.js.map +1 -0
  1410. package/dist/rules/status-codes/client-error-4xx/421/client-may-retry-request-over-different-connection.rule.d.ts +3 -0
  1411. package/dist/rules/status-codes/client-error-4xx/421/client-may-retry-request-over-different-connection.rule.d.ts.map +1 -0
  1412. package/dist/rules/status-codes/client-error-4xx/421/client-may-retry-request-over-different-connection.rule.js +9 -0
  1413. package/dist/rules/status-codes/client-error-4xx/421/client-may-retry-request-over-different-connection.rule.js.map +1 -0
  1414. package/dist/rules/status-codes/client-error-4xx/421/proxy-must-not-send-421-response.rule.d.ts +3 -0
  1415. package/dist/rules/status-codes/client-error-4xx/421/proxy-must-not-send-421-response.rule.d.ts.map +1 -0
  1416. package/dist/rules/status-codes/client-error-4xx/421/proxy-must-not-send-421-response.rule.js +11 -0
  1417. package/dist/rules/status-codes/client-error-4xx/421/proxy-must-not-send-421-response.rule.js.map +1 -0
  1418. package/dist/rules/status-codes/client-error-4xx/426/server-must-send-upgrade-header-for-426-response.rule.d.ts +3 -0
  1419. package/dist/rules/status-codes/client-error-4xx/426/server-must-send-upgrade-header-for-426-response.rule.d.ts.map +1 -0
  1420. package/dist/rules/status-codes/client-error-4xx/426/server-must-send-upgrade-header-for-426-response.rule.js +11 -0
  1421. package/dist/rules/status-codes/client-error-4xx/426/server-must-send-upgrade-header-for-426-response.rule.js.map +1 -0
  1422. package/dist/rules/status-codes/client-error-4xx/server-should-send-error-representation-for-4xx-responses.rule.d.ts +3 -0
  1423. package/dist/rules/status-codes/client-error-4xx/server-should-send-error-representation-for-4xx-responses.rule.d.ts.map +1 -0
  1424. package/dist/rules/status-codes/client-error-4xx/server-should-send-error-representation-for-4xx-responses.rule.js +12 -0
  1425. package/dist/rules/status-codes/client-error-4xx/server-should-send-error-representation-for-4xx-responses.rule.js.map +1 -0
  1426. package/dist/rules/status-codes/client-error-4xx/user-agents-should-display-error-representation-to-user.rule.d.ts +3 -0
  1427. package/dist/rules/status-codes/client-error-4xx/user-agents-should-display-error-representation-to-user.rule.d.ts.map +1 -0
  1428. package/dist/rules/status-codes/client-error-4xx/user-agents-should-display-error-representation-to-user.rule.js +9 -0
  1429. package/dist/rules/status-codes/client-error-4xx/user-agents-should-display-error-representation-to-user.rule.js.map +1 -0
  1430. package/dist/rules/status-codes/client-must-understand-class-of-any-status-code.rule.d.ts +3 -0
  1431. package/dist/rules/status-codes/client-must-understand-class-of-any-status-code.rule.d.ts.map +1 -0
  1432. package/dist/rules/status-codes/client-must-understand-class-of-any-status-code.rule.js +10 -0
  1433. package/dist/rules/status-codes/client-must-understand-class-of-any-status-code.rule.js.map +1 -0
  1434. package/dist/rules/status-codes/client-should-process-invalid-status-code-as-5xx.rule.d.ts +3 -0
  1435. package/dist/rules/status-codes/client-should-process-invalid-status-code-as-5xx.rule.d.ts.map +1 -0
  1436. package/dist/rules/status-codes/client-should-process-invalid-status-code-as-5xx.rule.js +10 -0
  1437. package/dist/rules/status-codes/client-should-process-invalid-status-code-as-5xx.rule.js.map +1 -0
  1438. package/dist/rules/status-codes/informational-1xx/client-must-be-able-to-parse-multiple-1xx-responses.rule.d.ts +3 -0
  1439. package/dist/rules/status-codes/informational-1xx/client-must-be-able-to-parse-multiple-1xx-responses.rule.d.ts.map +1 -0
  1440. package/dist/rules/status-codes/informational-1xx/client-must-be-able-to-parse-multiple-1xx-responses.rule.js +10 -0
  1441. package/dist/rules/status-codes/informational-1xx/client-must-be-able-to-parse-multiple-1xx-responses.rule.js.map +1 -0
  1442. package/dist/rules/status-codes/informational-1xx/proxy-must-forward-1xx-responses.rule.d.ts +3 -0
  1443. package/dist/rules/status-codes/informational-1xx/proxy-must-forward-1xx-responses.rule.d.ts.map +1 -0
  1444. package/dist/rules/status-codes/informational-1xx/proxy-must-forward-1xx-responses.rule.js +10 -0
  1445. package/dist/rules/status-codes/informational-1xx/proxy-must-forward-1xx-responses.rule.js.map +1 -0
  1446. package/dist/rules/status-codes/informational-1xx/server-must-generate-upgrade-header-field.rule.d.ts +3 -0
  1447. package/dist/rules/status-codes/informational-1xx/server-must-generate-upgrade-header-field.rule.d.ts.map +1 -0
  1448. package/dist/rules/status-codes/informational-1xx/server-must-generate-upgrade-header-field.rule.js +10 -0
  1449. package/dist/rules/status-codes/informational-1xx/server-must-generate-upgrade-header-field.rule.js.map +1 -0
  1450. package/dist/rules/status-codes/informational-1xx/server-must-not-send-1xx-response-to-1.0-client.rule.d.ts +3 -0
  1451. package/dist/rules/status-codes/informational-1xx/server-must-not-send-1xx-response-to-1.0-client.rule.d.ts.map +1 -0
  1452. package/dist/rules/status-codes/informational-1xx/server-must-not-send-1xx-response-to-1.0-client.rule.js +10 -0
  1453. package/dist/rules/status-codes/informational-1xx/server-must-not-send-1xx-response-to-1.0-client.rule.js.map +1 -0
  1454. package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-content-for-300-response.rule.d.ts +3 -0
  1455. package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-content-for-300-response.rule.d.ts.map +1 -0
  1456. package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-content-for-300-response.rule.js +11 -0
  1457. package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-content-for-300-response.rule.js.map +1 -0
  1458. package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-location-header-for-preferred-choice-for-300-response.rule.d.ts +3 -0
  1459. 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
  1460. package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-location-header-for-preferred-choice-for-300-response.rule.js +11 -0
  1461. package/dist/rules/status-codes/redirection-3xx/300/server-should-generate-location-header-for-preferred-choice-for-300-response.rule.js.map +1 -0
  1462. package/dist/rules/status-codes/redirection-3xx/300/user-agent-may-select-redirection-from-content.rule-for-300-response.d.ts +3 -0
  1463. package/dist/rules/status-codes/redirection-3xx/300/user-agent-may-select-redirection-from-content.rule-for-300-response.d.ts.map +1 -0
  1464. package/dist/rules/status-codes/redirection-3xx/300/user-agent-may-select-redirection-from-content.rule-for-300-response.js +9 -0
  1465. package/dist/rules/status-codes/redirection-3xx/300/user-agent-may-select-redirection-from-content.rule-for-300-response.js.map +1 -0
  1466. 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
  1467. 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
  1468. package/dist/rules/status-codes/redirection-3xx/300/user-agent-may-use-location-field-for-automatic-redirect-for-300-response.rule.js +9 -0
  1469. 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
  1470. package/dist/rules/status-codes/redirection-3xx/301/server-should-generate-location-header-field-for-301-response.rule.d.ts +3 -0
  1471. package/dist/rules/status-codes/redirection-3xx/301/server-should-generate-location-header-field-for-301-response.rule.d.ts.map +1 -0
  1472. package/dist/rules/status-codes/redirection-3xx/301/server-should-generate-location-header-field-for-301-response.rule.js +11 -0
  1473. package/dist/rules/status-codes/redirection-3xx/301/server-should-generate-location-header-field-for-301-response.rule.js.map +1 -0
  1474. 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
  1475. 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
  1476. 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
  1477. 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
  1478. 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
  1479. 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
  1480. package/dist/rules/status-codes/redirection-3xx/301/user-agent-may-use-location-header-for-automatic-redirection-for-301-response.rule.js +10 -0
  1481. 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
  1482. package/dist/rules/status-codes/redirection-3xx/302/server-should-generate-location-header-for-302-response.rule.d.ts +3 -0
  1483. package/dist/rules/status-codes/redirection-3xx/302/server-should-generate-location-header-for-302-response.rule.d.ts.map +1 -0
  1484. package/dist/rules/status-codes/redirection-3xx/302/server-should-generate-location-header-for-302-response.rule.js +11 -0
  1485. package/dist/rules/status-codes/redirection-3xx/302/server-should-generate-location-header-for-302-response.rule.js.map +1 -0
  1486. 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
  1487. 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
  1488. 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
  1489. 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
  1490. 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
  1491. 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
  1492. package/dist/rules/status-codes/redirection-3xx/302/user-agent-may-use-location-header-for-automatic-redirection-for-302-response.rule.js +10 -0
  1493. 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
  1494. package/dist/rules/status-codes/redirection-3xx/304/proxy-should-forward-304-response-to-outbound-client.rule.d.ts +3 -0
  1495. package/dist/rules/status-codes/redirection-3xx/304/proxy-should-forward-304-response-to-outbound-client.rule.d.ts.map +1 -0
  1496. package/dist/rules/status-codes/redirection-3xx/304/proxy-should-forward-304-response-to-outbound-client.rule.js +9 -0
  1497. package/dist/rules/status-codes/redirection-3xx/304/proxy-should-forward-304-response-to-outbound-client.rule.js.map +1 -0
  1498. package/dist/rules/status-codes/redirection-3xx/304/sender-should-not-generate-additional-representation-metadata-for-304-response.rule.d.ts +5 -0
  1499. package/dist/rules/status-codes/redirection-3xx/304/sender-should-not-generate-additional-representation-metadata-for-304-response.rule.d.ts.map +1 -0
  1500. package/dist/rules/status-codes/redirection-3xx/304/sender-should-not-generate-additional-representation-metadata-for-304-response.rule.js +48 -0
  1501. package/dist/rules/status-codes/redirection-3xx/304/sender-should-not-generate-additional-representation-metadata-for-304-response.rule.js.map +1 -0
  1502. package/dist/rules/status-codes/redirection-3xx/304/server-must-generate-header-fields-for-304-response.rule.d.ts +6 -0
  1503. package/dist/rules/status-codes/redirection-3xx/304/server-must-generate-header-fields-for-304-response.rule.d.ts.map +1 -0
  1504. package/dist/rules/status-codes/redirection-3xx/304/server-must-generate-header-fields-for-304-response.rule.js +70 -0
  1505. package/dist/rules/status-codes/redirection-3xx/304/server-must-generate-header-fields-for-304-response.rule.js.map +1 -0
  1506. package/dist/rules/status-codes/redirection-3xx/305/status-code-305-is-deprecated.rule.d.ts +3 -0
  1507. package/dist/rules/status-codes/redirection-3xx/305/status-code-305-is-deprecated.rule.d.ts.map +1 -0
  1508. package/dist/rules/status-codes/redirection-3xx/305/status-code-305-is-deprecated.rule.js +10 -0
  1509. package/dist/rules/status-codes/redirection-3xx/305/status-code-305-is-deprecated.rule.js.map +1 -0
  1510. package/dist/rules/status-codes/redirection-3xx/306/status-code-306-is-reserved.rule.d.ts +3 -0
  1511. package/dist/rules/status-codes/redirection-3xx/306/status-code-306-is-reserved.rule.d.ts.map +1 -0
  1512. package/dist/rules/status-codes/redirection-3xx/306/status-code-306-is-reserved.rule.js +10 -0
  1513. package/dist/rules/status-codes/redirection-3xx/306/status-code-306-is-reserved.rule.js.map +1 -0
  1514. package/dist/rules/status-codes/redirection-3xx/307/server-should-generate-location-header-for-307-response.rule.d.ts +3 -0
  1515. package/dist/rules/status-codes/redirection-3xx/307/server-should-generate-location-header-for-307-response.rule.d.ts.map +1 -0
  1516. package/dist/rules/status-codes/redirection-3xx/307/server-should-generate-location-header-for-307-response.rule.js +11 -0
  1517. package/dist/rules/status-codes/redirection-3xx/307/server-should-generate-location-header-for-307-response.rule.js.map +1 -0
  1518. package/dist/rules/status-codes/redirection-3xx/307/user-agent-may-use-location-header-for-automatic-redirection.rule.d.ts +3 -0
  1519. package/dist/rules/status-codes/redirection-3xx/307/user-agent-may-use-location-header-for-automatic-redirection.rule.d.ts.map +1 -0
  1520. package/dist/rules/status-codes/redirection-3xx/307/user-agent-may-use-location-header-for-automatic-redirection.rule.js +9 -0
  1521. package/dist/rules/status-codes/redirection-3xx/307/user-agent-may-use-location-header-for-automatic-redirection.rule.js.map +1 -0
  1522. 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
  1523. 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
  1524. 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
  1525. 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
  1526. package/dist/rules/status-codes/redirection-3xx/308/server-should-generate-location-header-for-308-response.rule.d.ts +3 -0
  1527. package/dist/rules/status-codes/redirection-3xx/308/server-should-generate-location-header-for-308-response.rule.d.ts.map +1 -0
  1528. package/dist/rules/status-codes/redirection-3xx/308/server-should-generate-location-header-for-308-response.rule.js +11 -0
  1529. package/dist/rules/status-codes/redirection-3xx/308/server-should-generate-location-header-for-308-response.rule.js.map +1 -0
  1530. 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
  1531. 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
  1532. package/dist/rules/status-codes/redirection-3xx/308/user-agent-may-use-location-header-for-automatic-redirection-for-308-response.rule.js +9 -0
  1533. 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
  1534. package/dist/rules/status-codes/redirection-3xx/clients-should-detect-and-intervene-cyclical-redirections.rule.d.ts +3 -0
  1535. package/dist/rules/status-codes/redirection-3xx/clients-should-detect-and-intervene-cyclical-redirections.rule.d.ts.map +1 -0
  1536. package/dist/rules/status-codes/redirection-3xx/clients-should-detect-and-intervene-cyclical-redirections.rule.js +9 -0
  1537. package/dist/rules/status-codes/redirection-3xx/clients-should-detect-and-intervene-cyclical-redirections.rule.js.map +1 -0
  1538. package/dist/rules/status-codes/redirection-3xx/user-agent-may-redirect-to-location-header-uri-for-3xx-response.rule.d.ts +3 -0
  1539. package/dist/rules/status-codes/redirection-3xx/user-agent-may-redirect-to-location-header-uri-for-3xx-response.rule.d.ts.map +1 -0
  1540. package/dist/rules/status-codes/redirection-3xx/user-agent-may-redirect-to-location-header-uri-for-3xx-response.rule.js +10 -0
  1541. package/dist/rules/status-codes/redirection-3xx/user-agent-may-redirect-to-location-header-uri-for-3xx-response.rule.js.map +1 -0
  1542. package/dist/rules/status-codes/redirection-3xx/user-agent-shoud-resend-original-request-with-modifications-for-redirected-requests.rule.d.ts +3 -0
  1543. package/dist/rules/status-codes/redirection-3xx/user-agent-shoud-resend-original-request-with-modifications-for-redirected-requests.rule.d.ts.map +1 -0
  1544. package/dist/rules/status-codes/redirection-3xx/user-agent-shoud-resend-original-request-with-modifications-for-redirected-requests.rule.js +9 -0
  1545. package/dist/rules/status-codes/redirection-3xx/user-agent-shoud-resend-original-request-with-modifications-for-redirected-requests.rule.js.map +1 -0
  1546. package/dist/rules/status-codes/server-error-5xx/503/server-may-send-retry-after-header-for-503-response.rule.d.ts +3 -0
  1547. package/dist/rules/status-codes/server-error-5xx/503/server-may-send-retry-after-header-for-503-response.rule.d.ts.map +1 -0
  1548. package/dist/rules/status-codes/server-error-5xx/503/server-may-send-retry-after-header-for-503-response.rule.js +11 -0
  1549. package/dist/rules/status-codes/server-error-5xx/503/server-may-send-retry-after-header-for-503-response.rule.js.map +1 -0
  1550. package/dist/rules/status-codes/server-error-5xx/505/server-should-generate-representation-for-505-response.rule.d.ts +3 -0
  1551. package/dist/rules/status-codes/server-error-5xx/505/server-should-generate-representation-for-505-response.rule.d.ts.map +1 -0
  1552. package/dist/rules/status-codes/server-error-5xx/505/server-should-generate-representation-for-505-response.rule.js +11 -0
  1553. package/dist/rules/status-codes/server-error-5xx/505/server-should-generate-representation-for-505-response.rule.js.map +1 -0
  1554. package/dist/rules/status-codes/server-error-5xx/server-should-send-error-representation-for-5xx-response.rule.d.ts +3 -0
  1555. package/dist/rules/status-codes/server-error-5xx/server-should-send-error-representation-for-5xx-response.rule.d.ts.map +1 -0
  1556. package/dist/rules/status-codes/server-error-5xx/server-should-send-error-representation-for-5xx-response.rule.js +11 -0
  1557. package/dist/rules/status-codes/server-error-5xx/server-should-send-error-representation-for-5xx-response.rule.js.map +1 -0
  1558. package/dist/rules/status-codes/server-error-5xx/user-agent-should-display-representation-to-the-user-for-5xx-response.rule.d.ts +3 -0
  1559. 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
  1560. package/dist/rules/status-codes/server-error-5xx/user-agent-should-display-representation-to-the-user-for-5xx-response.rule.js +9 -0
  1561. package/dist/rules/status-codes/server-error-5xx/user-agent-should-display-representation-to-the-user-for-5xx-response.rule.js.map +1 -0
  1562. package/dist/rules/status-codes/successful-2xx/200/origin-server-should-send-validator-fields-for-200-response.rule.d.ts +3 -0
  1563. package/dist/rules/status-codes/successful-2xx/200/origin-server-should-send-validator-fields-for-200-response.rule.d.ts.map +1 -0
  1564. package/dist/rules/status-codes/successful-2xx/200/origin-server-should-send-validator-fields-for-200-response.rule.js +13 -0
  1565. package/dist/rules/status-codes/successful-2xx/200/origin-server-should-send-validator-fields-for-200-response.rule.js.map +1 -0
  1566. package/dist/rules/status-codes/successful-2xx/205/server-must-not-generate-content-for-205-response.rule.d.ts +3 -0
  1567. package/dist/rules/status-codes/successful-2xx/205/server-must-not-generate-content-for-205-response.rule.d.ts.map +1 -0
  1568. package/dist/rules/status-codes/successful-2xx/205/server-must-not-generate-content-for-205-response.rule.js +11 -0
  1569. package/dist/rules/status-codes/successful-2xx/205/server-must-not-generate-content-for-205-response.rule.js.map +1 -0
  1570. package/dist/rules/status-codes/successful-2xx/206/client-must-inspect-206-response-content-type-and-range.rule.d.ts +3 -0
  1571. package/dist/rules/status-codes/successful-2xx/206/client-must-inspect-206-response-content-type-and-range.rule.d.ts.map +1 -0
  1572. package/dist/rules/status-codes/successful-2xx/206/client-must-inspect-206-response-content-type-and-range.rule.js +9 -0
  1573. package/dist/rules/status-codes/successful-2xx/206/client-must-inspect-206-response-content-type-and-range.rule.js.map +1 -0
  1574. 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
  1575. 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
  1576. 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
  1577. 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
  1578. package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-must-process-combined-response-correct.d.ts +3 -0
  1579. package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-must-process-combined-response-correct.d.ts.map +1 -0
  1580. package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-must-process-combined-response-correct.js +9 -0
  1581. package/dist/rules/status-codes/successful-2xx/206/combining-parts/client-must-process-combined-response-correct.js.map +1 -0
  1582. 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
  1583. 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
  1584. 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
  1585. 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
  1586. 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
  1587. 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
  1588. 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
  1589. 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
  1590. 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
  1591. 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
  1592. package/dist/rules/status-codes/successful-2xx/206/multiple-parts/client-must-not-generate-multiple-ranges-request-if-not-supported.rule.js +9 -0
  1593. 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
  1594. package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-coalesce-overlapping-or-small-gapped-ranges.rule.d.ts +3 -0
  1595. package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-coalesce-overlapping-or-small-gapped-ranges.rule.d.ts.map +1 -0
  1596. package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-coalesce-overlapping-or-small-gapped-ranges.rule.js +9 -0
  1597. package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-coalesce-overlapping-or-small-gapped-ranges.rule.js.map +1 -0
  1598. package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-generate-multiple-parts-response-with-single-body.rule.d.ts +3 -0
  1599. 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
  1600. package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-generate-multiple-parts-response-with-single-body.rule.js +9 -0
  1601. package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-may-generate-multiple-parts-response-with-single-body.rule.js.map +1 -0
  1602. 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
  1603. 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
  1604. 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
  1605. 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
  1606. 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
  1607. 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
  1608. 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
  1609. 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
  1610. 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
  1611. 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
  1612. 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
  1613. 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
  1614. 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
  1615. 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
  1616. 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
  1617. 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
  1618. 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
  1619. 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
  1620. 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
  1621. 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
  1622. package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-should-send-parts-in-order-of-range-header.rule.d.ts +3 -0
  1623. 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
  1624. package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-should-send-parts-in-order-of-range-header.rule.js +9 -0
  1625. package/dist/rules/status-codes/successful-2xx/206/multiple-parts/server-should-send-parts-in-order-of-range-header.rule.js.map +1 -0
  1626. package/dist/rules/status-codes/successful-2xx/206/sender-should-not-generate-additional-representation-header-fields-for-206-response.rule.d.ts +6 -0
  1627. 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
  1628. package/dist/rules/status-codes/successful-2xx/206/sender-should-not-generate-additional-representation-header-fields-for-206-response.rule.js +116 -0
  1629. package/dist/rules/status-codes/successful-2xx/206/sender-should-not-generate-additional-representation-header-fields-for-206-response.rule.js.map +1 -0
  1630. package/dist/rules/status-codes/successful-2xx/206/server-must-generate-header-fields-for-206-response.rule.d.ts +4 -0
  1631. package/dist/rules/status-codes/successful-2xx/206/server-must-generate-header-fields-for-206-response.rule.d.ts.map +1 -0
  1632. package/dist/rules/status-codes/successful-2xx/206/server-must-generate-header-fields-for-206-response.rule.js +68 -0
  1633. package/dist/rules/status-codes/successful-2xx/206/server-must-generate-header-fields-for-206-response.rule.js.map +1 -0
  1634. 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
  1635. 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
  1636. 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
  1637. 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
  1638. package/dist/utils.d.ts +3 -0
  1639. package/dist/utils.d.ts.map +1 -0
  1640. package/dist/utils.js +20 -0
  1641. package/dist/utils.js.map +1 -0
  1642. package/package.json +47 -0
@@ -0,0 +1,9 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/header-field-term-for-header-section-only-fields')
3
+ .severity('hint')
4
+ .type('informational')
5
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.3')
6
+ .description('We refer to named fields specifically as a "header field" when they are only allowed to be sent in the header section.')
7
+ .summary('Term "header field" specifically refers to fields only allowed in header section.')
8
+ .done();
9
+ //# sourceMappingURL=header-field-term-for-header-section-only-fields.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"header-field-term-for-header-section-only-fields.rule.js","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/header-fields/header-field-term-for-header-section-only-fields.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,0DAA0D,CAC3D;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,yDAAyD,CAAC;KAC9D,WAAW,CACV,wHAAwH,CACzH;KACA,OAAO,CACN,mFAAmF,CACpF;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=header-fields-sent-before-content.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"header-fields-sent-before-content.rule.d.ts","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/header-fields/header-fields-sent-before-content.rule.ts"],"names":[],"mappings":";AAEA,wBAQU"}
@@ -0,0 +1,9 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/header-fields-sent-before-content')
3
+ .severity('hint')
4
+ .type('informational')
5
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.3')
6
+ .description('Fields (Section 5) that are sent or received before the content are referred to as "header fields" (or just "headers", colloquially).')
7
+ .summary('Header fields are fields sent before message content.')
8
+ .done();
9
+ //# sourceMappingURL=header-fields-sent-before-content.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"header-fields-sent-before-content.rule.js","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/header-fields/header-fields-sent-before-content.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CAAC,2CAA2C,CAAC;KACjE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,yDAAyD,CAAC;KAC9D,WAAW,CACV,uIAAuI,CACxI;KACA,OAAO,CAAC,uDAAuD,CAAC;KAChE,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=header-section-consists-of-field-lines.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"header-section-consists-of-field-lines.rule.d.ts","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/header-fields/header-section-consists-of-field-lines.rule.ts"],"names":[],"mappings":";AAEA,wBAUU"}
@@ -0,0 +1,9 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/header-section-consists-of-field-lines')
3
+ .severity('hint')
4
+ .type('informational')
5
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.3')
6
+ .description('The "header section" of a message consists of a sequence of header field lines. Each header field might modify or extend message semantics, describe the sender, define the content, or provide additional context.')
7
+ .summary('Header section contains field lines that modify semantics, describe sender, or provide context.')
8
+ .done();
9
+ //# sourceMappingURL=header-section-consists-of-field-lines.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"header-section-consists-of-field-lines.rule.js","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/header-fields/header-section-consists-of-field-lines.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CAAC,gDAAgD,CAAC;KACtE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,yDAAyD,CAAC;KAC9D,WAAW,CACV,qNAAqN,CACtN;KACA,OAAO,CACN,iGAAiG,CAClG;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=origin-server-may-generate-date-for-1xx-5xx.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"origin-server-may-generate-date-for-1xx-5xx.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/origin-server-may-generate-date-for-1xx-5xx.rule.ts"],"names":[],"mappings":";AAGA,wBAiBU"}
@@ -0,0 +1,12 @@
1
+ import { and, not, or, responseHeader, statusCodeRange } from '@thymian/core';
2
+ import { httpRule } from '@thymian/core';
3
+ export default httpRule('rfc9110/origin-server-may-generate-date-for-1xx-5xx')
4
+ .severity('hint')
5
+ .type('analytics')
6
+ .appliesTo('origin server')
7
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.6.1')
8
+ .description('An origin server with a clock (as defined in Section 5.6.7) MAY generate a Date header field in 1xx (Informational) and 5xx (Server Error) responses.')
9
+ .summary('Origin servers MAY generate Date header in 1xx and 5xx responses.')
10
+ .rule((ctx) => ctx.validateHttpTransactions(and(or(statusCodeRange(100, 199), statusCodeRange(500, 599)), not(responseHeader('Date')))))
11
+ .done();
12
+ //# sourceMappingURL=origin-server-may-generate-date-for-1xx-5xx.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"origin-server-may-generate-date-for-1xx-5xx.rule.js","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/origin-server-may-generate-date-for-1xx-5xx.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CAAC,qDAAqD,CAAC;KAC3E,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,WAAW,CAAC;KACjB,SAAS,CAAC,eAAe,CAAC;KAC1B,GAAG,CAAC,2DAA2D,CAAC;KAChE,WAAW,CACV,uJAAuJ,CACxJ;KACA,OAAO,CAAC,mEAAmE,CAAC;KAC5E,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,wBAAwB,CAC1B,GAAG,CACD,EAAE,CAAC,eAAe,CAAC,GAAG,EAAE,GAAG,CAAC,EAAE,eAAe,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC,EACxD,GAAG,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAC5B,CACF,CACF;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx.rule.ts"],"names":[],"mappings":";AAGA,wBAyBU"}
@@ -0,0 +1,12 @@
1
+ import { and, not, or, responseHeader, statusCodeRange } from '@thymian/core';
2
+ import { httpRule } from '@thymian/core';
3
+ export default httpRule('rfc9110/origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx')
4
+ .severity('error')
5
+ .type('static', 'analytics', 'test')
6
+ .appliesTo('origin server')
7
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.6.1')
8
+ .description('An origin server with a clock (as defined in Section 5.6.7) MUST generate a Date header field in all 2xx (Successful), 3xx (Redirection), and 4xx (Client Error) responses.')
9
+ .summary('Origin servers with a clock MUST generate Date header in 2xx, 3xx, and 4xx responses.')
10
+ .rule((ctx) => ctx.validateCommonHttpTransactions(and(or(statusCodeRange(200, 299), statusCodeRange(300, 399), statusCodeRange(400, 499)), not(responseHeader('date')))))
11
+ .done();
12
+ //# sourceMappingURL=origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx.rule.js","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/origin-server-with-clock-must-generate-date-for-2xx-3xx-4xx.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,qEAAqE,CACtE;KACE,QAAQ,CAAC,OAAO,CAAC;KACjB,IAAI,CAAC,QAAQ,EAAE,WAAW,EAAE,MAAM,CAAC;KACnC,SAAS,CAAC,eAAe,CAAC;KAC1B,GAAG,CAAC,2DAA2D,CAAC;KAChE,WAAW,CACV,6KAA6K,CAC9K;KACA,OAAO,CACN,uFAAuF,CACxF;KACA,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,8BAA8B,CAChC,GAAG,CACD,EAAE,CACA,eAAe,CAAC,GAAG,EAAE,GAAG,CAAC,EACzB,eAAe,CAAC,GAAG,EAAE,GAAG,CAAC,EACzB,eAAe,CAAC,GAAG,EAAE,GAAG,CAAC,CAC1B,EACD,GAAG,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAC5B,CACF,CACF;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=origin-server-without-clock-must-not-generate-date.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"origin-server-without-clock-must-not-generate-date.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/origin-server-without-clock-must-not-generate-date.rule.ts"],"names":[],"mappings":";AAEA,wBAaU"}
@@ -0,0 +1,10 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/origin-server-without-clock-must-not-generate-date')
3
+ .severity('error')
4
+ .type('informational')
5
+ .appliesTo('origin server')
6
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.6.1')
7
+ .description('An origin server without a clock MUST NOT generate a Date header field.')
8
+ .summary('Origin servers without a clock MUST NOT generate Date header field.')
9
+ .done();
10
+ //# sourceMappingURL=origin-server-without-clock-must-not-generate-date.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"origin-server-without-clock-must-not-generate-date.rule.js","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/origin-server-without-clock-must-not-generate-date.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,4DAA4D,CAC7D;KACE,QAAQ,CAAC,OAAO,CAAC;KACjB,IAAI,CAAC,eAAe,CAAC;KACrB,SAAS,CAAC,eAAe,CAAC;KAC1B,GAAG,CAAC,2DAA2D,CAAC;KAChE,WAAW,CACV,yEAAyE,CAC1E;KACA,OAAO,CACN,qEAAqE,CACtE;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=recipient-may-replace-invalid-date.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipient-may-replace-invalid-date.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/recipient-may-replace-invalid-date.rule.ts"],"names":[],"mappings":";AAEA,wBAUU"}
@@ -0,0 +1,9 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/recipient-may-replace-invalid-date')
3
+ .severity('hint')
4
+ .type('informational')
5
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.6.1')
6
+ .description('A recipient with a clock that receives a response with an invalid Date header field value MAY replace that value with the time that response was received.')
7
+ .summary('Recipients with a clock MAY replace invalid Date header with reception time.')
8
+ .done();
9
+ //# sourceMappingURL=recipient-may-replace-invalid-date.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipient-may-replace-invalid-date.rule.js","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/recipient-may-replace-invalid-date.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CAAC,4CAA4C,CAAC;KAClE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,2DAA2D,CAAC;KAChE,WAAW,CACV,4JAA4J,CAC7J;KACA,OAAO,CACN,8EAA8E,CAC/E;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=recipient-with-clock-must-add-date-if-missing.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipient-with-clock-must-add-date-if-missing.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/recipient-with-clock-must-add-date-if-missing.rule.ts"],"names":[],"mappings":";AAEA,wBAUU"}
@@ -0,0 +1,9 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/recipient-with-clock-must-add-date-if-missing')
3
+ .severity('error')
4
+ .type('informational')
5
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.6.1')
6
+ .description("A recipient with a clock that receives a response message without a Date header field MUST record the time it was received and append a corresponding Date header field to the message's header section if it is cached or forwarded downstream.")
7
+ .summary('Recipients with a clock MUST add Date header if missing when caching or forwarding.')
8
+ .done();
9
+ //# sourceMappingURL=recipient-with-clock-must-add-date-if-missing.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipient-with-clock-must-add-date-if-missing.rule.js","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/recipient-with-clock-must-add-date-if-missing.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CAAC,uDAAuD,CAAC;KAC7E,QAAQ,CAAC,OAAO,CAAC;KACjB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,2DAA2D,CAAC;KAChE,WAAW,CACV,kPAAkP,CACnP;KACA,OAAO,CACN,qFAAqF,CACtF;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=sender-should-generate-date-at-message-generation.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sender-should-generate-date-at-message-generation.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/sender-should-generate-date-at-message-generation.rule.ts"],"names":[],"mappings":";AAEA,wBAYU"}
@@ -0,0 +1,9 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/sender-should-generate-date-at-message-generation')
3
+ .severity('hint')
4
+ .type('analytics', 'informational')
5
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.6.1')
6
+ .description('A sender that generates a Date header field SHOULD generate its field value as the best available approximation of the date and time of message generation. In theory, the date ought to represent the moment just before generating the message content. In practice, a sender can generate the date value at any time during message origination.')
7
+ .summary('Senders SHOULD generate Date header as close to message generation time as possible.')
8
+ .done();
9
+ //# sourceMappingURL=sender-should-generate-date-at-message-generation.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sender-should-generate-date-at-message-generation.rule.js","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/sender-should-generate-date-at-message-generation.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,2DAA2D,CAC5D;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,WAAW,EAAE,eAAe,CAAC;KAClC,GAAG,CAAC,2DAA2D,CAAC;KAChE,WAAW,CACV,qVAAqV,CACtV;KACA,OAAO,CACN,sFAAsF,CACvF;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=user-agent-may-send-date-header-in-request.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-agent-may-send-date-header-in-request.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/user-agent-may-send-date-header-in-request.rule.ts"],"names":[],"mappings":";AAGA,wBAUU"}
@@ -0,0 +1,12 @@
1
+ import { not, requestHeader } from '@thymian/core';
2
+ import { httpRule } from '@thymian/core';
3
+ export default httpRule('rfc9110/user-agent-may-send-date-header-in-request')
4
+ .severity('hint')
5
+ .type('analytics')
6
+ .appliesTo('user-agent')
7
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.6.1')
8
+ .description('A user agent MAY send a Date header field in a request, though generally will not do so unless it is believed to convey useful information to the server.')
9
+ .summary('A user agent MAY send a Date header field in a request.')
10
+ .rule((ctx) => ctx.validateHttpTransactions(not(requestHeader('date'))))
11
+ .done();
12
+ //# sourceMappingURL=user-agent-may-send-date-header-in-request.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-agent-may-send-date-header-in-request.rule.js","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/date/user-agent-may-send-date-header-in-request.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CAAC,oDAAoD,CAAC;KAC1E,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,WAAW,CAAC;KACjB,SAAS,CAAC,YAAY,CAAC;KACvB,GAAG,CAAC,2DAA2D,CAAC;KAChE,WAAW,CACV,2JAA2J,CAC5J;KACA,OAAO,CAAC,yDAAyD,CAAC;KAClE,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,wBAAwB,CAAC,GAAG,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;KACvE,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=sender-should-generate-trailer-header-when-sending-trailers.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sender-should-generate-trailer-header-when-sending-trailers.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/trailer/sender-should-generate-trailer-header-when-sending-trailers.rule.ts"],"names":[],"mappings":";AAGA,wBA0BU"}
@@ -0,0 +1,20 @@
1
+ import { httpTransactionToLabel, not, responseHeader } from '@thymian/core';
2
+ import { httpRule } from '@thymian/core';
3
+ export default httpRule('rfc9110/sender-should-generate-trailer-header-when-sending-trailers')
4
+ .severity('warn')
5
+ .type('analytics', 'test')
6
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.6.2')
7
+ .description('A sender that intends to generate one or more trailer fields in a message SHOULD generate a Trailer header field in the header section of that message to indicate which fields might be present in the trailers.')
8
+ .summary('Senders SHOULD generate Trailer header when sending trailer fields.')
9
+ .rule((ctx) => ctx.validateHttpTransactions(not(responseHeader('trailer')), (req, res) => {
10
+ const trailerKeys = Object.keys(res.trailers);
11
+ if (trailerKeys.length > 0) {
12
+ return {
13
+ message: `Response contains trailer fields (${trailerKeys.join(', ')}) but no Trailer header field was sent`,
14
+ location: httpTransactionToLabel(req, res),
15
+ };
16
+ }
17
+ return false;
18
+ }))
19
+ .done();
20
+ //# sourceMappingURL=sender-should-generate-trailer-header-when-sending-trailers.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sender-should-generate-trailer-header-when-sending-trailers.rule.js","sourceRoot":"","sources":["../../../../../src/rules/message-abstraction/message-metadata/trailer/sender-should-generate-trailer-header-when-sending-trailers.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,GAAG,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC5E,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,qEAAqE,CACtE;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,WAAW,EAAE,MAAM,CAAC;KACzB,GAAG,CAAC,2DAA2D,CAAC;KAChE,WAAW,CACV,mNAAmN,CACpN;KACA,OAAO,CACN,qEAAqE,CACtE;KACA,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,wBAAwB,CAAC,GAAG,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;IACxE,MAAM,WAAW,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAE9C,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC3B,OAAO;YACL,OAAO,EAAE,qCAAqC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,wCAAwC;YAC5G,QAAQ,EAAE,sBAAsB,CAAC,GAAG,EAAE,GAAG,CAAC;SAC3C,CAAC;IACJ,CAAC;IAED,OAAO,KAAK,CAAC;AACf,CAAC,CAAC,CACH;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=recipient-may-treat-the-set-of-received-trailer-fields-as-name-value-pairs.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipient-may-treat-the-set-of-received-trailer-fields-as-name-value-pairs.rule.d.ts","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/trailer-fields/recipient-may-treat-the-set-of-received-trailer-fields-as-name-value-pairs.rule.ts"],"names":[],"mappings":";AAEA,wBAYU"}
@@ -0,0 +1,9 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/recipient-may-treat-the-set-of-received-trailer-fields-as-name-value-pairs')
3
+ .severity('hint')
4
+ .type('informational')
5
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.5.2')
6
+ .description('At the end of a message, a recipient MAY treat the set of received trailer fields as a data structure of name/value pairs, similar to (but separate from) the header fields. Additional processing expectations, if any, can be defined within the field specification for a field intended for use in trailers.')
7
+ .summary('Recipient MAY treat the set of received trailer fields as a data structure of name/value pairs.')
8
+ .done();
9
+ //# sourceMappingURL=recipient-may-treat-the-set-of-received-trailer-fields-as-name-value-pairs.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipient-may-treat-the-set-of-received-trailer-fields-as-name-value-pairs.rule.js","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/trailer-fields/recipient-may-treat-the-set-of-received-trailer-fields-as-name-value-pairs.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,oFAAoF,CACrF;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,2DAA2D,CAAC;KAChE,WAAW,CACV,kTAAkT,CACnT;KACA,OAAO,CACN,iGAAiG,CAClG;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=recipient-must-not-merge-trailers-unsafely.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipient-must-not-merge-trailers-unsafely.rule.d.ts","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/trailer-fields/recipient-must-not-merge-trailers-unsafely.rule.ts"],"names":[],"mappings":";AAEA,wBAUU"}
@@ -0,0 +1,9 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/recipient-must-not-merge-trailers-unsafely')
3
+ .severity('error')
4
+ .type('informational')
5
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.5.1')
6
+ .description('Trailer fields can be difficult to process by intermediaries that forward messages from one protocol version to another. If the entire message can be buffered in transit, some intermediaries could merge trailer fields into the header section (as appropriate) before it is forwarded. However, in most cases, the trailers are simply discarded. A recipient MUST NOT merge a trailer field into a header section unless the recipient understands the corresponding header field definition and that definition explicitly permits and defines how trailer field values can be safely merged.')
7
+ .summary('Recipients MUST NOT merge trailer fields into headers unless explicitly safe.')
8
+ .done();
9
+ //# sourceMappingURL=recipient-must-not-merge-trailers-unsafely.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"recipient-must-not-merge-trailers-unsafely.rule.js","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/trailer-fields/recipient-must-not-merge-trailers-unsafely.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CAAC,oDAAoD,CAAC;KAC1E,QAAQ,CAAC,OAAO,CAAC;KACjB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,2DAA2D,CAAC;KAChE,WAAW,CACV,qkBAAqkB,CACtkB;KACA,OAAO,CACN,+EAA+E,CAChF;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=sender-must-not-generate-trailer-unless-permitted.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sender-must-not-generate-trailer-unless-permitted.rule.d.ts","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/trailer-fields/sender-must-not-generate-trailer-unless-permitted.rule.ts"],"names":[],"mappings":";AAoBA,wBA+BU"}
@@ -0,0 +1,36 @@
1
+ import { responseTrailer } from '@thymian/core';
2
+ import { httpRule } from '@thymian/core';
3
+ // Fields that are forbidden in trailers per RFC 9110
4
+ const FORBIDDEN_TRAILER_FIELDS = new Set([
5
+ 'authorization',
6
+ 'cache-control',
7
+ 'content-encoding',
8
+ 'content-length',
9
+ 'content-range',
10
+ 'content-type',
11
+ 'host',
12
+ 'max-forwards',
13
+ 'set-cookie',
14
+ 'te',
15
+ 'trailer',
16
+ 'transfer-encoding',
17
+ 'www-authenticate',
18
+ ]);
19
+ export default httpRule('rfc9110/sender-must-not-generate-trailer-unless-permitted')
20
+ .severity('error')
21
+ .type('analytics')
22
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.5.1')
23
+ .description("Many fields cannot be processed outside the header section because their evaluation is necessary prior to receiving the content, such as those that describe message framing, routing, authentication, request modifiers, response controls, or content format. A sender MUST NOT generate a trailer field unless the sender knows the corresponding header field name's definition permits the field to be sent in trailers.")
24
+ .summary('Senders MUST NOT generate trailer fields unless explicitly permitted by field definition.')
25
+ .rule((ctx) => ctx.validateCommonHttpTransactions(responseTrailer(), (req, res, location) => {
26
+ const forbiddenTrailers = Object.keys(res.trailers || {}).filter((key) => FORBIDDEN_TRAILER_FIELDS.has(key.toLowerCase()));
27
+ if (forbiddenTrailers.length > 0) {
28
+ return {
29
+ message: `Response contains forbidden trailer field(s): ${forbiddenTrailers.join(', ')}. These fields cannot be sent in trailers.`,
30
+ location,
31
+ };
32
+ }
33
+ return false;
34
+ }))
35
+ .done();
36
+ //# sourceMappingURL=sender-must-not-generate-trailer-unless-permitted.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sender-must-not-generate-trailer-unless-permitted.rule.js","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/trailer-fields/sender-must-not-generate-trailer-unless-permitted.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,qDAAqD;AACrD,MAAM,wBAAwB,GAAG,IAAI,GAAG,CAAC;IACvC,eAAe;IACf,eAAe;IACf,kBAAkB;IAClB,gBAAgB;IAChB,eAAe;IACf,cAAc;IACd,MAAM;IACN,cAAc;IACd,YAAY;IACZ,IAAI;IACJ,SAAS;IACT,mBAAmB;IACnB,kBAAkB;CACnB,CAAC,CAAC;AAEH,eAAe,QAAQ,CACrB,2DAA2D,CAC5D;KACE,QAAQ,CAAC,OAAO,CAAC;KACjB,IAAI,CAAC,WAAW,CAAC;KACjB,GAAG,CAAC,2DAA2D,CAAC;KAChE,WAAW,CACV,+ZAA+Z,CACha;KACA,OAAO,CACN,2FAA2F,CAC5F;KACA,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,8BAA8B,CAChC,eAAe,EAAE,EACjB,CAAC,GAAG,EAAE,GAAG,EAAE,QAAQ,EAAE,EAAE;IACrB,MAAM,iBAAiB,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC,MAAM,CAC9D,CAAC,GAAG,EAAE,EAAE,CAAC,wBAAwB,CAAC,GAAG,CAAC,GAAG,CAAC,WAAW,EAAE,CAAC,CACzD,CAAC;IAEF,IAAI,iBAAiB,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACjC,OAAO;YACL,OAAO,EAAE,iDAAiD,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,4CAA4C;YAClI,QAAQ;SACT,CAAC;IACJ,CAAC;IAED,OAAO,KAAK,CAAC;AACf,CAAC,CACF,CACF;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=server-should-not-generate-necessary-trailers.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server-should-not-generate-necessary-trailers.rule.d.ts","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/trailer-fields/server-should-not-generate-necessary-trailers.rule.ts"],"names":[],"mappings":";AAEA,wBAWU"}
@@ -0,0 +1,10 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/server-should-not-generate-necessary-trailers')
3
+ .severity('warn')
4
+ .type('informational')
5
+ .appliesTo('server')
6
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.5.1')
7
+ .description('Because of the potential for trailer fields to be discarded in transit, a server SHOULD NOT generate trailer fields that it believes are necessary for the user agent to receive.')
8
+ .summary('Servers SHOULD NOT generate trailer fields necessary for user agents.')
9
+ .done();
10
+ //# sourceMappingURL=server-should-not-generate-necessary-trailers.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server-should-not-generate-necessary-trailers.rule.js","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/trailer-fields/server-should-not-generate-necessary-trailers.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CAAC,uDAAuD,CAAC;KAC7E,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,eAAe,CAAC;KACrB,SAAS,CAAC,QAAQ,CAAC;KACnB,GAAG,CAAC,2DAA2D,CAAC;KAChE,WAAW,CACV,mLAAmL,CACpL;KACA,OAAO,CACN,uEAAuE,CACxE;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=trailer-fields-must-be-defined-as-list-if-repeatable.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trailer-fields-must-be-defined-as-list-if-repeatable.rule.d.ts","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/trailer-fields/trailer-fields-must-be-defined-as-list-if-repeatable.rule.ts"],"names":[],"mappings":";AAEA,wBAYU"}
@@ -0,0 +1,9 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/trailer-fields-must-be-defined-as-list-if-repeatable')
3
+ .severity('error')
4
+ .type('informational')
5
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#section-6.5.2')
6
+ .description('Like header fields, trailer fields with the same name are processed in the order received; multiple trailer field lines with the same name have the equivalent semantics as appending the multiple values as a list of members. Trailer fields that might be generated more than once during a message MUST be defined as a list-based field even if each member value is only processed once per field line received.')
7
+ .summary('Trailer fields that can repeat MUST be defined as list-based fields.')
8
+ .done();
9
+ //# sourceMappingURL=trailer-fields-must-be-defined-as-list-if-repeatable.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trailer-fields-must-be-defined-as-list-if-repeatable.rule.js","sourceRoot":"","sources":["../../../../src/rules/message-abstraction/trailer-fields/trailer-fields-must-be-defined-as-list-if-repeatable.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,8DAA8D,CAC/D;KACE,QAAQ,CAAC,OAAO,CAAC;KACjB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,2DAA2D,CAAC;KAChE,WAAW,CACV,wZAAwZ,CACzZ;KACA,OAAO,CACN,sEAAsE,CACvE;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=client-may-proceed-to-send-content-without-receiving-100-response.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-may-proceed-to-send-content-without-receiving-100-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/message-context/request-context/expect/client-may-proceed-to-send-content-without-receiving-100-response.rule.ts"],"names":[],"mappings":";AAEA,wBAUU"}
@@ -0,0 +1,9 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/client-may-proceed-to-send-content-without-receiving-100-response')
3
+ .severity('hint')
4
+ .type('informational')
5
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#name-expect')
6
+ .description('A client that sends a 100-continue expectation is not required to wait for any specific length of time; such a client MAY proceed to send the content even if it has not yet received a response.')
7
+ .appliesTo('client')
8
+ .done();
9
+ //# sourceMappingURL=client-may-proceed-to-send-content-without-receiving-100-response.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-may-proceed-to-send-content-without-receiving-100-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/message-context/request-context/expect/client-may-proceed-to-send-content-without-receiving-100-response.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,2EAA2E,CAC5E;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,yDAAyD,CAAC;KAC9D,WAAW,CACV,mMAAmM,CACpM;KACA,SAAS,CAAC,QAAQ,CAAC;KACnB,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=client-must-not-generate-100-continue-without-content.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-must-not-generate-100-continue-without-content.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/message-context/request-context/expect/client-must-not-generate-100-continue-without-content.rule.ts"],"names":[],"mappings":";AAGA,wBAeU"}
@@ -0,0 +1,11 @@
1
+ import { and, hasRequestBody, not, requestHeader } from '@thymian/core';
2
+ import { httpRule } from '@thymian/core';
3
+ export default httpRule('rfc9110/client-must-not-generate-100-continue-without-content')
4
+ .severity('error')
5
+ .type('static', 'analytics', 'test')
6
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#name-expect')
7
+ .description('A client MUST NOT generate a 100-continue expectation in a request that does not include content.')
8
+ .appliesTo('client')
9
+ .rule((ctx) => ctx.validateCommonHttpTransactions(and(requestHeader('expect', '100-continue'), not(hasRequestBody()))))
10
+ .done();
11
+ //# sourceMappingURL=client-must-not-generate-100-continue-without-content.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-must-not-generate-100-continue-without-content.rule.js","sourceRoot":"","sources":["../../../../../src/rules/message-context/request-context/expect/client-must-not-generate-100-continue-without-content.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE,GAAG,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,+DAA+D,CAChE;KACE,QAAQ,CAAC,OAAO,CAAC;KACjB,IAAI,CAAC,QAAQ,EAAE,WAAW,EAAE,MAAM,CAAC;KACnC,GAAG,CAAC,yDAAyD,CAAC;KAC9D,WAAW,CACV,mGAAmG,CACpG;KACA,SAAS,CAAC,QAAQ,CAAC;KACnB,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CACZ,GAAG,CAAC,8BAA8B,CAChC,GAAG,CAAC,aAAa,CAAC,QAAQ,EAAE,cAAc,CAAC,EAAE,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC,CACpE,CACF;KACA,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=client-must-send-expect-header-for-100-response.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-must-send-expect-header-for-100-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/message-context/request-context/expect/client-must-send-expect-header-for-100-response.rule.ts"],"names":[],"mappings":";AAEA,wBAUU"}
@@ -0,0 +1,9 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/client-must-send-expect-header-for-100-response')
3
+ .severity('error')
4
+ .type('informational')
5
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#name-expect')
6
+ .description('A client that will wait for a 100 (Continue) response before sending the request content MUST send an Expect header field containing a 100-continue expectation.')
7
+ .appliesTo('client')
8
+ .done();
9
+ //# sourceMappingURL=client-must-send-expect-header-for-100-response.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-must-send-expect-header-for-100-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/message-context/request-context/expect/client-must-send-expect-header-for-100-response.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,yDAAyD,CAAC;KAC9D,WAAW,CACV,kKAAkK,CACnK;KACA,SAAS,CAAC,QAAQ,CAAC;KACnB,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=client-should-not-wait-for-an-indefinite-period-for-100-response.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-should-not-wait-for-an-indefinite-period-for-100-response.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/message-context/request-context/expect/client-should-not-wait-for-an-indefinite-period-for-100-response.rule.ts"],"names":[],"mappings":";AAEA,wBAUU"}
@@ -0,0 +1,9 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/client-should-not-wait-for-an-indefinite-period-for-100-response')
3
+ .severity('warn')
4
+ .type('informational')
5
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#name-expect')
6
+ .description('Furthermore, since 100 (Continue) responses cannot be sent through an HTTP/1.0 intermediary, such a client SHOULD NOT wait for an indefinite period before sending the content.')
7
+ .appliesTo('client')
8
+ .done();
9
+ //# sourceMappingURL=client-should-not-wait-for-an-indefinite-period-for-100-response.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-should-not-wait-for-an-indefinite-period-for-100-response.rule.js","sourceRoot":"","sources":["../../../../../src/rules/message-context/request-context/expect/client-should-not-wait-for-an-indefinite-period-for-100-response.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,0EAA0E,CAC3E;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,yDAAyD,CAAC;KAC9D,WAAW,CACV,iLAAiL,CAClL;KACA,SAAS,CAAC,QAAQ,CAAC;KACnB,IAAI,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@thymian/core").Rule<Record<PropertyKey, unknown>>;
2
+ export default _default;
3
+ //# sourceMappingURL=client-should-repeat-request-without-expect-for-417.rule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-should-repeat-request-without-expect-for-417.rule.d.ts","sourceRoot":"","sources":["../../../../../src/rules/message-context/request-context/expect/client-should-repeat-request-without-expect-for-417.rule.ts"],"names":[],"mappings":";AAEA,wBAUU"}
@@ -0,0 +1,9 @@
1
+ import { httpRule } from '@thymian/core';
2
+ export default httpRule('rfc9110/client-should-repeat-request-without-expect-for-417')
3
+ .severity('hint')
4
+ .type('informational')
5
+ .url('https://www.rfc-editor.org/rfc/rfc9110.html#name-expect')
6
+ .description('A client that receives a 417 (Expectation Failed) status code in response to a request containing a 100-continue expectation SHOULD repeat that request without a 100-continue expectation, since the 417 response merely indicates that the response chain does not support expectations.')
7
+ .appliesTo('client')
8
+ .done();
9
+ //# sourceMappingURL=client-should-repeat-request-without-expect-for-417.rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-should-repeat-request-without-expect-for-417.rule.js","sourceRoot":"","sources":["../../../../../src/rules/message-context/request-context/expect/client-should-repeat-request-without-expect-for-417.rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CACrB,6DAA6D,CAC9D;KACE,QAAQ,CAAC,MAAM,CAAC;KAChB,IAAI,CAAC,eAAe,CAAC;KACrB,GAAG,CAAC,yDAAyD,CAAC;KAC9D,WAAW,CACV,4RAA4R,CAC7R;KACA,SAAS,CAAC,QAAQ,CAAC;KACnB,IAAI,EAAE,CAAC"}