@thymian/core 0.0.0-PLACEHOLDER
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +59 -0
- package/dist/actions/action.d.ts +5 -0
- package/dist/actions/action.d.ts.map +1 -0
- package/dist/actions/action.js +2 -0
- package/dist/actions/action.js.map +1 -0
- package/dist/actions/close.action.d.ts +3 -0
- package/dist/actions/close.action.d.ts.map +1 -0
- package/dist/actions/close.action.js +2 -0
- package/dist/actions/close.action.js.map +1 -0
- package/dist/actions/core-analyze.action.d.ts +11 -0
- package/dist/actions/core-analyze.action.d.ts.map +1 -0
- package/dist/actions/core-analyze.action.js +2 -0
- package/dist/actions/core-analyze.action.js.map +1 -0
- package/dist/actions/core-lint.action.d.ts +9 -0
- package/dist/actions/core-lint.action.d.ts.map +1 -0
- package/dist/actions/core-lint.action.js +2 -0
- package/dist/actions/core-lint.action.js.map +1 -0
- package/dist/actions/core-request-sample.action.d.ts +9 -0
- package/dist/actions/core-request-sample.action.d.ts.map +1 -0
- package/dist/actions/core-request-sample.action.js +2 -0
- package/dist/actions/core-request-sample.action.js.map +1 -0
- package/dist/actions/core-test.action.d.ts +10 -0
- package/dist/actions/core-test.action.d.ts.map +1 -0
- package/dist/actions/core-test.action.js +2 -0
- package/dist/actions/core-test.action.js.map +1 -0
- package/dist/actions/core-validation-input.d.ts +6 -0
- package/dist/actions/core-validation-input.d.ts.map +1 -0
- package/dist/actions/core-validation-input.js +2 -0
- package/dist/actions/core-validation-input.js.map +1 -0
- package/dist/actions/format-load.action.d.ts +16 -0
- package/dist/actions/format-load.action.d.ts.map +1 -0
- package/dist/actions/format-load.action.js +36 -0
- package/dist/actions/format-load.action.js.map +1 -0
- package/dist/actions/format.action.d.ts +4 -0
- package/dist/actions/format.action.d.ts.map +1 -0
- package/dist/actions/format.action.js +2 -0
- package/dist/actions/format.action.js.map +1 -0
- package/dist/actions/index.d.ts +39 -0
- package/dist/actions/index.d.ts.map +1 -0
- package/dist/actions/index.js +14 -0
- package/dist/actions/index.js.map +1 -0
- package/dist/actions/ready.action.d.ts +3 -0
- package/dist/actions/ready.action.d.ts.map +1 -0
- package/dist/actions/ready.action.js +2 -0
- package/dist/actions/ready.action.js.map +1 -0
- package/dist/actions/report-flush.action.d.ts +6 -0
- package/dist/actions/report-flush.action.d.ts.map +1 -0
- package/dist/actions/report-flush.action.js +2 -0
- package/dist/actions/report-flush.action.js.map +1 -0
- package/dist/actions/request-dispatch.action.d.ts +13 -0
- package/dist/actions/request-dispatch.action.d.ts.map +1 -0
- package/dist/actions/request-dispatch.action.js +45 -0
- package/dist/actions/request-dispatch.action.js.map +1 -0
- package/dist/actions/traffic-load.action.d.ts +16 -0
- package/dist/actions/traffic-load.action.d.ts.map +1 -0
- package/dist/actions/traffic-load.action.js +36 -0
- package/dist/actions/traffic-load.action.js.map +1 -0
- package/dist/actions/validation-result.d.ts +18 -0
- package/dist/actions/validation-result.d.ts.map +1 -0
- package/dist/actions/validation-result.js +81 -0
- package/dist/actions/validation-result.js.map +1 -0
- package/dist/ajv.d.ts +5 -0
- package/dist/ajv.d.ts.map +1 -0
- package/dist/ajv.js +9 -0
- package/dist/ajv.js.map +1 -0
- package/dist/chalk.d.ts +2 -0
- package/dist/chalk.d.ts.map +1 -0
- package/dist/chalk.js +2 -0
- package/dist/chalk.js.map +1 -0
- package/dist/constants.d.ts +5 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +6 -0
- package/dist/constants.js.map +1 -0
- package/dist/core-plugin.d.ts +5 -0
- package/dist/core-plugin.d.ts.map +1 -0
- package/dist/core-plugin.js +62 -0
- package/dist/core-plugin.js.map +1 -0
- package/dist/emitter/action-event.d.ts +19 -0
- package/dist/emitter/action-event.d.ts.map +1 -0
- package/dist/emitter/action-event.js +2 -0
- package/dist/emitter/action-event.js.map +1 -0
- package/dist/emitter/error-event.d.ts +13 -0
- package/dist/emitter/error-event.d.ts.map +1 -0
- package/dist/emitter/error-event.js +2 -0
- package/dist/emitter/error-event.js.map +1 -0
- package/dist/emitter/events.d.ts +10 -0
- package/dist/emitter/events.d.ts.map +1 -0
- package/dist/emitter/events.js +2 -0
- package/dist/emitter/events.js.map +1 -0
- package/dist/emitter/index.d.ts +6 -0
- package/dist/emitter/index.d.ts.map +1 -0
- package/dist/emitter/index.js +6 -0
- package/dist/emitter/index.js.map +1 -0
- package/dist/emitter/thymian-emitter.d.ts +61 -0
- package/dist/emitter/thymian-emitter.d.ts.map +1 -0
- package/dist/emitter/thymian-emitter.js +371 -0
- package/dist/emitter/thymian-emitter.js.map +1 -0
- package/dist/emitter/utils.d.ts +8 -0
- package/dist/emitter/utils.d.ts.map +1 -0
- package/dist/emitter/utils.js +16 -0
- package/dist/emitter/utils.js.map +1 -0
- package/dist/events/error.event.d.ts +5 -0
- package/dist/events/error.event.d.ts.map +1 -0
- package/dist/events/error.event.js +49 -0
- package/dist/events/error.event.js.map +1 -0
- package/dist/events/exit.event.d.ts +14 -0
- package/dist/events/exit.event.d.ts.map +1 -0
- package/dist/events/exit.event.js +9 -0
- package/dist/events/exit.event.js.map +1 -0
- package/dist/events/index.d.ts +15 -0
- package/dist/events/index.d.ts.map +1 -0
- package/dist/events/index.js +4 -0
- package/dist/events/index.js.map +1 -0
- package/dist/events/register-plugin.event.d.ts +51 -0
- package/dist/events/register-plugin.event.d.ts.map +1 -0
- package/dist/events/register-plugin.event.js +29 -0
- package/dist/events/register-plugin.event.js.map +1 -0
- package/dist/events/report.event.d.ts +104 -0
- package/dist/events/report.event.d.ts.map +1 -0
- package/dist/events/report.event.js +109 -0
- package/dist/events/report.event.js.map +1 -0
- package/dist/format/circular-references.d.ts +3 -0
- package/dist/format/circular-references.d.ts.map +1 -0
- package/dist/format/circular-references.js +71 -0
- package/dist/format/circular-references.js.map +1 -0
- package/dist/format/edges/edge.d.ts +9 -0
- package/dist/format/edges/edge.d.ts.map +1 -0
- package/dist/format/edges/edge.js +2 -0
- package/dist/format/edges/edge.js.map +1 -0
- package/dist/format/edges/has-sample.edge.d.ts +5 -0
- package/dist/format/edges/has-sample.edge.d.ts.map +1 -0
- package/dist/format/edges/has-sample.edge.js +2 -0
- package/dist/format/edges/has-sample.edge.js.map +1 -0
- package/dist/format/edges/http-link.edge.d.ts +10 -0
- package/dist/format/edges/http-link.edge.d.ts.map +1 -0
- package/dist/format/edges/http-link.edge.js +2 -0
- package/dist/format/edges/http-link.edge.js.map +1 -0
- package/dist/format/edges/http-transaction.edge.d.ts +5 -0
- package/dist/format/edges/http-transaction.edge.d.ts.map +1 -0
- package/dist/format/edges/http-transaction.edge.js +2 -0
- package/dist/format/edges/http-transaction.edge.js.map +1 -0
- package/dist/format/edges/is-secured-with.edge.d.ts +5 -0
- package/dist/format/edges/is-secured-with.edge.d.ts.map +1 -0
- package/dist/format/edges/is-secured-with.edge.js +2 -0
- package/dist/format/edges/is-secured-with.edge.js.map +1 -0
- package/dist/format/edges/sample-http-transaction.edge.d.ts +5 -0
- package/dist/format/edges/sample-http-transaction.edge.d.ts.map +1 -0
- package/dist/format/edges/sample-http-transaction.edge.js +2 -0
- package/dist/format/edges/sample-http-transaction.edge.js.map +1 -0
- package/dist/format/format-location.d.ts +13 -0
- package/dist/format/format-location.d.ts.map +1 -0
- package/dist/format/format-location.js +2 -0
- package/dist/format/format-location.js.map +1 -0
- package/dist/format/http-filter-expression-to-transaction-filter.d.ts +5 -0
- package/dist/format/http-filter-expression-to-transaction-filter.d.ts.map +1 -0
- package/dist/format/http-filter-expression-to-transaction-filter.js +88 -0
- package/dist/format/http-filter-expression-to-transaction-filter.js.map +1 -0
- package/dist/format/index.d.ts +14 -0
- package/dist/format/index.d.ts.map +1 -0
- package/dist/format/index.js +14 -0
- package/dist/format/index.js.map +1 -0
- package/dist/format/nodes/http-request.node.d.ts +29 -0
- package/dist/format/nodes/http-request.node.d.ts.map +1 -0
- package/dist/format/nodes/http-request.node.js +2 -0
- package/dist/format/nodes/http-request.node.js.map +1 -0
- package/dist/format/nodes/http-response.node.d.ts +12 -0
- package/dist/format/nodes/http-response.node.d.ts.map +1 -0
- package/dist/format/nodes/http-response.node.js +2 -0
- package/dist/format/nodes/http-response.node.js.map +1 -0
- package/dist/format/nodes/node.d.ts +9 -0
- package/dist/format/nodes/node.d.ts.map +1 -0
- package/dist/format/nodes/node.js +2 -0
- package/dist/format/nodes/node.js.map +1 -0
- package/dist/format/nodes/sample-http-request.node.d.ts +7 -0
- package/dist/format/nodes/sample-http-request.node.d.ts.map +1 -0
- package/dist/format/nodes/sample-http-request.node.js +2 -0
- package/dist/format/nodes/sample-http-request.node.js.map +1 -0
- package/dist/format/nodes/sample-http-response.node.d.ts +7 -0
- package/dist/format/nodes/sample-http-response.node.d.ts.map +1 -0
- package/dist/format/nodes/sample-http-response.node.js +2 -0
- package/dist/format/nodes/sample-http-response.node.js.map +1 -0
- package/dist/format/nodes/security-scheme.node.d.ts +17 -0
- package/dist/format/nodes/security-scheme.node.d.ts.map +1 -0
- package/dist/format/nodes/security-scheme.node.js +2 -0
- package/dist/format/nodes/security-scheme.node.js.map +1 -0
- package/dist/format/parameter.d.ts +10 -0
- package/dist/format/parameter.d.ts.map +1 -0
- package/dist/format/parameter.js +2 -0
- package/dist/format/parameter.js.map +1 -0
- package/dist/format/serialization-style/cookie.serialization-style.d.ts +5 -0
- package/dist/format/serialization-style/cookie.serialization-style.d.ts.map +1 -0
- package/dist/format/serialization-style/cookie.serialization-style.js +7 -0
- package/dist/format/serialization-style/cookie.serialization-style.js.map +1 -0
- package/dist/format/serialization-style/header.serialization-style.d.ts +5 -0
- package/dist/format/serialization-style/header.serialization-style.d.ts.map +1 -0
- package/dist/format/serialization-style/header.serialization-style.js +7 -0
- package/dist/format/serialization-style/header.serialization-style.js.map +1 -0
- package/dist/format/serialization-style/index.d.ts +6 -0
- package/dist/format/serialization-style/index.d.ts.map +1 -0
- package/dist/format/serialization-style/index.js +6 -0
- package/dist/format/serialization-style/index.js.map +1 -0
- package/dist/format/serialization-style/path.serialization-style.d.ts +5 -0
- package/dist/format/serialization-style/path.serialization-style.d.ts.map +1 -0
- package/dist/format/serialization-style/path.serialization-style.js +7 -0
- package/dist/format/serialization-style/path.serialization-style.js.map +1 -0
- package/dist/format/serialization-style/query.serialization-style.d.ts +5 -0
- package/dist/format/serialization-style/query.serialization-style.d.ts.map +1 -0
- package/dist/format/serialization-style/query.serialization-style.js +7 -0
- package/dist/format/serialization-style/query.serialization-style.js.map +1 -0
- package/dist/format/serialization-style/serialization-style.d.ts +13 -0
- package/dist/format/serialization-style/serialization-style.d.ts.map +1 -0
- package/dist/format/serialization-style/serialization-style.js +25 -0
- package/dist/format/serialization-style/serialization-style.js.map +1 -0
- package/dist/format/thymian-format.d.ts +109 -0
- package/dist/format/thymian-format.d.ts.map +1 -0
- package/dist/format/thymian-format.js +437 -0
- package/dist/format/thymian-format.js.map +1 -0
- package/dist/format/thymian-schema.d.ts +56 -0
- package/dist/format/thymian-schema.d.ts.map +1 -0
- package/dist/format/thymian-schema.js +2 -0
- package/dist/format/thymian-schema.js.map +1 -0
- package/dist/format/utils.d.ts +12 -0
- package/dist/format/utils.d.ts.map +1 -0
- package/dist/format/utils.js +85 -0
- package/dist/format/utils.js.map +1 -0
- package/dist/http-filter-visitor.d.ts +76 -0
- package/dist/http-filter-visitor.d.ts.map +1 -0
- package/dist/http-filter-visitor.js +168 -0
- package/dist/http-filter-visitor.js.map +1 -0
- package/dist/http-filter.d.ts +140 -0
- package/dist/http-filter.d.ts.map +1 -0
- package/dist/http-filter.js +137 -0
- package/dist/http-filter.js.map +1 -0
- package/dist/http-status-codes/1xx/index.d.ts +15 -0
- package/dist/http-status-codes/1xx/index.d.ts.map +1 -0
- package/dist/http-status-codes/1xx/index.js +15 -0
- package/dist/http-status-codes/1xx/index.js.map +1 -0
- package/dist/http-status-codes/1xx/informational.phrases.d.ts +4 -0
- package/dist/http-status-codes/1xx/informational.phrases.d.ts.map +1 -0
- package/dist/http-status-codes/1xx/informational.phrases.js +10 -0
- package/dist/http-status-codes/1xx/informational.phrases.js.map +1 -0
- package/dist/http-status-codes/1xx/informational.status-codes.d.ts +4 -0
- package/dist/http-status-codes/1xx/informational.status-codes.d.ts.map +1 -0
- package/dist/http-status-codes/1xx/informational.status-codes.js +5 -0
- package/dist/http-status-codes/1xx/informational.status-codes.js.map +1 -0
- package/dist/http-status-codes/2xx/index.d.ts +25 -0
- package/dist/http-status-codes/2xx/index.d.ts.map +1 -0
- package/dist/http-status-codes/2xx/index.js +25 -0
- package/dist/http-status-codes/2xx/index.js.map +1 -0
- package/dist/http-status-codes/2xx/successful.phrases.d.ts +4 -0
- package/dist/http-status-codes/2xx/successful.phrases.d.ts.map +1 -0
- package/dist/http-status-codes/2xx/successful.phrases.js +15 -0
- package/dist/http-status-codes/2xx/successful.phrases.js.map +1 -0
- package/dist/http-status-codes/2xx/successful.status-codes.d.ts +4 -0
- package/dist/http-status-codes/2xx/successful.status-codes.d.ts.map +1 -0
- package/dist/http-status-codes/2xx/successful.status-codes.js +7 -0
- package/dist/http-status-codes/2xx/successful.status-codes.js.map +1 -0
- package/dist/http-status-codes/3xx/index.d.ts +21 -0
- package/dist/http-status-codes/3xx/index.d.ts.map +1 -0
- package/dist/http-status-codes/3xx/index.js +21 -0
- package/dist/http-status-codes/3xx/index.js.map +1 -0
- package/dist/http-status-codes/3xx/redirection.phrases.d.ts +4 -0
- package/dist/http-status-codes/3xx/redirection.phrases.d.ts.map +1 -0
- package/dist/http-status-codes/3xx/redirection.phrases.js +13 -0
- package/dist/http-status-codes/3xx/redirection.phrases.js.map +1 -0
- package/dist/http-status-codes/3xx/redirection.status-codes.d.ts +4 -0
- package/dist/http-status-codes/3xx/redirection.status-codes.d.ts.map +1 -0
- package/dist/http-status-codes/3xx/redirection.status-codes.js +7 -0
- package/dist/http-status-codes/3xx/redirection.status-codes.js.map +1 -0
- package/dist/http-status-codes/4xx/client-error.phrases.d.ts +4 -0
- package/dist/http-status-codes/4xx/client-error.phrases.d.ts.map +1 -0
- package/dist/http-status-codes/4xx/client-error.phrases.js +34 -0
- package/dist/http-status-codes/4xx/client-error.phrases.js.map +1 -0
- package/dist/http-status-codes/4xx/client-error.status-codes.d.ts +4 -0
- package/dist/http-status-codes/4xx/client-error.status-codes.d.ts.map +1 -0
- package/dist/http-status-codes/4xx/client-error.status-codes.js +8 -0
- package/dist/http-status-codes/4xx/client-error.status-codes.js.map +1 -0
- package/dist/http-status-codes/4xx/index.d.ts +63 -0
- package/dist/http-status-codes/4xx/index.d.ts.map +1 -0
- package/dist/http-status-codes/4xx/index.js +63 -0
- package/dist/http-status-codes/4xx/index.js.map +1 -0
- package/dist/http-status-codes/5xx/index.d.ts +29 -0
- package/dist/http-status-codes/5xx/index.d.ts.map +1 -0
- package/dist/http-status-codes/5xx/index.js +29 -0
- package/dist/http-status-codes/5xx/index.js.map +1 -0
- package/dist/http-status-codes/5xx/server-error.phrases.d.ts +4 -0
- package/dist/http-status-codes/5xx/server-error.phrases.d.ts.map +1 -0
- package/dist/http-status-codes/5xx/server-error.phrases.js +17 -0
- package/dist/http-status-codes/5xx/server-error.phrases.js.map +1 -0
- package/dist/http-status-codes/5xx/server-error.status-codes.d.ts +4 -0
- package/dist/http-status-codes/5xx/server-error.status-codes.d.ts.map +1 -0
- package/dist/http-status-codes/5xx/server-error.status-codes.js +7 -0
- package/dist/http-status-codes/5xx/server-error.status-codes.js.map +1 -0
- package/dist/http-status-codes/http-status-code-ranges.d.ts +11 -0
- package/dist/http-status-codes/http-status-code-ranges.d.ts.map +1 -0
- package/dist/http-status-codes/http-status-code-ranges.js +19 -0
- package/dist/http-status-codes/http-status-code-ranges.js.map +1 -0
- package/dist/http-status-codes/http-status-code.d.ts +8 -0
- package/dist/http-status-codes/http-status-code.d.ts.map +1 -0
- package/dist/http-status-codes/http-status-code.js +13 -0
- package/dist/http-status-codes/http-status-code.js.map +1 -0
- package/dist/http-status-codes/http-status-phrase.d.ts +8 -0
- package/dist/http-status-codes/http-status-phrase.d.ts.map +1 -0
- package/dist/http-status-codes/http-status-phrase.js +13 -0
- package/dist/http-status-codes/http-status-phrase.js.map +1 -0
- package/dist/http-status-codes/index.d.ts +10 -0
- package/dist/http-status-codes/index.d.ts.map +1 -0
- package/dist/http-status-codes/index.js +10 -0
- package/dist/http-status-codes/index.js.map +1 -0
- package/dist/http-status-codes/phrase-to-status-code.d.ts +62 -0
- package/dist/http-status-codes/phrase-to-status-code.d.ts.map +1 -0
- package/dist/http-status-codes/phrase-to-status-code.js +13 -0
- package/dist/http-status-codes/phrase-to-status-code.js.map +1 -0
- package/dist/http-status-codes/status-code-to-phrase.d.ts +62 -0
- package/dist/http-status-codes/status-code-to-phrase.d.ts.map +1 -0
- package/dist/http-status-codes/status-code-to-phrase.js +13 -0
- package/dist/http-status-codes/status-code-to-phrase.js.map +1 -0
- package/dist/http-status-codes/validate.d.ts +5 -0
- package/dist/http-status-codes/validate.d.ts.map +1 -0
- package/dist/http-status-codes/validate.js +28 -0
- package/dist/http-status-codes/validate.js.map +1 -0
- package/dist/http-testing/http-test/create-hook-runner.d.ts +21 -0
- package/dist/http-testing/http-test/create-hook-runner.d.ts.map +1 -0
- package/dist/http-testing/http-test/create-hook-runner.js +17 -0
- package/dist/http-testing/http-test/create-hook-runner.js.map +1 -0
- package/dist/http-testing/http-test/create-http-test-context.d.ts +3 -0
- package/dist/http-testing/http-test/create-http-test-context.d.ts.map +1 -0
- package/dist/http-testing/http-test/create-http-test-context.js +24 -0
- package/dist/http-testing/http-test/create-http-test-context.js.map +1 -0
- package/dist/http-testing/http-test/http-test-case-result.d.ts +46 -0
- package/dist/http-testing/http-test/http-test-case-result.d.ts.map +1 -0
- package/dist/http-testing/http-test/http-test-case-result.js +2 -0
- package/dist/http-testing/http-test/http-test-case-result.js.map +1 -0
- package/dist/http-testing/http-test/http-test-case.d.ts +36 -0
- package/dist/http-testing/http-test/http-test-case.d.ts.map +1 -0
- package/dist/http-testing/http-test/http-test-case.js +2 -0
- package/dist/http-testing/http-test/http-test-case.js.map +1 -0
- package/dist/http-testing/http-test/http-test-context.d.ts +20 -0
- package/dist/http-testing/http-test/http-test-context.d.ts.map +1 -0
- package/dist/http-testing/http-test/http-test-context.js +2 -0
- package/dist/http-testing/http-test/http-test-context.js.map +1 -0
- package/dist/http-testing/http-test/http-test-hooks.d.ts +26 -0
- package/dist/http-testing/http-test/http-test-hooks.d.ts.map +1 -0
- package/dist/http-testing/http-test/http-test-hooks.js +2 -0
- package/dist/http-testing/http-test/http-test-hooks.js.map +1 -0
- package/dist/http-testing/http-test/http-test-pipeline.d.ts +10 -0
- package/dist/http-testing/http-test/http-test-pipeline.d.ts.map +1 -0
- package/dist/http-testing/http-test/http-test-pipeline.js +2 -0
- package/dist/http-testing/http-test/http-test-pipeline.js.map +1 -0
- package/dist/http-testing/http-test/http-test.d.ts +11 -0
- package/dist/http-testing/http-test/http-test.d.ts.map +1 -0
- package/dist/http-testing/http-test/http-test.js +35 -0
- package/dist/http-testing/http-test/http-test.js.map +1 -0
- package/dist/http-testing/http-test/index.d.ts +10 -0
- package/dist/http-testing/http-test/index.d.ts.map +1 -0
- package/dist/http-testing/http-test/index.js +10 -0
- package/dist/http-testing/http-test/index.js.map +1 -0
- package/dist/http-testing/http-test/utils.d.ts +11 -0
- package/dist/http-testing/http-test/utils.d.ts.map +1 -0
- package/dist/http-testing/http-test/utils.js +16 -0
- package/dist/http-testing/http-test/utils.js.map +1 -0
- package/dist/http-testing/index.d.ts +7 -0
- package/dist/http-testing/index.d.ts.map +1 -0
- package/dist/http-testing/index.js +7 -0
- package/dist/http-testing/index.js.map +1 -0
- package/dist/http-testing/operators/expect-for-transaction.operator.d.ts +5 -0
- package/dist/http-testing/operators/expect-for-transaction.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/expect-for-transaction.operator.js +39 -0
- package/dist/http-testing/operators/expect-for-transaction.operator.js.map +1 -0
- package/dist/http-testing/operators/expect-headers.operator.d.ts +4 -0
- package/dist/http-testing/operators/expect-headers.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/expect-headers.operator.js +37 -0
- package/dist/http-testing/operators/expect-headers.operator.js.map +1 -0
- package/dist/http-testing/operators/expect-status-code.operator.d.ts +5 -0
- package/dist/http-testing/operators/expect-status-code.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/expect-status-code.operator.js +55 -0
- package/dist/http-testing/operators/expect-status-code.operator.js.map +1 -0
- package/dist/http-testing/operators/expect.operator.d.ts +4 -0
- package/dist/http-testing/operators/expect.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/expect.operator.js +31 -0
- package/dist/http-testing/operators/expect.operator.js.map +1 -0
- package/dist/http-testing/operators/fail.operator.d.ts +4 -0
- package/dist/http-testing/operators/fail.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/fail.operator.js +8 -0
- package/dist/http-testing/operators/fail.operator.js.map +1 -0
- package/dist/http-testing/operators/filter-http-transactions.operator.d.ts +10 -0
- package/dist/http-testing/operators/filter-http-transactions.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/filter-http-transactions.operator.js +18 -0
- package/dist/http-testing/operators/filter-http-transactions.operator.js.map +1 -0
- package/dist/http-testing/operators/generate-requests.operator.d.ts +10 -0
- package/dist/http-testing/operators/generate-requests.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/generate-requests.operator.js +44 -0
- package/dist/http-testing/operators/generate-requests.operator.js.map +1 -0
- package/dist/http-testing/operators/index.d.ts +21 -0
- package/dist/http-testing/operators/index.d.ts.map +1 -0
- package/dist/http-testing/operators/index.js +21 -0
- package/dist/http-testing/operators/index.js.map +1 -0
- package/dist/http-testing/operators/map-to-grouped-test-case.operator.d.ts +7 -0
- package/dist/http-testing/operators/map-to-grouped-test-case.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/map-to-grouped-test-case.operator.js +32 -0
- package/dist/http-testing/operators/map-to-grouped-test-case.operator.js.map +1 -0
- package/dist/http-testing/operators/map-to-test-case.operator.d.ts +7 -0
- package/dist/http-testing/operators/map-to-test-case.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/map-to-test-case.operator.js +21 -0
- package/dist/http-testing/operators/map-to-test-case.operator.js.map +1 -0
- package/dist/http-testing/operators/override-headers.operator.d.ts +5 -0
- package/dist/http-testing/operators/override-headers.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/override-headers.operator.js +18 -0
- package/dist/http-testing/operators/override-headers.operator.js.map +1 -0
- package/dist/http-testing/operators/override-with-previous.operator.d.ts +5 -0
- package/dist/http-testing/operators/override-with-previous.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/override-with-previous.operator.js +23 -0
- package/dist/http-testing/operators/override-with-previous.operator.js.map +1 -0
- package/dist/http-testing/operators/replay-previous-step.operator.d.ts +5 -0
- package/dist/http-testing/operators/replay-previous-step.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/replay-previous-step.operator.js +27 -0
- package/dist/http-testing/operators/replay-previous-step.operator.js.map +1 -0
- package/dist/http-testing/operators/reply-previous-but-expect-response.operator.d.ts +7 -0
- package/dist/http-testing/operators/reply-previous-but-expect-response.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/reply-previous-but-expect-response.operator.js +61 -0
- package/dist/http-testing/operators/reply-previous-but-expect-response.operator.js.map +1 -0
- package/dist/http-testing/operators/requires-authorization.operator.d.ts +5 -0
- package/dist/http-testing/operators/requires-authorization.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/requires-authorization.operator.js +9 -0
- package/dist/http-testing/operators/requires-authorization.operator.js.map +1 -0
- package/dist/http-testing/operators/run-requests.operator.d.ts +14 -0
- package/dist/http-testing/operators/run-requests.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/run-requests.operator.js +139 -0
- package/dist/http-testing/operators/run-requests.operator.js.map +1 -0
- package/dist/http-testing/operators/single-step-for-transaction.operator.d.ts +5 -0
- package/dist/http-testing/operators/single-step-for-transaction.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/single-step-for-transaction.operator.js +43 -0
- package/dist/http-testing/operators/single-step-for-transaction.operator.js.map +1 -0
- package/dist/http-testing/operators/skip.operator.d.ts +5 -0
- package/dist/http-testing/operators/skip.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/skip.operator.js +11 -0
- package/dist/http-testing/operators/skip.operator.js.map +1 -0
- package/dist/http-testing/operators/step.operator.d.ts +5 -0
- package/dist/http-testing/operators/step.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/step.operator.js +20 -0
- package/dist/http-testing/operators/step.operator.js.map +1 -0
- package/dist/http-testing/operators/utils.d.ts +10 -0
- package/dist/http-testing/operators/utils.d.ts.map +1 -0
- package/dist/http-testing/operators/utils.js +17 -0
- package/dist/http-testing/operators/utils.js.map +1 -0
- package/dist/http-testing/operators/validate-responses.operator.d.ts +4 -0
- package/dist/http-testing/operators/validate-responses.operator.d.ts.map +1 -0
- package/dist/http-testing/operators/validate-responses.operator.js +33 -0
- package/dist/http-testing/operators/validate-responses.operator.js.map +1 -0
- package/dist/http-testing/serialize-parameter.d.ts +6 -0
- package/dist/http-testing/serialize-parameter.d.ts.map +1 -0
- package/dist/http-testing/serialize-parameter.js +51 -0
- package/dist/http-testing/serialize-parameter.js.map +1 -0
- package/dist/http-testing/serialize-request.d.ts +7 -0
- package/dist/http-testing/serialize-request.d.ts.map +1 -0
- package/dist/http-testing/serialize-request.js +112 -0
- package/dist/http-testing/serialize-request.js.map +1 -0
- package/dist/http-testing/test-builder/builder-pipeline.d.ts +4 -0
- package/dist/http-testing/test-builder/builder-pipeline.d.ts.map +1 -0
- package/dist/http-testing/test-builder/builder-pipeline.js +2 -0
- package/dist/http-testing/test-builder/builder-pipeline.js.map +1 -0
- package/dist/http-testing/test-builder/compilers/http-filter-to-transaction-filter.d.ts +9 -0
- package/dist/http-testing/test-builder/compilers/http-filter-to-transaction-filter.d.ts.map +1 -0
- package/dist/http-testing/test-builder/compilers/http-filter-to-transaction-filter.js +114 -0
- package/dist/http-testing/test-builder/compilers/http-filter-to-transaction-filter.js.map +1 -0
- package/dist/http-testing/test-builder/compilers/response-scoped-to-response-checker.d.ts +4 -0
- package/dist/http-testing/test-builder/compilers/response-scoped-to-response-checker.d.ts.map +1 -0
- package/dist/http-testing/test-builder/compilers/response-scoped-to-response-checker.js +36 -0
- package/dist/http-testing/test-builder/compilers/response-scoped-to-response-checker.js.map +1 -0
- package/dist/http-testing/test-builder/compilers/response-scoped-to-transaction-validator.d.ts +4 -0
- package/dist/http-testing/test-builder/compilers/response-scoped-to-transaction-validator.d.ts.map +1 -0
- package/dist/http-testing/test-builder/compilers/response-scoped-to-transaction-validator.js +65 -0
- package/dist/http-testing/test-builder/compilers/response-scoped-to-transaction-validator.js.map +1 -0
- package/dist/http-testing/test-builder/extract-value-from-response.d.ts +4 -0
- package/dist/http-testing/test-builder/extract-value-from-response.d.ts.map +1 -0
- package/dist/http-testing/test-builder/extract-value-from-response.js +16 -0
- package/dist/http-testing/test-builder/extract-value-from-response.js.map +1 -0
- package/dist/http-testing/test-builder/override-request-template.d.ts +4 -0
- package/dist/http-testing/test-builder/override-request-template.d.ts.map +1 -0
- package/dist/http-testing/test-builder/override-request-template.js +33 -0
- package/dist/http-testing/test-builder/override-request-template.js.map +1 -0
- package/dist/http-testing/test-builder/reply-step-builder.d.ts +10 -0
- package/dist/http-testing/test-builder/reply-step-builder.d.ts.map +1 -0
- package/dist/http-testing/test-builder/reply-step-builder.js +39 -0
- package/dist/http-testing/test-builder/reply-step-builder.js.map +1 -0
- package/dist/http-testing/test-builder/single-step-test-builder.d.ts +42 -0
- package/dist/http-testing/test-builder/single-step-test-builder.d.ts.map +1 -0
- package/dist/http-testing/test-builder/single-step-test-builder.js +112 -0
- package/dist/http-testing/test-builder/single-step-test-builder.js.map +1 -0
- package/dist/http-testing/validate/ajv.d.ts +3 -0
- package/dist/http-testing/validate/ajv.d.ts.map +1 -0
- package/dist/http-testing/validate/ajv.js +7 -0
- package/dist/http-testing/validate/ajv.js.map +1 -0
- package/dist/http-testing/validate/index.d.ts +9 -0
- package/dist/http-testing/validate/index.d.ts.map +1 -0
- package/dist/http-testing/validate/index.js +9 -0
- package/dist/http-testing/validate/index.js.map +1 -0
- package/dist/http-testing/validate/validate-body.d.ts +5 -0
- package/dist/http-testing/validate/validate-body.d.ts.map +1 -0
- package/dist/http-testing/validate/validate-body.js +62 -0
- package/dist/http-testing/validate/validate-body.js.map +1 -0
- package/dist/http-testing/validate/validate-headers.d.ts +8 -0
- package/dist/http-testing/validate/validate-headers.d.ts.map +1 -0
- package/dist/http-testing/validate/validate-headers.js +101 -0
- package/dist/http-testing/validate/validate-headers.js.map +1 -0
- package/dist/http-testing/validate/validate-request-body.d.ts +5 -0
- package/dist/http-testing/validate/validate-request-body.d.ts.map +1 -0
- package/dist/http-testing/validate/validate-request-body.js +71 -0
- package/dist/http-testing/validate/validate-request-body.js.map +1 -0
- package/dist/http-testing/validate/validate-request-headers.d.ts +8 -0
- package/dist/http-testing/validate/validate-request-headers.d.ts.map +1 -0
- package/dist/http-testing/validate/validate-request-headers.js +93 -0
- package/dist/http-testing/validate/validate-request-headers.js.map +1 -0
- package/dist/http-testing/validate/validate-request-path-parameters.d.ts +6 -0
- package/dist/http-testing/validate/validate-request-path-parameters.d.ts.map +1 -0
- package/dist/http-testing/validate/validate-request-path-parameters.js +69 -0
- package/dist/http-testing/validate/validate-request-path-parameters.js.map +1 -0
- package/dist/http-testing/validate/validate-request-query-parameters.d.ts +7 -0
- package/dist/http-testing/validate/validate-request-query-parameters.d.ts.map +1 -0
- package/dist/http-testing/validate/validate-request-query-parameters.js +91 -0
- package/dist/http-testing/validate/validate-request-query-parameters.js.map +1 -0
- package/dist/http-testing/validate/validate-response.d.ts +7 -0
- package/dist/http-testing/validate/validate-response.d.ts.map +1 -0
- package/dist/http-testing/validate/validate-response.js +15 -0
- package/dist/http-testing/validate/validate-response.js.map +1 -0
- package/dist/http-testing/validate/validate-status-code.d.ts +3 -0
- package/dist/http-testing/validate/validate-status-code.d.ts.map +1 -0
- package/dist/http-testing/validate/validate-status-code.js +25 -0
- package/dist/http-testing/validate/validate-status-code.js.map +1 -0
- package/dist/http.d.ts +29 -0
- package/dist/http.d.ts.map +1 -0
- package/dist/http.js +2 -0
- package/dist/http.js.map +1 -0
- package/dist/index.d.ts +25 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +25 -0
- package/dist/index.js.map +1 -0
- package/dist/logger/log-level.d.ts +5 -0
- package/dist/logger/log-level.d.ts.map +1 -0
- package/dist/logger/log-level.js +24 -0
- package/dist/logger/log-level.js.map +1 -0
- package/dist/logger/logger.d.ts +13 -0
- package/dist/logger/logger.d.ts.map +1 -0
- package/dist/logger/logger.js +2 -0
- package/dist/logger/logger.js.map +1 -0
- package/dist/logger/noop.logger.d.ts +15 -0
- package/dist/logger/noop.logger.d.ts.map +1 -0
- package/dist/logger/noop.logger.js +18 -0
- package/dist/logger/noop.logger.js.map +1 -0
- package/dist/logger/text.logger.d.ts +16 -0
- package/dist/logger/text.logger.d.ts.map +1 -0
- package/dist/logger/text.logger.js +51 -0
- package/dist/logger/text.logger.js.map +1 -0
- package/dist/report-sorter.d.ts +16 -0
- package/dist/report-sorter.d.ts.map +1 -0
- package/dist/report-sorter.js +193 -0
- package/dist/report-sorter.js.map +1 -0
- package/dist/rules/ajv-validate.d.ts +2 -0
- package/dist/rules/ajv-validate.d.ts.map +1 -0
- package/dist/rules/ajv-validate.js +4 -0
- package/dist/rules/ajv-validate.js.map +1 -0
- package/dist/rules/captured-trace-to-string.d.ts +3 -0
- package/dist/rules/captured-trace-to-string.d.ts.map +1 -0
- package/dist/rules/captured-trace-to-string.js +27 -0
- package/dist/rules/captured-trace-to-string.js.map +1 -0
- package/dist/rules/common-http-converters.d.ts +8 -0
- package/dist/rules/common-http-converters.d.ts.map +1 -0
- package/dist/rules/common-http-converters.js +58 -0
- package/dist/rules/common-http-converters.js.map +1 -0
- package/dist/rules/contexts.d.ts +63 -0
- package/dist/rules/contexts.d.ts.map +1 -0
- package/dist/rules/contexts.js +2 -0
- package/dist/rules/contexts.js.map +1 -0
- package/dist/rules/index.d.ts +16 -0
- package/dist/rules/index.d.ts.map +1 -0
- package/dist/rules/index.js +16 -0
- package/dist/rules/index.js.map +1 -0
- package/dist/rules/rule-builder.d.ts +34 -0
- package/dist/rules/rule-builder.d.ts.map +1 -0
- package/dist/rules/rule-builder.js +112 -0
- package/dist/rules/rule-builder.js.map +1 -0
- package/dist/rules/rule-configuration.d.ts +10 -0
- package/dist/rules/rule-configuration.d.ts.map +1 -0
- package/dist/rules/rule-configuration.js +2 -0
- package/dist/rules/rule-configuration.js.map +1 -0
- package/dist/rules/rule-filter.d.ts +9 -0
- package/dist/rules/rule-filter.d.ts.map +1 -0
- package/dist/rules/rule-filter.js +12 -0
- package/dist/rules/rule-filter.js.map +1 -0
- package/dist/rules/rule-fn.d.ts +7 -0
- package/dist/rules/rule-fn.d.ts.map +1 -0
- package/dist/rules/rule-fn.js +2 -0
- package/dist/rules/rule-fn.js.map +1 -0
- package/dist/rules/rule-loader.d.ts +8 -0
- package/dist/rules/rule-loader.d.ts.map +1 -0
- package/dist/rules/rule-loader.js +124 -0
- package/dist/rules/rule-loader.js.map +1 -0
- package/dist/rules/rule-meta.d.ts +20 -0
- package/dist/rules/rule-meta.d.ts.map +1 -0
- package/dist/rules/rule-meta.js +18 -0
- package/dist/rules/rule-meta.js.map +1 -0
- package/dist/rules/rule-runner.d.ts +30 -0
- package/dist/rules/rule-runner.d.ts.map +1 -0
- package/dist/rules/rule-runner.js +129 -0
- package/dist/rules/rule-runner.js.map +1 -0
- package/dist/rules/rule-set.d.ts +9 -0
- package/dist/rules/rule-set.d.ts.map +1 -0
- package/dist/rules/rule-set.js +2 -0
- package/dist/rules/rule-set.js.map +1 -0
- package/dist/rules/rule-severity.d.ts +10 -0
- package/dist/rules/rule-severity.d.ts.map +1 -0
- package/dist/rules/rule-severity.js +12 -0
- package/dist/rules/rule-severity.js.map +1 -0
- package/dist/rules/rule-violation.d.ts +22 -0
- package/dist/rules/rule-violation.d.ts.map +1 -0
- package/dist/rules/rule-violation.js +2 -0
- package/dist/rules/rule-violation.js.map +1 -0
- package/dist/rules/rule.d.ts +10 -0
- package/dist/rules/rule.d.ts.map +1 -0
- package/dist/rules/rule.js +2 -0
- package/dist/rules/rule.js.map +1 -0
- package/dist/rules/traffic.d.ts +25 -0
- package/dist/rules/traffic.d.ts.map +1 -0
- package/dist/rules/traffic.js +2 -0
- package/dist/rules/traffic.js.map +1 -0
- package/dist/thymian-plugin.d.ts +38 -0
- package/dist/thymian-plugin.d.ts.map +1 -0
- package/dist/thymian-plugin.js +24 -0
- package/dist/thymian-plugin.js.map +1 -0
- package/dist/thymian.d.ts +85 -0
- package/dist/thymian.d.ts.map +1 -0
- package/dist/thymian.error.d.ts +26 -0
- package/dist/thymian.error.d.ts.map +1 -0
- package/dist/thymian.error.js +34 -0
- package/dist/thymian.error.js.map +1 -0
- package/dist/thymian.js +322 -0
- package/dist/thymian.js.map +1 -0
- package/dist/utils.d.ts +40 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +139 -0
- package/dist/utils.js.map +1 -0
- package/package.json +64 -0
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import type { Constant, HttpFilterExpression, LogicalExpression, RequestFilterExpression, ResponseFilterExpression } from './http-filter.js';
|
|
2
|
+
export interface HttpFilterVisitor<TResult> {
|
|
3
|
+
visitMethod?(expr: Extract<RequestFilterExpression, {
|
|
4
|
+
type: 'method';
|
|
5
|
+
}>): TResult;
|
|
6
|
+
visitRequestHeader?(expr: Extract<RequestFilterExpression, {
|
|
7
|
+
type: 'requestHeader';
|
|
8
|
+
}>): TResult;
|
|
9
|
+
visitQueryParam?(expr: Extract<RequestFilterExpression, {
|
|
10
|
+
type: 'queryParam';
|
|
11
|
+
}>): TResult;
|
|
12
|
+
visitPath?(expr: Extract<RequestFilterExpression, {
|
|
13
|
+
type: 'path';
|
|
14
|
+
}>): TResult;
|
|
15
|
+
visitHasResponse?(expr: Extract<RequestFilterExpression, {
|
|
16
|
+
type: 'hasResponse';
|
|
17
|
+
}>): TResult;
|
|
18
|
+
visitIsAuthorized?(expr: Extract<RequestFilterExpression, {
|
|
19
|
+
type: 'isAuthorized';
|
|
20
|
+
}>): TResult;
|
|
21
|
+
visitOrigin?(expr: Extract<RequestFilterExpression, {
|
|
22
|
+
type: 'origin';
|
|
23
|
+
}>): TResult;
|
|
24
|
+
visitHasBody?(expr: Extract<RequestFilterExpression, {
|
|
25
|
+
type: 'hasBody';
|
|
26
|
+
}>): TResult;
|
|
27
|
+
visitPort?(expr: Extract<RequestFilterExpression, {
|
|
28
|
+
type: 'port';
|
|
29
|
+
}>): TResult;
|
|
30
|
+
visitRequestMediaType?(expr: Extract<RequestFilterExpression, {
|
|
31
|
+
type: 'requestMediaType';
|
|
32
|
+
}>): TResult;
|
|
33
|
+
visitUrl?(expr: Extract<RequestFilterExpression, {
|
|
34
|
+
type: 'url';
|
|
35
|
+
}>): TResult;
|
|
36
|
+
visitProtocol?(expr: Extract<RequestFilterExpression, {
|
|
37
|
+
type: 'protocol';
|
|
38
|
+
}>): TResult;
|
|
39
|
+
visitMatchesOrigin?(expr: Extract<RequestFilterExpression, {
|
|
40
|
+
type: 'matches-origin';
|
|
41
|
+
}>): TResult;
|
|
42
|
+
visitStatusCode?(expr: Extract<ResponseFilterExpression, {
|
|
43
|
+
type: 'statusCode';
|
|
44
|
+
}>): TResult;
|
|
45
|
+
visitHasResponseBody?(expr: Extract<ResponseFilterExpression, {
|
|
46
|
+
type: 'hasResponseBody';
|
|
47
|
+
}>): TResult;
|
|
48
|
+
visitResponseHeader?(expr: Extract<ResponseFilterExpression, {
|
|
49
|
+
type: 'responseHeader';
|
|
50
|
+
}>): TResult;
|
|
51
|
+
visitStatusCodeRange?(expr: Extract<ResponseFilterExpression, {
|
|
52
|
+
type: 'statusCodeRange';
|
|
53
|
+
}>): TResult;
|
|
54
|
+
visitResponseMediaType?(expr: Extract<ResponseFilterExpression, {
|
|
55
|
+
type: 'responseMediaType';
|
|
56
|
+
}>): TResult;
|
|
57
|
+
visitResponseTrailer?(expr: Extract<ResponseFilterExpression, {
|
|
58
|
+
type: 'responseTrailer';
|
|
59
|
+
}>): TResult;
|
|
60
|
+
visitAnd?(expr: Extract<LogicalExpression, {
|
|
61
|
+
type: 'and';
|
|
62
|
+
}>): TResult;
|
|
63
|
+
visitOr?(expr: Extract<LogicalExpression, {
|
|
64
|
+
type: 'or';
|
|
65
|
+
}>): TResult;
|
|
66
|
+
visitNot?(expr: Extract<LogicalExpression, {
|
|
67
|
+
type: 'not';
|
|
68
|
+
}>): TResult;
|
|
69
|
+
visitXor?(expr: Extract<LogicalExpression, {
|
|
70
|
+
type: 'xor';
|
|
71
|
+
}>): TResult;
|
|
72
|
+
visitConstant?(expr: Constant): TResult;
|
|
73
|
+
}
|
|
74
|
+
export declare function visitHttpFilter<TResult>(expr: HttpFilterExpression, visitor: HttpFilterVisitor<TResult>): TResult;
|
|
75
|
+
export declare function createFilterVisitor<T extends (...args: any[]) => boolean>(visitor: HttpFilterVisitor<T>): HttpFilterVisitor<T>;
|
|
76
|
+
//# sourceMappingURL=http-filter-visitor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http-filter-visitor.d.ts","sourceRoot":"","sources":["../src/http-filter-visitor.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
export function visitHttpFilter(expr, visitor) {
|
|
2
|
+
switch (expr.kind) {
|
|
3
|
+
case 'request':
|
|
4
|
+
switch (expr.type) {
|
|
5
|
+
case 'method':
|
|
6
|
+
if (!visitor.visitMethod) {
|
|
7
|
+
throw new Error(`Visitor does not implement visitMethod for expression type: ${expr.type}`);
|
|
8
|
+
}
|
|
9
|
+
return visitor.visitMethod(expr);
|
|
10
|
+
case 'requestHeader':
|
|
11
|
+
if (!visitor.visitRequestHeader) {
|
|
12
|
+
throw new Error(`Visitor does not implement visitRequestHeader for expression type: ${expr.type}`);
|
|
13
|
+
}
|
|
14
|
+
return visitor.visitRequestHeader(expr);
|
|
15
|
+
case 'queryParam':
|
|
16
|
+
if (!visitor.visitQueryParam) {
|
|
17
|
+
throw new Error(`Visitor does not implement visitQueryParam for expression type: ${expr.type}`);
|
|
18
|
+
}
|
|
19
|
+
return visitor.visitQueryParam(expr);
|
|
20
|
+
case 'path':
|
|
21
|
+
if (!visitor.visitPath) {
|
|
22
|
+
throw new Error(`Visitor does not implement visitPath for expression type: ${expr.type}`);
|
|
23
|
+
}
|
|
24
|
+
return visitor.visitPath(expr);
|
|
25
|
+
case 'hasResponse':
|
|
26
|
+
if (!visitor.visitHasResponse) {
|
|
27
|
+
throw new Error(`Visitor does not implement visitHasResponse for expression type: ${expr.type}`);
|
|
28
|
+
}
|
|
29
|
+
return visitor.visitHasResponse(expr);
|
|
30
|
+
case 'isAuthorized':
|
|
31
|
+
if (!visitor.visitIsAuthorized) {
|
|
32
|
+
throw new Error(`Visitor does not implement visitIsAuthorized for expression type: ${expr.type}`);
|
|
33
|
+
}
|
|
34
|
+
return visitor.visitIsAuthorized(expr);
|
|
35
|
+
case 'origin':
|
|
36
|
+
if (!visitor.visitOrigin) {
|
|
37
|
+
throw new Error(`Visitor does not implement visitOrigin for expression type: ${expr.type}`);
|
|
38
|
+
}
|
|
39
|
+
return visitor.visitOrigin(expr);
|
|
40
|
+
case 'hasBody':
|
|
41
|
+
if (!visitor.visitHasBody) {
|
|
42
|
+
throw new Error(`Visitor does not implement visitHasBody for expression type: ${expr.type}`);
|
|
43
|
+
}
|
|
44
|
+
return visitor.visitHasBody(expr);
|
|
45
|
+
case 'port':
|
|
46
|
+
if (!visitor.visitPort) {
|
|
47
|
+
throw new Error(`Visitor does not implement visitPort for expression type: ${expr.type}`);
|
|
48
|
+
}
|
|
49
|
+
return visitor.visitPort(expr);
|
|
50
|
+
case 'requestMediaType':
|
|
51
|
+
if (!visitor.visitRequestMediaType) {
|
|
52
|
+
throw new Error(`Visitor does not implement visitRequestMediaType for expression type: ${expr.type}`);
|
|
53
|
+
}
|
|
54
|
+
return visitor.visitRequestMediaType(expr);
|
|
55
|
+
case 'url':
|
|
56
|
+
if (!visitor.visitUrl) {
|
|
57
|
+
throw new Error(`Visitor does not implement visitUrl for expression type: ${expr.type}`);
|
|
58
|
+
}
|
|
59
|
+
return visitor.visitUrl(expr);
|
|
60
|
+
case 'protocol':
|
|
61
|
+
if (!visitor.visitProtocol) {
|
|
62
|
+
throw new Error(`Visitor does not implement visitProtocol for expression type: ${expr.type}`);
|
|
63
|
+
}
|
|
64
|
+
return visitor.visitProtocol(expr);
|
|
65
|
+
case 'matches-origin':
|
|
66
|
+
if (!visitor.visitMatchesOrigin) {
|
|
67
|
+
throw new Error(`Visitor does not implement visitMatchesOrigin for expression type: ${expr.type}`);
|
|
68
|
+
}
|
|
69
|
+
return visitor.visitMatchesOrigin(expr);
|
|
70
|
+
default:
|
|
71
|
+
throw new Error(`Unknown request filter type: ${expr.type}`);
|
|
72
|
+
}
|
|
73
|
+
case 'response':
|
|
74
|
+
switch (expr.type) {
|
|
75
|
+
case 'statusCode':
|
|
76
|
+
if (!visitor.visitStatusCode) {
|
|
77
|
+
throw new Error(`Visitor does not implement visitStatusCode for expression type: ${expr.type}`);
|
|
78
|
+
}
|
|
79
|
+
return visitor.visitStatusCode(expr);
|
|
80
|
+
case 'hasResponseBody':
|
|
81
|
+
if (!visitor.visitHasResponseBody) {
|
|
82
|
+
throw new Error(`Visitor does not implement visitHasResponseBody for expression type: ${expr.type}`);
|
|
83
|
+
}
|
|
84
|
+
return visitor.visitHasResponseBody(expr);
|
|
85
|
+
case 'responseHeader':
|
|
86
|
+
if (!visitor.visitResponseHeader) {
|
|
87
|
+
throw new Error(`Visitor does not implement visitResponseHeader for expression type: ${expr.type}`);
|
|
88
|
+
}
|
|
89
|
+
return visitor.visitResponseHeader(expr);
|
|
90
|
+
case 'statusCodeRange':
|
|
91
|
+
if (!visitor.visitStatusCodeRange) {
|
|
92
|
+
throw new Error(`Visitor does not implement visitStatusCodeRange for expression type: ${expr.type}`);
|
|
93
|
+
}
|
|
94
|
+
return visitor.visitStatusCodeRange(expr);
|
|
95
|
+
case 'responseMediaType':
|
|
96
|
+
if (!visitor.visitResponseMediaType) {
|
|
97
|
+
throw new Error(`Visitor does not implement visitResponseMediaType for expression type: ${expr.type}`);
|
|
98
|
+
}
|
|
99
|
+
return visitor.visitResponseMediaType(expr);
|
|
100
|
+
case 'responseTrailer':
|
|
101
|
+
if (!visitor.visitResponseTrailer) {
|
|
102
|
+
throw new Error(`Visitor does not implement visitResponseTrailer for expression type: ${expr.type}`);
|
|
103
|
+
}
|
|
104
|
+
return visitor.visitResponseTrailer(expr);
|
|
105
|
+
default:
|
|
106
|
+
throw new Error(`Unknown response filter type: ${expr.type}`);
|
|
107
|
+
}
|
|
108
|
+
case 'logic':
|
|
109
|
+
switch (expr.type) {
|
|
110
|
+
case 'and':
|
|
111
|
+
if (!visitor.visitAnd) {
|
|
112
|
+
throw new Error(`Visitor does not implement visitAnd for expression type: ${expr.type}`);
|
|
113
|
+
}
|
|
114
|
+
return visitor.visitAnd(expr);
|
|
115
|
+
case 'or':
|
|
116
|
+
if (!visitor.visitOr) {
|
|
117
|
+
throw new Error(`Visitor does not implement visitOr for expression type: ${expr.type}`);
|
|
118
|
+
}
|
|
119
|
+
return visitor.visitOr(expr);
|
|
120
|
+
case 'not':
|
|
121
|
+
if (!visitor.visitNot) {
|
|
122
|
+
throw new Error(`Visitor does not implement visitNot for expression type: ${expr.type}`);
|
|
123
|
+
}
|
|
124
|
+
return visitor.visitNot(expr);
|
|
125
|
+
case 'xor':
|
|
126
|
+
if (!visitor.visitXor) {
|
|
127
|
+
throw new Error(`Visitor does not implement visitXor for expression type: ${expr.type}`);
|
|
128
|
+
}
|
|
129
|
+
return visitor.visitXor(expr);
|
|
130
|
+
case 'constant':
|
|
131
|
+
if (!visitor.visitConstant) {
|
|
132
|
+
throw new Error(`Visitor does not implement visitConstant for expression type: ${expr.type}`);
|
|
133
|
+
}
|
|
134
|
+
return visitor.visitConstant(expr);
|
|
135
|
+
default:
|
|
136
|
+
throw new Error(`Unknown logical expression type: ${expr.type}`);
|
|
137
|
+
}
|
|
138
|
+
default:
|
|
139
|
+
throw new Error(`Unknown expression kind: ${expr.kind}`);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
export function createFilterVisitor(visitor) {
|
|
143
|
+
const extendedVisitor = {
|
|
144
|
+
visitAnd(expr) {
|
|
145
|
+
return ((...args) => expr.filters.every((filter) => visitHttpFilter(filter, extendedVisitor)(...args)));
|
|
146
|
+
},
|
|
147
|
+
visitOr(expr) {
|
|
148
|
+
return ((...args) => expr.filters.some((filter) => visitHttpFilter(filter, extendedVisitor)(...args)));
|
|
149
|
+
},
|
|
150
|
+
visitNot(expr) {
|
|
151
|
+
return ((...args) => !visitHttpFilter(expr.filter, extendedVisitor)(...args));
|
|
152
|
+
},
|
|
153
|
+
visitXor(expr) {
|
|
154
|
+
return ((...args) => {
|
|
155
|
+
const [first, second] = expr.filters;
|
|
156
|
+
const firstResult = visitHttpFilter(first, extendedVisitor)(...args);
|
|
157
|
+
const secondResult = visitHttpFilter(second, extendedVisitor)(...args);
|
|
158
|
+
return firstResult !== secondResult;
|
|
159
|
+
});
|
|
160
|
+
},
|
|
161
|
+
visitConstant(expr) {
|
|
162
|
+
return ((...args) => Boolean(expr.value));
|
|
163
|
+
},
|
|
164
|
+
...visitor,
|
|
165
|
+
};
|
|
166
|
+
return extendedVisitor;
|
|
167
|
+
}
|
|
168
|
+
//# sourceMappingURL=http-filter-visitor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http-filter-visitor.js","sourceRoot":"","sources":["../src/http-filter-visitor.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import * as http from 'node:http';
|
|
2
|
+
type OmitIndexSignature<T> = {
|
|
3
|
+
[K in keyof T as string extends K ? never : number extends K ? never : K]: T[K];
|
|
4
|
+
};
|
|
5
|
+
export type HttpHeader = keyof OmitIndexSignature<http.OutgoingHttpHeaders> | (string & Record<never, never>);
|
|
6
|
+
export type HttpMethod = 'DELETE' | 'GET' | 'HEAD' | 'PATCH' | 'POST' | 'PUT' | 'OPTIONS' | (string & {});
|
|
7
|
+
export type RequestFilterExpression = {
|
|
8
|
+
type: 'method';
|
|
9
|
+
kind: 'request';
|
|
10
|
+
method?: string;
|
|
11
|
+
} | {
|
|
12
|
+
type: 'requestHeader';
|
|
13
|
+
kind: 'request';
|
|
14
|
+
header?: string;
|
|
15
|
+
value?: unknown;
|
|
16
|
+
} | {
|
|
17
|
+
type: 'queryParam';
|
|
18
|
+
kind: 'request';
|
|
19
|
+
param?: string;
|
|
20
|
+
value?: unknown;
|
|
21
|
+
} | {
|
|
22
|
+
type: 'path';
|
|
23
|
+
kind: 'request';
|
|
24
|
+
path?: string;
|
|
25
|
+
} | {
|
|
26
|
+
type: 'hasResponse';
|
|
27
|
+
kind: 'request';
|
|
28
|
+
filter: HttpFilterExpression;
|
|
29
|
+
} | {
|
|
30
|
+
type: 'isAuthorized';
|
|
31
|
+
kind: 'request';
|
|
32
|
+
isAuthorized: boolean;
|
|
33
|
+
} | {
|
|
34
|
+
type: 'origin';
|
|
35
|
+
kind: 'request';
|
|
36
|
+
origin?: string;
|
|
37
|
+
} | {
|
|
38
|
+
type: 'hasBody';
|
|
39
|
+
kind: 'request';
|
|
40
|
+
hasBody?: boolean;
|
|
41
|
+
} | {
|
|
42
|
+
type: 'port';
|
|
43
|
+
kind: 'request';
|
|
44
|
+
port?: number;
|
|
45
|
+
} | {
|
|
46
|
+
type: 'requestMediaType';
|
|
47
|
+
kind: 'request';
|
|
48
|
+
mediaType?: string;
|
|
49
|
+
} | {
|
|
50
|
+
type: 'url';
|
|
51
|
+
kind: 'request';
|
|
52
|
+
url?: string;
|
|
53
|
+
} | {
|
|
54
|
+
type: 'protocol';
|
|
55
|
+
kind: 'request';
|
|
56
|
+
protocol?: string;
|
|
57
|
+
} | {
|
|
58
|
+
type: 'matches-origin';
|
|
59
|
+
kind: 'request';
|
|
60
|
+
origin?: string;
|
|
61
|
+
};
|
|
62
|
+
export type ResponseFilterExpression = {
|
|
63
|
+
type: 'statusCode';
|
|
64
|
+
kind: 'response';
|
|
65
|
+
code?: number;
|
|
66
|
+
} | {
|
|
67
|
+
type: 'hasResponseBody';
|
|
68
|
+
kind: 'response';
|
|
69
|
+
hasBody?: boolean;
|
|
70
|
+
} | {
|
|
71
|
+
type: 'responseHeader';
|
|
72
|
+
kind: 'response';
|
|
73
|
+
header?: string;
|
|
74
|
+
value?: unknown;
|
|
75
|
+
} | {
|
|
76
|
+
type: 'statusCodeRange';
|
|
77
|
+
kind: 'response';
|
|
78
|
+
start: number;
|
|
79
|
+
end: number;
|
|
80
|
+
} | {
|
|
81
|
+
type: 'responseMediaType';
|
|
82
|
+
kind: 'response';
|
|
83
|
+
mediaType?: string;
|
|
84
|
+
} | {
|
|
85
|
+
type: 'responseTrailer';
|
|
86
|
+
kind: 'response';
|
|
87
|
+
trailer?: string;
|
|
88
|
+
value?: unknown;
|
|
89
|
+
};
|
|
90
|
+
export type LogicalExpression = {
|
|
91
|
+
type: 'and';
|
|
92
|
+
kind: 'logic';
|
|
93
|
+
filters: HttpFilterExpression[];
|
|
94
|
+
} | {
|
|
95
|
+
type: 'or';
|
|
96
|
+
kind: 'logic';
|
|
97
|
+
filters: HttpFilterExpression[];
|
|
98
|
+
} | {
|
|
99
|
+
type: 'not';
|
|
100
|
+
kind: 'logic';
|
|
101
|
+
filter: HttpFilterExpression;
|
|
102
|
+
} | Constant | {
|
|
103
|
+
type: 'xor';
|
|
104
|
+
kind: 'logic';
|
|
105
|
+
filters: [HttpFilterExpression, HttpFilterExpression];
|
|
106
|
+
};
|
|
107
|
+
export type Constant = {
|
|
108
|
+
type: 'constant';
|
|
109
|
+
kind: 'logic';
|
|
110
|
+
value: unknown;
|
|
111
|
+
};
|
|
112
|
+
export type HttpFilterExpression = RequestFilterExpression | ResponseFilterExpression | LogicalExpression;
|
|
113
|
+
export declare const methods: (...methods: HttpMethod[]) => LogicalExpression;
|
|
114
|
+
export declare const method: (method?: HttpMethod) => RequestFilterExpression;
|
|
115
|
+
export declare const path: (path?: string) => RequestFilterExpression;
|
|
116
|
+
export declare const protocol: (protocol?: "http" | "https") => RequestFilterExpression;
|
|
117
|
+
export declare const responseHeader: (header?: HttpHeader, value?: unknown) => ResponseFilterExpression;
|
|
118
|
+
export declare const responseTrailer: (trailer?: string, value?: unknown) => ResponseFilterExpression;
|
|
119
|
+
export declare const requestHeader: (header: HttpHeader, value?: unknown) => RequestFilterExpression;
|
|
120
|
+
export declare const statusCode: (code?: number) => ResponseFilterExpression;
|
|
121
|
+
export declare const statusCodeRange: (start: number, end: number) => ResponseFilterExpression;
|
|
122
|
+
export declare const hasResponseBody: (hasBody?: boolean) => ResponseFilterExpression;
|
|
123
|
+
export declare const and: (...filters: HttpFilterExpression[]) => LogicalExpression;
|
|
124
|
+
export declare const or: (...filters: HttpFilterExpression[]) => LogicalExpression;
|
|
125
|
+
export declare const not: (filter: HttpFilterExpression) => LogicalExpression;
|
|
126
|
+
export declare const xor: (...filters: [HttpFilterExpression, HttpFilterExpression]) => LogicalExpression;
|
|
127
|
+
export declare const authorization: (isAuthorized?: boolean) => RequestFilterExpression;
|
|
128
|
+
export declare const responseWith: (filter: HttpFilterExpression) => RequestFilterExpression;
|
|
129
|
+
export declare const constant: (value?: unknown) => Constant;
|
|
130
|
+
export declare const origin: (origin?: string) => RequestFilterExpression;
|
|
131
|
+
export declare const hasRequestBody: (hasBody?: boolean) => RequestFilterExpression;
|
|
132
|
+
export declare const port: (port?: number) => RequestFilterExpression;
|
|
133
|
+
export declare const requestMediaType: (mediaType: string) => RequestFilterExpression;
|
|
134
|
+
export declare const responseMediaType: (mediaType: string) => ResponseFilterExpression;
|
|
135
|
+
export declare const queryParameter: (name?: string, value?: unknown) => RequestFilterExpression;
|
|
136
|
+
export declare const url: (url?: string) => RequestFilterExpression;
|
|
137
|
+
export declare const successfulStatusCode: () => ResponseFilterExpression;
|
|
138
|
+
export declare const matchesOrigin: (origin?: string) => RequestFilterExpression;
|
|
139
|
+
export {};
|
|
140
|
+
//# sourceMappingURL=http-filter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http-filter.d.ts","sourceRoot":"","sources":["../src/http-filter.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import * as http from 'node:http';
|
|
2
|
+
export const methods = (...methods) => ({
|
|
3
|
+
type: 'or',
|
|
4
|
+
kind: 'logic',
|
|
5
|
+
filters: methods.map((method) => ({
|
|
6
|
+
type: 'method',
|
|
7
|
+
kind: 'request',
|
|
8
|
+
method,
|
|
9
|
+
})),
|
|
10
|
+
});
|
|
11
|
+
export const method = (method) => ({
|
|
12
|
+
type: 'method',
|
|
13
|
+
kind: 'request',
|
|
14
|
+
method,
|
|
15
|
+
});
|
|
16
|
+
export const path = (path) => ({
|
|
17
|
+
type: 'path',
|
|
18
|
+
kind: 'request',
|
|
19
|
+
path,
|
|
20
|
+
});
|
|
21
|
+
export const protocol = (protocol) => ({
|
|
22
|
+
type: 'protocol',
|
|
23
|
+
kind: 'request',
|
|
24
|
+
protocol,
|
|
25
|
+
});
|
|
26
|
+
export const responseHeader = (header, value) => ({
|
|
27
|
+
type: 'responseHeader',
|
|
28
|
+
kind: 'response',
|
|
29
|
+
header,
|
|
30
|
+
value,
|
|
31
|
+
});
|
|
32
|
+
export const responseTrailer = (trailer, value) => ({
|
|
33
|
+
type: 'responseTrailer',
|
|
34
|
+
kind: 'response',
|
|
35
|
+
trailer,
|
|
36
|
+
value,
|
|
37
|
+
});
|
|
38
|
+
export const requestHeader = (header, value) => ({
|
|
39
|
+
type: 'requestHeader',
|
|
40
|
+
kind: 'request',
|
|
41
|
+
header,
|
|
42
|
+
value,
|
|
43
|
+
});
|
|
44
|
+
export const statusCode = (code) => ({
|
|
45
|
+
type: 'statusCode',
|
|
46
|
+
code,
|
|
47
|
+
kind: 'response',
|
|
48
|
+
});
|
|
49
|
+
export const statusCodeRange = (start, end) => ({
|
|
50
|
+
kind: 'response',
|
|
51
|
+
type: 'statusCodeRange',
|
|
52
|
+
start,
|
|
53
|
+
end,
|
|
54
|
+
});
|
|
55
|
+
export const hasResponseBody = (hasBody = true) => ({
|
|
56
|
+
type: 'hasResponseBody',
|
|
57
|
+
kind: 'response',
|
|
58
|
+
hasBody,
|
|
59
|
+
});
|
|
60
|
+
export const and = (...filters) => ({
|
|
61
|
+
type: 'and',
|
|
62
|
+
kind: 'logic',
|
|
63
|
+
filters,
|
|
64
|
+
});
|
|
65
|
+
export const or = (...filters) => ({
|
|
66
|
+
type: 'or',
|
|
67
|
+
kind: 'logic',
|
|
68
|
+
filters,
|
|
69
|
+
});
|
|
70
|
+
export const not = (filter) => ({
|
|
71
|
+
type: 'not',
|
|
72
|
+
kind: 'logic',
|
|
73
|
+
filter,
|
|
74
|
+
});
|
|
75
|
+
export const xor = (...filters) => ({
|
|
76
|
+
type: 'xor',
|
|
77
|
+
kind: 'logic',
|
|
78
|
+
filters,
|
|
79
|
+
});
|
|
80
|
+
export const authorization = (isAuthorized = true) => ({
|
|
81
|
+
type: 'isAuthorized',
|
|
82
|
+
kind: 'request',
|
|
83
|
+
isAuthorized,
|
|
84
|
+
});
|
|
85
|
+
export const responseWith = (filter) => ({
|
|
86
|
+
type: 'hasResponse',
|
|
87
|
+
kind: 'request',
|
|
88
|
+
filter,
|
|
89
|
+
});
|
|
90
|
+
export const constant = (value) => ({
|
|
91
|
+
type: 'constant',
|
|
92
|
+
kind: 'logic',
|
|
93
|
+
value,
|
|
94
|
+
});
|
|
95
|
+
export const origin = (origin) => ({
|
|
96
|
+
type: 'origin',
|
|
97
|
+
kind: 'request',
|
|
98
|
+
origin,
|
|
99
|
+
});
|
|
100
|
+
export const hasRequestBody = (hasBody = true) => ({
|
|
101
|
+
type: 'hasBody',
|
|
102
|
+
kind: 'request',
|
|
103
|
+
hasBody,
|
|
104
|
+
});
|
|
105
|
+
export const port = (port) => ({
|
|
106
|
+
type: 'port',
|
|
107
|
+
kind: 'request',
|
|
108
|
+
port,
|
|
109
|
+
});
|
|
110
|
+
export const requestMediaType = (mediaType) => ({
|
|
111
|
+
type: 'requestMediaType',
|
|
112
|
+
kind: 'request',
|
|
113
|
+
mediaType,
|
|
114
|
+
});
|
|
115
|
+
export const responseMediaType = (mediaType) => ({
|
|
116
|
+
type: 'responseMediaType',
|
|
117
|
+
kind: 'response',
|
|
118
|
+
mediaType,
|
|
119
|
+
});
|
|
120
|
+
export const queryParameter = (name, value) => ({
|
|
121
|
+
type: 'queryParam',
|
|
122
|
+
kind: 'request',
|
|
123
|
+
param: name,
|
|
124
|
+
value,
|
|
125
|
+
});
|
|
126
|
+
export const url = (url) => ({
|
|
127
|
+
type: 'url',
|
|
128
|
+
kind: 'request',
|
|
129
|
+
url,
|
|
130
|
+
});
|
|
131
|
+
export const successfulStatusCode = () => statusCodeRange(200, 299);
|
|
132
|
+
export const matchesOrigin = (origin) => ({
|
|
133
|
+
type: 'matches-origin',
|
|
134
|
+
kind: 'request',
|
|
135
|
+
origin,
|
|
136
|
+
});
|
|
137
|
+
//# sourceMappingURL=http-filter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http-filter.js","sourceRoot":"","sources":["../src/http-filter.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const informationalStatusCodeToPhrase: {
|
|
2
|
+
100: "continue";
|
|
3
|
+
101: "switching protocols";
|
|
4
|
+
102: "processing";
|
|
5
|
+
103: "early hints";
|
|
6
|
+
};
|
|
7
|
+
export declare const informationalPhraseToStatusCode: {
|
|
8
|
+
continue: 100;
|
|
9
|
+
"switching protocols": 101;
|
|
10
|
+
processing: 102;
|
|
11
|
+
'early hints': 103;
|
|
12
|
+
};
|
|
13
|
+
export * from './informational.phrases.js';
|
|
14
|
+
export * from './informational.status-codes.js';
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/http-status-codes/1xx/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,+BAA+B;;;;;CAKoB,CAAC;AAEjE,eAAO,MAAM,+BAA+B;;;;;CAKoB,CAAC;AAEjE,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export const informationalStatusCodeToPhrase = {
|
|
2
|
+
100: 'continue',
|
|
3
|
+
101: 'switching protocols',
|
|
4
|
+
102: 'processing',
|
|
5
|
+
103: 'early hints',
|
|
6
|
+
};
|
|
7
|
+
export const informationalPhraseToStatusCode = {
|
|
8
|
+
[informationalStatusCodeToPhrase[100]]: 100,
|
|
9
|
+
[informationalStatusCodeToPhrase[101]]: 101,
|
|
10
|
+
[informationalStatusCodeToPhrase[102]]: 102,
|
|
11
|
+
'early hints': 103,
|
|
12
|
+
};
|
|
13
|
+
export * from './informational.phrases.js';
|
|
14
|
+
export * from './informational.status-codes.js';
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/http-status-codes/1xx/index.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,GAAG,EAAE,UAAU;IACf,GAAG,EAAE,qBAAqB;IAC1B,GAAG,EAAE,YAAY;IACjB,GAAG,EAAE,aAAa;CAC4C,CAAC;AAEjE,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,CAAC,+BAA+B,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG;IAC3C,CAAC,+BAA+B,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG;IAC3C,CAAC,+BAA+B,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG;IAC3C,aAAa,EAAE,GAAG;CAC4C,CAAC;AAEjE,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const informationalPhrases: readonly ["continue", "switching protocols", "processing", "early hints"];
|
|
2
|
+
export type InformationalPhrase = (typeof informationalPhrases)[number];
|
|
3
|
+
export declare function isValidInformationalPhrase(phrase: string): phrase is InformationalPhrase;
|
|
4
|
+
//# sourceMappingURL=informational.phrases.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"informational.phrases.d.ts","sourceRoot":"","sources":["../../../src/http-status-codes/1xx/informational.phrases.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,2EAKvB,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC;AAExE,wBAAgB,0BAA0B,CACxC,MAAM,EAAE,MAAM,GACb,MAAM,IAAI,mBAAmB,CAE/B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const informationalPhrases = [
|
|
2
|
+
'continue',
|
|
3
|
+
'switching protocols',
|
|
4
|
+
'processing',
|
|
5
|
+
'early hints',
|
|
6
|
+
];
|
|
7
|
+
export function isValidInformationalPhrase(phrase) {
|
|
8
|
+
return informationalPhrases.includes(phrase);
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=informational.phrases.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"informational.phrases.js","sourceRoot":"","sources":["../../../src/http-status-codes/1xx/informational.phrases.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,UAAU;IACV,qBAAqB;IACrB,YAAY;IACZ,aAAa;CACL,CAAC;AAIX,MAAM,UAAU,0BAA0B,CACxC,MAAc;IAEd,OAAO,oBAAoB,CAAC,QAAQ,CAAC,MAA6B,CAAC,CAAC;AACtE,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const informationalStatusCodes: readonly [100, 101, 102, 103];
|
|
2
|
+
export type InformationalStatusCode = (typeof informationalStatusCodes)[number];
|
|
3
|
+
export declare function isValidInformationalStatusCode(code: number): code is InformationalStatusCode;
|
|
4
|
+
//# sourceMappingURL=informational.status-codes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"informational.status-codes.d.ts","sourceRoot":"","sources":["../../../src/http-status-codes/1xx/informational.status-codes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,+BAAgC,CAAC;AAEtE,MAAM,MAAM,uBAAuB,GAAG,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEhF,wBAAgB,8BAA8B,CAC5C,IAAI,EAAE,MAAM,GACX,IAAI,IAAI,uBAAuB,CAEjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"informational.status-codes.js","sourceRoot":"","sources":["../../../src/http-status-codes/1xx/informational.status-codes.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAU,CAAC;AAItE,MAAM,UAAU,8BAA8B,CAC5C,IAAY;IAEZ,OAAO,wBAAwB,CAAC,QAAQ,CAAC,IAA+B,CAAC,CAAC;AAC5E,CAAC"}
|