@noodleseed/one 0.22.0 → 0.24.0
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/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +2 -1
- package/dist/cli.js.map +1 -1
- package/dist/commands/author-loop.d.ts +1 -0
- package/dist/commands/author-loop.d.ts.map +1 -1
- package/dist/commands/author-loop.js +6 -2
- package/dist/commands/author-loop.js.map +1 -1
- package/dist/commands/catalog-data-core.d.ts.map +1 -1
- package/dist/commands/catalog-data-core.js +17 -3
- package/dist/commands/catalog-data-core.js.map +1 -1
- package/dist/commands/catalog-data-resources.js +2 -2
- package/dist/commands/catalog-data-resources.js.map +1 -1
- package/dist/commands/catalog-dispatch.d.ts.map +1 -1
- package/dist/commands/catalog-dispatch.js +21 -2
- package/dist/commands/catalog-dispatch.js.map +1 -1
- package/dist/commands/catalog-render.d.ts.map +1 -1
- package/dist/commands/catalog-render.js +6 -0
- package/dist/commands/catalog-render.js.map +1 -1
- package/dist/commands/deploy-ops.d.ts.map +1 -1
- package/dist/commands/deploy-ops.js +30 -13
- package/dist/commands/deploy-ops.js.map +1 -1
- package/dist/commands/deploy-status-ops.d.ts +1 -1
- package/dist/commands/deploy-status-ops.d.ts.map +1 -1
- package/dist/commands/deploy-status-ops.js +8 -4
- package/dist/commands/deploy-status-ops.js.map +1 -1
- package/dist/commands/devtools.d.ts +11 -0
- package/dist/commands/devtools.d.ts.map +1 -0
- package/dist/commands/devtools.js +123 -0
- package/dist/commands/devtools.js.map +1 -0
- package/dist/commands/mcp-apps.d.ts +0 -1
- package/dist/commands/mcp-apps.d.ts.map +1 -1
- package/dist/commands/mcp-apps.js +71 -122
- package/dist/commands/mcp-apps.js.map +1 -1
- package/dist/commands/shared.d.ts +6 -0
- package/dist/commands/shared.d.ts.map +1 -1
- package/dist/commands/shared.js +19 -0
- package/dist/commands/shared.js.map +1 -1
- package/dist/deploy.d.ts +1 -1
- package/dist/deploy.d.ts.map +1 -1
- package/dist/deploy.js +5 -1
- package/dist/deploy.js.map +1 -1
- package/dist/dev.d.ts.map +1 -1
- package/dist/dev.js +13 -1
- package/dist/dev.js.map +1 -1
- package/dist/fire.js +1 -1
- package/dist/fire.js.map +1 -1
- package/dist/first-run.d.ts +11 -0
- package/dist/first-run.d.ts.map +1 -1
- package/dist/first-run.js +19 -4
- package/dist/first-run.js.map +1 -1
- package/dist/flavor.d.ts +1 -1
- package/dist/flavor.d.ts.map +1 -1
- package/dist/flavor.js +12 -2
- package/dist/flavor.js.map +1 -1
- package/dist/project-scaffold-templates.d.ts +11 -0
- package/dist/project-scaffold-templates.d.ts.map +1 -0
- package/dist/project-scaffold-templates.js +359 -0
- package/dist/project-scaffold-templates.js.map +1 -0
- package/dist/project.d.ts.map +1 -1
- package/dist/project.js +1 -323
- package/dist/project.js.map +1 -1
- package/dist/react.d.ts +2 -2
- package/dist/react.d.ts.map +1 -1
- package/dist/react.js +1 -1
- package/dist/react.js.map +1 -1
- package/dist/validate.d.ts +12 -0
- package/dist/validate.d.ts.map +1 -1
- package/dist/validate.js +11 -0
- package/dist/validate.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-authoring-refs.js +4 -4
- package/node_modules/@noodle-borg/agent-kit/dist/skill-authoring-refs.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.js +72 -13
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-operations-refs.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-operations-refs.js +8 -3
- package/node_modules/@noodle-borg/agent-kit/dist/skill-operations-refs.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/package.json +1 -1
- package/node_modules/@noodle-borg/authoring/dist/connectors.d.ts +18 -1
- package/node_modules/@noodle-borg/authoring/dist/connectors.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/connectors.js +17 -4
- package/node_modules/@noodle-borg/authoring/dist/connectors.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/index.d.ts +3 -3
- package/node_modules/@noodle-borg/authoring/dist/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/index.js +1 -1
- package/node_modules/@noodle-borg/authoring/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/components.d.ts +302 -7
- package/node_modules/@noodle-borg/authoring/dist/react/components.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/components.js +39 -7
- package/node_modules/@noodle-borg/authoring/dist/react/components.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/index.d.ts +4 -2
- package/node_modules/@noodle-borg/authoring/dist/react/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/index.js +2 -1
- package/node_modules/@noodle-borg/authoring/dist/react/index.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.d.ts +2618 -0
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.d.ts.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.js +110 -0
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.js.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react.d.ts +2 -2
- package/node_modules/@noodle-borg/authoring/dist/react.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react.js +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/recording.d.ts +1 -1
- package/node_modules/@noodle-borg/authoring/dist/recording.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/recording.js +38 -6
- package/node_modules/@noodle-borg/authoring/dist/recording.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/server.d.ts +25 -2
- package/node_modules/@noodle-borg/authoring/dist/server.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/server.js +64 -6
- package/node_modules/@noodle-borg/authoring/dist/server.js.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/compile.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/compile.js +20 -8
- package/node_modules/@noodle-borg/compiler/dist/compile.js.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.d.ts +2 -0
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.js +6 -0
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.js.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/auth-variables.js +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/auth-variables.js.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/call-graph.d.ts +14 -0
- package/node_modules/@noodle-borg/connector-defs/dist/call-graph.d.ts.map +1 -0
- package/node_modules/@noodle-borg/connector-defs/dist/call-graph.js +66 -0
- package/node_modules/@noodle-borg/connector-defs/dist/call-graph.js.map +1 -0
- package/node_modules/@noodle-borg/connector-defs/dist/compile-auth.d.ts +21 -0
- package/node_modules/@noodle-borg/connector-defs/dist/compile-auth.d.ts.map +1 -0
- package/node_modules/@noodle-borg/connector-defs/dist/compile-auth.js +102 -0
- package/node_modules/@noodle-borg/connector-defs/dist/compile-auth.js.map +1 -0
- package/node_modules/@noodle-borg/connector-defs/dist/compile.d.ts +19 -4
- package/node_modules/@noodle-borg/connector-defs/dist/compile.d.ts.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/compile.js +67 -99
- package/node_modules/@noodle-borg/connector-defs/dist/compile.js.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/index.d.ts +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/schema.d.ts +168 -10
- package/node_modules/@noodle-borg/connector-defs/dist/schema.d.ts.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/schema.js +72 -5
- package/node_modules/@noodle-borg/connector-defs/dist/schema.js.map +1 -1
- package/node_modules/@noodle-borg/connector-http/dist/http-connector.d.ts +6 -0
- package/node_modules/@noodle-borg/connector-http/dist/http-connector.d.ts.map +1 -1
- package/node_modules/@noodle-borg/connector-http/dist/http-connector.js +2 -0
- package/node_modules/@noodle-borg/connector-http/dist/http-connector.js.map +1 -1
- package/node_modules/@noodle-borg/connector-http/package.json +1 -1
- package/node_modules/@noodle-borg/protocol/dist/mapping.d.ts.map +1 -1
- package/node_modules/@noodle-borg/protocol/dist/mapping.js +8 -0
- package/node_modules/@noodle-borg/protocol/dist/mapping.js.map +1 -1
- package/node_modules/@noodle-borg/runtime/dist/execute.d.ts.map +1 -1
- package/node_modules/@noodle-borg/runtime/dist/execute.js +87 -62
- package/node_modules/@noodle-borg/runtime/dist/execute.js.map +1 -1
- package/node_modules/@noodle-borg/runtime/dist/result.d.ts +1 -1
- package/node_modules/@noodle-borg/runtime/dist/result.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/credential-broker.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/credential-broker.js +113 -11
- package/node_modules/@noodle-borg/service/dist/credential-broker.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/github/app-client.d.ts +28 -5
- package/node_modules/@noodle-borg/service/dist/github/app-client.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/github/app-client.js +116 -7
- package/node_modules/@noodle-borg/service/dist/github/app-client.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/github/builder-auth.d.ts +12 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-auth.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-auth.js +15 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-auth.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-main.d.ts +3 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-main.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-main.js +9 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-main.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-runner.d.ts +21 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-runner.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-runner.js +192 -0
- package/node_modules/@noodle-borg/service/dist/github/builder-runner.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/cloud-run-job-executor.d.ts +45 -0
- package/node_modules/@noodle-borg/service/dist/github/cloud-run-job-executor.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/cloud-run-job-executor.js +60 -0
- package/node_modules/@noodle-borg/service/dist/github/cloud-run-job-executor.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-pipeline.d.ts +64 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-pipeline.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-pipeline.js +121 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-pipeline.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-executor.d.ts +33 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-executor.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-executor.js +14 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-executor.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-reconciler.d.ts +36 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-reconciler.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-reconciler.js +107 -0
- package/node_modules/@noodle-borg/service/dist/github/deploy-run-reconciler.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/fast-lane-classifier.d.ts +38 -0
- package/node_modules/@noodle-borg/service/dist/github/fast-lane-classifier.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/fast-lane-classifier.js +60 -0
- package/node_modules/@noodle-borg/service/dist/github/fast-lane-classifier.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/local-compile.d.ts +24 -0
- package/node_modules/@noodle-borg/service/dist/github/local-compile.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/local-compile.js +98 -0
- package/node_modules/@noodle-borg/service/dist/github/local-compile.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/local-process-executor.d.ts +39 -0
- package/node_modules/@noodle-borg/service/dist/github/local-process-executor.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/local-process-executor.js +67 -0
- package/node_modules/@noodle-borg/service/dist/github/local-process-executor.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/run-access-mode.d.ts +18 -0
- package/node_modules/@noodle-borg/service/dist/github/run-access-mode.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/run-access-mode.js +32 -0
- package/node_modules/@noodle-borg/service/dist/github/run-access-mode.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/run-token.d.ts +41 -0
- package/node_modules/@noodle-borg/service/dist/github/run-token.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/github/run-token.js +59 -0
- package/node_modules/@noodle-borg/service/dist/github/run-token.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/http-util.d.ts +7 -1
- package/node_modules/@noodle-borg/service/dist/http-util.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/http-util.js +14 -0
- package/node_modules/@noodle-borg/service/dist/http-util.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/index.d.ts +13 -2
- package/node_modules/@noodle-borg/service/dist/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/index.js +12 -1
- package/node_modules/@noodle-borg/service/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/main.js +72 -0
- package/node_modules/@noodle-borg/service/dist/main.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/options.d.ts +26 -3
- package/node_modules/@noodle-borg/service/dist/options.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/registry-helpers.d.ts +12 -0
- package/node_modules/@noodle-borg/service/dist/registry-helpers.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/registry-helpers.js +3 -0
- package/node_modules/@noodle-borg/service/dist/registry-helpers.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/registry-types.d.ts +7 -0
- package/node_modules/@noodle-borg/service/dist/registry-types.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/registry.d.ts +7 -29
- package/node_modules/@noodle-borg/service/dist/registry.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/registry.js +62 -57
- package/node_modules/@noodle-borg/service/dist/registry.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/asset-control-plane.d.ts +3 -2
- package/node_modules/@noodle-borg/service/dist/routes/asset-control-plane.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/asset-control-plane.js +36 -8
- package/node_modules/@noodle-borg/service/dist/routes/asset-control-plane.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/control-plane.d.ts +3 -2
- package/node_modules/@noodle-borg/service/dist/routes/control-plane.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/control-plane.js +100 -12
- package/node_modules/@noodle-borg/service/dist/routes/control-plane.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/github-dispatch.d.ts +7 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-dispatch.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/github-dispatch.js +36 -1
- package/node_modules/@noodle-borg/service/dist/routes/github-dispatch.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/github-run-claim.d.ts +13 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-claim.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-claim.js +84 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-claim.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-status.d.ts +5 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-status.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-status.js +73 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-run-status.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-webhook.d.ts +23 -1
- package/node_modules/@noodle-borg/service/dist/routes/github-webhook.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/github-webhook.js +41 -0
- package/node_modules/@noodle-borg/service/dist/routes/github-webhook.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/paths.d.ts +4 -0
- package/node_modules/@noodle-borg/service/dist/routes/paths.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/paths.js +10 -0
- package/node_modules/@noodle-borg/service/dist/routes/paths.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/run-deploy-auth.d.ts +85 -0
- package/node_modules/@noodle-borg/service/dist/routes/run-deploy-auth.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/routes/run-deploy-auth.js +90 -0
- package/node_modules/@noodle-borg/service/dist/routes/run-deploy-auth.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/serve.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/serve.js +31 -0
- package/node_modules/@noodle-borg/service/dist/serve.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/service.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/service.js +8 -13
- package/node_modules/@noodle-borg/service/dist/service.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-connections-json-file.d.ts +1 -0
- package/node_modules/@noodle-borg/service/dist/store/github-connections-json-file.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-connections-json-file.js +5 -0
- package/node_modules/@noodle-borg/service/dist/store/github-connections-json-file.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-connections.d.ts +1 -0
- package/node_modules/@noodle-borg/service/dist/store/github-connections.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-connections.js +5 -0
- package/node_modules/@noodle-borg/service/dist/store/github-connections.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-deploy-run-contract.d.ts +120 -0
- package/node_modules/@noodle-borg/service/dist/store/github-deploy-run-contract.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/store/github-deploy-run-contract.js +6 -0
- package/node_modules/@noodle-borg/service/dist/store/github-deploy-run-contract.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/store/github-runs-json-file.d.ts +6 -1
- package/node_modules/@noodle-borg/service/dist/store/github-runs-json-file.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-runs-json-file.js +18 -1
- package/node_modules/@noodle-borg/service/dist/store/github-runs-json-file.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-runs.d.ts +22 -1
- package/node_modules/@noodle-borg/service/dist/store/github-runs.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/github-runs.js +39 -2
- package/node_modules/@noodle-borg/service/dist/store/github-runs.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-github-runs.d.ts +13 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-github-runs.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-github-runs.js +115 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-github-runs.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-github.d.ts +1 -0
- package/node_modules/@noodle-borg/service/dist/store/postgres-github.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-github.js +6 -0
- package/node_modules/@noodle-borg/service/dist/store/postgres-github.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres.d.ts +15 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres.js +22 -2
- package/node_modules/@noodle-borg/service/dist/store/postgres.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store.d.ts +22 -99
- package/node_modules/@noodle-borg/service/dist/store.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store.js.map +1 -1
- package/node_modules/hono/dist/adapter/aws-lambda/handler.js +15 -21
- package/node_modules/hono/dist/adapter/bun/websocket.js +3 -1
- package/node_modules/hono/dist/adapter/lambda-edge/handler.js +8 -2
- package/node_modules/hono/dist/cjs/adapter/aws-lambda/handler.js +15 -21
- package/node_modules/hono/dist/cjs/adapter/bun/websocket.js +3 -1
- package/node_modules/hono/dist/cjs/adapter/lambda-edge/handler.js +8 -2
- package/node_modules/hono/dist/cjs/helper/css/common.js +3 -1
- package/node_modules/hono/dist/cjs/helper/css/index.js +9 -1
- package/node_modules/hono/dist/cjs/jsx/base.js +8 -14
- package/node_modules/hono/dist/cjs/jsx/components.js +41 -21
- package/node_modules/hono/dist/cjs/jsx/context.js +131 -5
- package/node_modules/hono/dist/cjs/jsx/streaming.js +9 -7
- package/node_modules/hono/dist/cjs/middleware/cors/index.js +2 -5
- package/node_modules/hono/dist/cjs/middleware/serve-static/index.js +2 -2
- package/node_modules/hono/dist/cjs/utils/body.js +12 -4
- package/node_modules/hono/dist/cjs/utils/buffer.js +2 -1
- package/node_modules/hono/dist/cjs/validator/validator.js +3 -3
- package/node_modules/hono/dist/helper/css/common.js +3 -1
- package/node_modules/hono/dist/helper/css/index.js +9 -1
- package/node_modules/hono/dist/jsx/base.js +15 -15
- package/node_modules/hono/dist/jsx/components.js +42 -22
- package/node_modules/hono/dist/jsx/context.js +129 -5
- package/node_modules/hono/dist/jsx/streaming.js +10 -8
- package/node_modules/hono/dist/middleware/cors/index.js +2 -5
- package/node_modules/hono/dist/middleware/serve-static/index.js +2 -2
- package/node_modules/hono/dist/types/adapter/aws-lambda/handler.d.ts +1 -1
- package/node_modules/hono/dist/types/jsx/base.d.ts +1 -3
- package/node_modules/hono/dist/types/jsx/context.d.ts +39 -0
- package/node_modules/hono/dist/types/middleware/context-storage/index.d.ts +2 -2
- package/node_modules/hono/dist/types/utils/body.d.ts +1 -1
- package/node_modules/hono/dist/utils/body.js +12 -4
- package/node_modules/hono/dist/utils/buffer.js +2 -1
- package/node_modules/hono/dist/validator/validator.js +3 -3
- package/node_modules/hono/package.json +9 -10
- package/node_modules/tailwindcss/dist/chunk-HMCCH6MG.mjs +1 -0
- package/node_modules/tailwindcss/dist/default-theme.mjs +1 -1
- package/node_modules/tailwindcss/dist/lib.js +13 -13
- package/node_modules/tailwindcss/dist/lib.mjs +18 -18
- package/node_modules/tailwindcss/package.json +2 -2
- package/node_modules/undici/README.md +3 -2
- package/node_modules/undici/docs/docs/api/Agent.md +248 -44
- package/node_modules/undici/docs/docs/api/BalancedPool.md +246 -48
- package/node_modules/undici/docs/docs/api/CacheStorage.md +171 -13
- package/node_modules/undici/docs/docs/api/CacheStore.md +294 -98
- package/node_modules/undici/docs/docs/api/Client.md +365 -178
- package/node_modules/undici/docs/docs/api/ClientStats.md +80 -14
- package/node_modules/undici/docs/docs/api/Connector.md +118 -36
- package/node_modules/undici/docs/docs/api/ContentType.md +65 -25
- package/node_modules/undici/docs/docs/api/Cookies.md +125 -47
- package/node_modules/undici/docs/docs/api/Debug.md +34 -18
- package/node_modules/undici/docs/docs/api/DiagnosticsChannel.md +364 -164
- package/node_modules/undici/docs/docs/api/Dispatcher.md +479 -1093
- package/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +101 -87
- package/node_modules/undici/docs/docs/api/Errors.md +503 -40
- package/node_modules/undici/docs/docs/api/EventSource.md +294 -32
- package/node_modules/undici/docs/docs/api/Fetch.md +680 -31
- package/node_modules/undici/docs/docs/api/GlobalInstallation.md +78 -98
- package/node_modules/undici/docs/docs/api/H2CClient.md +298 -176
- package/node_modules/undici/docs/docs/api/Interceptors.md +355 -0
- package/node_modules/undici/docs/docs/api/MockAgent.md +314 -322
- package/node_modules/undici/docs/docs/api/MockCallHistory.md +272 -98
- package/node_modules/undici/docs/docs/api/MockCallHistoryLog.md +189 -26
- package/node_modules/undici/docs/docs/api/MockClient.md +151 -33
- package/node_modules/undici/docs/docs/api/MockErrors.md +56 -5
- package/node_modules/undici/docs/docs/api/MockPool.md +299 -263
- package/node_modules/undici/docs/docs/api/Pool.md +235 -43
- package/node_modules/undici/docs/docs/api/PoolStats.md +119 -13
- package/node_modules/undici/docs/docs/api/ProxyAgent.md +179 -160
- package/node_modules/undici/docs/docs/api/RedirectHandler.md +238 -63
- package/node_modules/undici/docs/docs/api/RetryAgent.md +113 -26
- package/node_modules/undici/docs/docs/api/RetryHandler.md +161 -77
- package/node_modules/undici/docs/docs/api/RoundRobinPool.md +166 -72
- package/node_modules/undici/docs/docs/api/SnapshotAgent.md +264 -542
- package/node_modules/undici/docs/docs/api/Socks5ProxyAgent.md +162 -186
- package/node_modules/undici/docs/docs/api/Util.md +68 -11
- package/node_modules/undici/docs/docs/api/WebSocket.md +475 -80
- package/node_modules/undici/docs/docs/api/api-lifecycle.md +100 -32
- package/node_modules/undici/docs/docs/best-practices/client-certificate.md +2 -0
- package/node_modules/undici/docs/docs/best-practices/crawling.md +3 -1
- package/node_modules/undici/docs/docs/best-practices/migrating-from-v7-to-v8.md +6 -4
- package/node_modules/undici/docs/docs/best-practices/mocking-request.md +9 -7
- package/node_modules/undici/docs/docs/best-practices/proxy.md +3 -1
- package/node_modules/undici/docs/docs/best-practices/undici-vs-builtin-fetch.md +10 -8
- package/node_modules/undici/docs/docs/best-practices/writing-tests.md +2 -0
- package/node_modules/undici/docs/docs/{GettingStarted.md → getting-started.md} +22 -19
- package/node_modules/undici/docs/docs/index.md +779 -0
- package/node_modules/undici/docs/docs/site.json +125 -0
- package/node_modules/undici/docs/docs/type-map.json +79 -0
- package/node_modules/undici/lib/api/api-request.js +7 -1
- package/node_modules/undici/lib/api/readable.js +47 -2
- package/node_modules/undici/lib/core/errors.js +20 -0
- package/node_modules/undici/lib/core/request.js +1 -1
- package/node_modules/undici/lib/core/util.js +24 -1
- package/node_modules/undici/lib/dispatcher/client-h1.js +92 -1
- package/node_modules/undici/lib/dispatcher/client-h2.js +322 -118
- package/node_modules/undici/lib/dispatcher/client.js +6 -2
- package/node_modules/undici/lib/dispatcher/dispatcher-base.js +1 -0
- package/node_modules/undici/lib/dispatcher/proxy-agent.js +42 -7
- package/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +4 -2
- package/node_modules/undici/lib/handler/redirect-handler.js +1 -0
- package/node_modules/undici/lib/handler/retry-handler.js +57 -19
- package/node_modules/undici/lib/util/cache.js +8 -2
- package/node_modules/undici/lib/web/cookies/parse.js +20 -27
- package/node_modules/undici/lib/web/cookies/util.js +1 -1
- package/node_modules/undici/lib/web/eventsource/eventsource.js +7 -18
- package/node_modules/undici/lib/web/eventsource/util.js +32 -1
- package/node_modules/undici/lib/web/fetch/body.js +43 -0
- package/node_modules/undici/lib/web/fetch/constants.js +1 -1
- package/node_modules/undici/lib/web/fetch/index.js +11 -2
- package/node_modules/undici/lib/web/fetch/request.js +1 -0
- package/node_modules/undici/lib/web/fetch/util.js +4 -1
- package/node_modules/undici/lib/web/websocket/receiver.js +20 -3
- package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +8 -1
- package/node_modules/undici/lib/web/websocket/websocket.js +3 -1
- package/node_modules/undici/package.json +1 -1
- package/node_modules/undici/types/client.d.ts +6 -1
- package/node_modules/undici/types/cookies.d.ts +1 -1
- package/node_modules/undici/types/errors.d.ts +10 -0
- package/node_modules/undici/types/fetch.d.ts +1 -0
- package/node_modules/undici/types/handlers.d.ts +2 -0
- package/node_modules/undici/types/proxy-agent.d.ts +7 -0
- package/package.json +4 -4
- package/react/styles.css +510 -5
- package/react/styles.source.css +850 -0
- package/node_modules/hono/dist/tsconfig.build.tsbuildinfo +0 -1
- package/node_modules/tailwindcss/dist/chunk-XVOTX5KS.mjs +0 -1
|
@@ -1,51 +1,643 @@
|
|
|
1
1
|
# Fetch
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<!--introduced_in=v1.0.0-->
|
|
4
|
+
<!--type=module-->
|
|
5
|
+
<!-- source_link=lib/web/fetch/index.js -->
|
|
4
6
|
|
|
5
|
-
|
|
7
|
+
> Stability: 2 - Stable
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
undici implements the [WHATWG Fetch Standard][], providing `fetch()` together
|
|
10
|
+
with the `Request`, `Response`, `Headers`, and `FormData` classes that mirror
|
|
11
|
+
the browser APIs. The implementation follows the standard, so the
|
|
12
|
+
[MDN Fetch documentation][] applies as well.
|
|
8
13
|
|
|
9
|
-
|
|
14
|
+
```mjs
|
|
15
|
+
import { fetch, Request, Response, Headers, FormData } from 'undici'
|
|
16
|
+
|
|
17
|
+
const response = await fetch('https://example.com')
|
|
18
|
+
const text = await response.text()
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
When mixing these classes, keep them from the same implementation: use the
|
|
22
|
+
global `fetch()` with the global `FormData`, `Request`, `Response`, and
|
|
23
|
+
`Headers`, and use undici's `fetch()` with undici's classes. Passing a value
|
|
24
|
+
created by one implementation to the other can throw.
|
|
25
|
+
|
|
26
|
+
## `fetch(input[, init])`
|
|
27
|
+
|
|
28
|
+
<!-- YAML
|
|
29
|
+
added: v5.6.0
|
|
30
|
+
changes:
|
|
31
|
+
- version: v5.6.1
|
|
32
|
+
pr-url: https://github.com/nodejs/undici/pull/1529
|
|
33
|
+
description: No default value is assigned to `init.method`.
|
|
34
|
+
-->
|
|
35
|
+
|
|
36
|
+
* `input` {string|URL|Request} The resource to fetch. A string or {URL} is
|
|
37
|
+
treated as the URL to request; a {Request} is used as the request template.
|
|
38
|
+
* `init` {RequestInit} (optional) An options object that customizes the
|
|
39
|
+
request.
|
|
40
|
+
* `body` {string|Buffer|Uint8Array|Blob|FormData|URLSearchParams|ReadableStream|null}
|
|
41
|
+
The request body. **Default:** `null`.
|
|
42
|
+
* `cache` {string} The cache mode. One of `'default'`, `'force-cache'`,
|
|
43
|
+
`'no-cache'`, `'no-store'`, `'only-if-cached'`, or `'reload'`.
|
|
44
|
+
* `credentials` {string} How credentials are sent. One of `'omit'`,
|
|
45
|
+
`'include'`, or `'same-origin'`.
|
|
46
|
+
* `dispatcher` {Dispatcher} The {Dispatcher} used to perform the request.
|
|
47
|
+
**Default:** the global dispatcher.
|
|
48
|
+
* `duplex` {string} The duplex mode of the request. Must be `'half'` when a
|
|
49
|
+
streaming `body` is provided.
|
|
50
|
+
* `headers` {Headers|Object|Array} The request headers, as a {Headers}
|
|
51
|
+
instance, a plain object, or an array of `[name, value]` pairs.
|
|
52
|
+
* `integrity` {string} The subresource integrity metadata of the request.
|
|
53
|
+
* `keepalive` {boolean} Whether the connection may outlive the page.
|
|
54
|
+
**Default:** `false`.
|
|
55
|
+
* `method` {string} The request method, for example `'GET'` or `'POST'`.
|
|
56
|
+
* `mode` {string} The request mode. One of `'cors'`, `'navigate'`,
|
|
57
|
+
`'no-cors'`, or `'same-origin'`.
|
|
58
|
+
* `redirect` {string} How redirects are handled. One of `'error'`,
|
|
59
|
+
`'follow'`, or `'manual'`.
|
|
60
|
+
* `referrer` {string} The request referrer.
|
|
61
|
+
* `referrerPolicy` {string} The referrer policy. One of `''`,
|
|
62
|
+
`'no-referrer'`, `'no-referrer-when-downgrade'`, `'origin'`,
|
|
63
|
+
`'origin-when-cross-origin'`, `'same-origin'`, `'strict-origin'`,
|
|
64
|
+
`'strict-origin-when-cross-origin'`, or `'unsafe-url'`.
|
|
65
|
+
* `signal` {AbortSignal|null} An {AbortSignal} used to abort the request.
|
|
66
|
+
**Default:** `null`.
|
|
67
|
+
* `window` {null} Can only be `null`; reserved by the standard.
|
|
68
|
+
* Returns: {Promise} Fulfills with a {Response} once the response headers have
|
|
69
|
+
been received.
|
|
70
|
+
|
|
71
|
+
Starts the process of fetching a resource from the network and returns a
|
|
72
|
+
promise that fulfills with a {Response}. The promise rejects only on network
|
|
73
|
+
failures; an HTTP error status such as `404` still fulfills the promise, so
|
|
74
|
+
inspect [`response.ok`](#responseok) to detect failures.
|
|
75
|
+
|
|
76
|
+
```mjs
|
|
77
|
+
import { fetch } from 'undici'
|
|
78
|
+
|
|
79
|
+
const response = await fetch('https://example.com', {
|
|
80
|
+
method: 'POST',
|
|
81
|
+
headers: { 'content-type': 'application/json' },
|
|
82
|
+
body: JSON.stringify({ hello: 'world' }),
|
|
83
|
+
})
|
|
84
|
+
|
|
85
|
+
console.log(response.status)
|
|
86
|
+
console.log(await response.json())
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
To route the request through a custom {Dispatcher} (for example a `ProxyAgent`
|
|
90
|
+
or `Agent` with specific options), pass it as `init.dispatcher`.
|
|
91
|
+
|
|
92
|
+
```mjs
|
|
93
|
+
import { fetch, Agent } from 'undici'
|
|
94
|
+
|
|
95
|
+
const response = await fetch('https://example.com', {
|
|
96
|
+
dispatcher: new Agent({ connect: { rejectUnauthorized: false } }),
|
|
97
|
+
})
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
## Class: `FormData`
|
|
101
|
+
|
|
102
|
+
<!-- YAML
|
|
103
|
+
added: v4.4.4
|
|
104
|
+
-->
|
|
105
|
+
|
|
106
|
+
A set of key/value pairs representing form fields and their values, suitable
|
|
107
|
+
for use as a `fetch()` request `body`. The implementation follows the
|
|
108
|
+
[WHATWG Fetch Standard][]; see the [MDN `FormData` documentation][].
|
|
109
|
+
|
|
110
|
+
When using `FormData` as a request body, keep `fetch` and `FormData` from the
|
|
111
|
+
same implementation: use the global `FormData` with the global `fetch()`, and
|
|
112
|
+
undici's `FormData` with undici's `fetch()`.
|
|
113
|
+
|
|
114
|
+
### `new FormData()`
|
|
115
|
+
|
|
116
|
+
<!-- YAML
|
|
117
|
+
added: v4.4.4
|
|
118
|
+
-->
|
|
10
119
|
|
|
11
|
-
|
|
120
|
+
Creates a new, empty `FormData` instance. Passing any argument other than
|
|
121
|
+
`undefined` throws; in particular, an `HTMLFormElement` argument is not
|
|
122
|
+
supported in this environment.
|
|
12
123
|
|
|
13
|
-
|
|
14
|
-
same implementation. Use the built-in global `FormData` with the built-in
|
|
15
|
-
global `fetch()`, and use `undici`'s `FormData` with `undici.fetch()`.
|
|
124
|
+
### `formData.append(name, value[, filename])`
|
|
16
125
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
126
|
+
<!-- YAML
|
|
127
|
+
added: v1.0.0
|
|
128
|
+
-->
|
|
20
129
|
|
|
21
|
-
|
|
130
|
+
* `name` {string} The name of the field.
|
|
131
|
+
* `value` {string|Blob} The value of the field.
|
|
132
|
+
* `filename` {string} The filename reported to the server when `value` is a
|
|
133
|
+
{Blob}. (optional)
|
|
22
134
|
|
|
23
|
-
|
|
135
|
+
Appends a new value to an existing key, or adds the key if it does not exist.
|
|
136
|
+
Unlike [`formData.set()`](#formdatasetname-value-filename), `append()` keeps
|
|
137
|
+
any existing values for `name`.
|
|
24
138
|
|
|
25
|
-
|
|
139
|
+
### `formData.delete(name)`
|
|
26
140
|
|
|
27
|
-
|
|
141
|
+
<!-- YAML
|
|
142
|
+
added: v1.0.0
|
|
143
|
+
-->
|
|
28
144
|
|
|
29
|
-
|
|
145
|
+
* `name` {string} The name of the field to remove.
|
|
30
146
|
|
|
31
|
-
|
|
147
|
+
Deletes all values associated with `name`.
|
|
32
148
|
|
|
33
|
-
|
|
149
|
+
### `formData.get(name)`
|
|
34
150
|
|
|
35
|
-
|
|
151
|
+
<!-- YAML
|
|
152
|
+
added: v1.0.0
|
|
153
|
+
-->
|
|
36
154
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
- [`.formData()`](https://fetch.spec.whatwg.org/#dom-body-formdata)
|
|
41
|
-
- [`.json()`](https://fetch.spec.whatwg.org/#dom-body-json)
|
|
42
|
-
- [`.text()`](https://fetch.spec.whatwg.org/#dom-body-text)
|
|
155
|
+
* `name` {string} The name of the field to read.
|
|
156
|
+
* Returns: {string|File|null} The first value associated with `name`, or
|
|
157
|
+
`null` if there is none.
|
|
43
158
|
|
|
44
|
-
|
|
159
|
+
### `formData.getAll(name)`
|
|
45
160
|
|
|
46
|
-
|
|
161
|
+
<!-- YAML
|
|
162
|
+
added: v1.0.0
|
|
163
|
+
-->
|
|
47
164
|
|
|
48
|
-
|
|
165
|
+
* `name` {string} The name of the field to read.
|
|
166
|
+
* Returns: {Array} All values associated with `name`, as an array of
|
|
167
|
+
{string} and {File} entries.
|
|
168
|
+
|
|
169
|
+
### `formData.has(name)`
|
|
170
|
+
|
|
171
|
+
<!-- YAML
|
|
172
|
+
added: v1.0.0
|
|
173
|
+
-->
|
|
174
|
+
|
|
175
|
+
* `name` {string} The name of the field to look up.
|
|
176
|
+
* Returns: {boolean} `true` if at least one value is associated with `name`.
|
|
177
|
+
|
|
178
|
+
### `formData.set(name, value[, filename])`
|
|
179
|
+
|
|
180
|
+
<!-- YAML
|
|
181
|
+
added: v1.0.0
|
|
182
|
+
-->
|
|
183
|
+
|
|
184
|
+
* `name` {string} The name of the field.
|
|
185
|
+
* `value` {string|Blob} The value of the field.
|
|
186
|
+
* `filename` {string} The filename reported to the server when `value` is a
|
|
187
|
+
{Blob}. (optional)
|
|
188
|
+
|
|
189
|
+
Sets a new value for an existing key, or adds the key if it does not exist,
|
|
190
|
+
replacing any values previously associated with `name`.
|
|
191
|
+
|
|
192
|
+
## Class: `Response`
|
|
193
|
+
|
|
194
|
+
<!-- YAML
|
|
195
|
+
added: v4.4.0
|
|
196
|
+
-->
|
|
197
|
+
|
|
198
|
+
* Extends: {BodyMixin}
|
|
199
|
+
|
|
200
|
+
Represents the response to a request. Instances are typically obtained by
|
|
201
|
+
awaiting `fetch()`, but can also be constructed directly. The implementation
|
|
202
|
+
follows the [WHATWG Fetch Standard][]; see the
|
|
203
|
+
[MDN `Response` documentation][]. `Response` inherits the body-reading methods
|
|
204
|
+
described in [Body mixin](#body-mixin).
|
|
205
|
+
|
|
206
|
+
### `new Response([body[, init]])`
|
|
207
|
+
|
|
208
|
+
<!-- YAML
|
|
209
|
+
added: v4.4.0
|
|
210
|
+
-->
|
|
211
|
+
|
|
212
|
+
* `body` {string|Buffer|Uint8Array|Blob|FormData|URLSearchParams|ReadableStream|null}
|
|
213
|
+
The response body. **Default:** `null`.
|
|
214
|
+
* `init` {ResponseInit} (optional)
|
|
215
|
+
* `status` {number} The response status code. **Default:** `200`.
|
|
216
|
+
* `statusText` {string} The response status message. **Default:** `''`.
|
|
217
|
+
* `headers` {Headers|Object|Array} The response headers.
|
|
218
|
+
|
|
219
|
+
Creates a new `Response`.
|
|
220
|
+
|
|
221
|
+
### Static method: `Response.error()`
|
|
222
|
+
|
|
223
|
+
<!-- YAML
|
|
224
|
+
added: v1.0.0
|
|
225
|
+
-->
|
|
226
|
+
|
|
227
|
+
* Returns: {Response} A network-error response.
|
|
228
|
+
|
|
229
|
+
Returns a new `Response` representing a network error, with its
|
|
230
|
+
[`type`](#responsetype) set to `'error'`.
|
|
231
|
+
|
|
232
|
+
### Static method: `Response.json(data[, init])`
|
|
233
|
+
|
|
234
|
+
<!-- YAML
|
|
235
|
+
added: v1.0.0
|
|
236
|
+
-->
|
|
237
|
+
|
|
238
|
+
* `data` {any} The value to serialize as JSON.
|
|
239
|
+
* `init` {ResponseInit} (optional)
|
|
240
|
+
* `status` {number} The response status code. **Default:** `200`.
|
|
241
|
+
* `statusText` {string} The response status message. **Default:** `''`.
|
|
242
|
+
* `headers` {Headers|Object|Array} The response headers.
|
|
243
|
+
* Returns: {Response} A response whose body is the JSON serialization of
|
|
244
|
+
`data` and whose `Content-Type` is `application/json`.
|
|
245
|
+
|
|
246
|
+
```mjs
|
|
247
|
+
import { Response } from 'undici'
|
|
248
|
+
|
|
249
|
+
const response = Response.json({ ok: true }, { status: 201 })
|
|
250
|
+
```
|
|
251
|
+
|
|
252
|
+
### Static method: `Response.redirect(url[, status])`
|
|
253
|
+
|
|
254
|
+
<!-- YAML
|
|
255
|
+
added: v1.0.0
|
|
256
|
+
-->
|
|
257
|
+
|
|
258
|
+
* `url` {string|URL} The URL to redirect to.
|
|
259
|
+
* `status` {number} The redirect status code. One of `301`, `302`, `303`,
|
|
260
|
+
`307`, or `308`. **Default:** `302`.
|
|
261
|
+
* Returns: {Response} A redirect response with the `Location` header set to
|
|
262
|
+
`url`.
|
|
263
|
+
|
|
264
|
+
### `response.clone()`
|
|
265
|
+
|
|
266
|
+
<!-- YAML
|
|
267
|
+
added: v1.0.0
|
|
268
|
+
-->
|
|
269
|
+
|
|
270
|
+
* Returns: {Response} A copy of the response.
|
|
271
|
+
|
|
272
|
+
Creates a clone of the response. Throws a `TypeError` if the body has already
|
|
273
|
+
been read or is locked.
|
|
274
|
+
|
|
275
|
+
### `response.type`
|
|
276
|
+
|
|
277
|
+
<!-- YAML
|
|
278
|
+
added: v1.0.0
|
|
279
|
+
-->
|
|
280
|
+
|
|
281
|
+
* Type: {string} The response type. One of `'basic'`, `'cors'`, `'default'`,
|
|
282
|
+
`'error'`, `'opaque'`, or `'opaqueredirect'`.
|
|
283
|
+
|
|
284
|
+
### `response.url`
|
|
285
|
+
|
|
286
|
+
<!-- YAML
|
|
287
|
+
added: v1.0.0
|
|
288
|
+
-->
|
|
289
|
+
|
|
290
|
+
* Type: {string} The final URL of the response after any redirects, or the
|
|
291
|
+
empty string if not available.
|
|
292
|
+
|
|
293
|
+
### `response.redirected`
|
|
294
|
+
|
|
295
|
+
<!-- YAML
|
|
296
|
+
added: v1.0.0
|
|
297
|
+
-->
|
|
298
|
+
|
|
299
|
+
* Type: {boolean} `true` if the response is the result of one or more
|
|
300
|
+
redirects.
|
|
301
|
+
|
|
302
|
+
### `response.status`
|
|
303
|
+
|
|
304
|
+
<!-- YAML
|
|
305
|
+
added: v1.0.0
|
|
306
|
+
-->
|
|
307
|
+
|
|
308
|
+
* Type: {number} The HTTP status code of the response.
|
|
309
|
+
|
|
310
|
+
### `response.ok`
|
|
311
|
+
|
|
312
|
+
<!-- YAML
|
|
313
|
+
added: v1.0.0
|
|
314
|
+
-->
|
|
315
|
+
|
|
316
|
+
* Type: {boolean} `true` when [`status`](#responsestatus) is in the range
|
|
317
|
+
`200`–`299`.
|
|
318
|
+
|
|
319
|
+
### `response.statusText`
|
|
320
|
+
|
|
321
|
+
<!-- YAML
|
|
322
|
+
added: v1.0.0
|
|
323
|
+
-->
|
|
324
|
+
|
|
325
|
+
* Type: {string} The status message corresponding to the status code.
|
|
326
|
+
|
|
327
|
+
### `response.headers`
|
|
328
|
+
|
|
329
|
+
<!-- YAML
|
|
330
|
+
added: v1.0.0
|
|
331
|
+
-->
|
|
332
|
+
|
|
333
|
+
* Type: {Headers} The {Headers} object associated with the response.
|
|
334
|
+
|
|
335
|
+
## Class: `Request`
|
|
336
|
+
|
|
337
|
+
<!-- YAML
|
|
338
|
+
added: v1.0.0
|
|
339
|
+
-->
|
|
340
|
+
|
|
341
|
+
* Extends: {BodyMixin}
|
|
342
|
+
|
|
343
|
+
Represents a resource request. Instances can be passed to `fetch()` in place
|
|
344
|
+
of a URL string. The implementation follows the [WHATWG Fetch Standard][]; see
|
|
345
|
+
the [MDN `Request` documentation][]. `Request` inherits the body-reading
|
|
346
|
+
methods described in [Body mixin](#body-mixin).
|
|
347
|
+
|
|
348
|
+
### `new Request(input[, init])`
|
|
349
|
+
|
|
350
|
+
<!-- YAML
|
|
351
|
+
added: v1.0.0
|
|
352
|
+
-->
|
|
353
|
+
|
|
354
|
+
* `input` {string|URL|Request} The resource to request, as a URL string,
|
|
355
|
+
{URL}, or another {Request} to copy.
|
|
356
|
+
* `init` {RequestInit} (optional) An options object with the same fields as
|
|
357
|
+
the `init` argument of [`fetch()`](#fetchinput-init).
|
|
358
|
+
* Returns: {Request}
|
|
359
|
+
|
|
360
|
+
Creates a new `Request`.
|
|
361
|
+
|
|
362
|
+
### `request.clone()`
|
|
363
|
+
|
|
364
|
+
<!-- YAML
|
|
365
|
+
added: v1.0.0
|
|
366
|
+
-->
|
|
367
|
+
|
|
368
|
+
* Returns: {Request} A copy of the request.
|
|
369
|
+
|
|
370
|
+
Creates a clone of the request. Throws a `TypeError` if the body has already
|
|
371
|
+
been read or is locked.
|
|
372
|
+
|
|
373
|
+
### `request.method`
|
|
374
|
+
|
|
375
|
+
<!-- YAML
|
|
376
|
+
added: v1.0.0
|
|
377
|
+
-->
|
|
378
|
+
|
|
379
|
+
* Type: {string} The request method, for example `'GET'`.
|
|
380
|
+
|
|
381
|
+
### `request.url`
|
|
382
|
+
|
|
383
|
+
<!-- YAML
|
|
384
|
+
added: v1.0.0
|
|
385
|
+
-->
|
|
386
|
+
|
|
387
|
+
* Type: {string} The serialized URL of the request.
|
|
388
|
+
|
|
389
|
+
### `request.headers`
|
|
390
|
+
|
|
391
|
+
<!-- YAML
|
|
392
|
+
added: v1.0.0
|
|
393
|
+
-->
|
|
394
|
+
|
|
395
|
+
* Type: {Headers} The {Headers} object associated with the request.
|
|
396
|
+
|
|
397
|
+
### `request.destination`
|
|
398
|
+
|
|
399
|
+
<!-- YAML
|
|
400
|
+
added: v1.0.0
|
|
401
|
+
-->
|
|
402
|
+
|
|
403
|
+
* Type: {string} The request destination, indicating the type of content being
|
|
404
|
+
requested, for example `''`, `'image'`, or `'script'`.
|
|
405
|
+
|
|
406
|
+
### `request.referrer`
|
|
407
|
+
|
|
408
|
+
<!-- YAML
|
|
409
|
+
added: v1.0.0
|
|
410
|
+
-->
|
|
411
|
+
|
|
412
|
+
* Type: {string} The referrer of the request. May be `'about:client'` or a URL
|
|
413
|
+
string.
|
|
414
|
+
|
|
415
|
+
### `request.referrerPolicy`
|
|
416
|
+
|
|
417
|
+
<!-- YAML
|
|
418
|
+
added: v1.0.0
|
|
419
|
+
-->
|
|
420
|
+
|
|
421
|
+
* Type: {string} The referrer policy of the request.
|
|
422
|
+
|
|
423
|
+
### `request.mode`
|
|
424
|
+
|
|
425
|
+
<!-- YAML
|
|
426
|
+
added: v1.0.0
|
|
427
|
+
-->
|
|
428
|
+
|
|
429
|
+
* Type: {string} The mode of the request. One of `'cors'`, `'navigate'`,
|
|
430
|
+
`'no-cors'`, or `'same-origin'`.
|
|
431
|
+
|
|
432
|
+
### `request.credentials`
|
|
433
|
+
|
|
434
|
+
<!-- YAML
|
|
435
|
+
added: v1.0.0
|
|
436
|
+
-->
|
|
437
|
+
|
|
438
|
+
* Type: {string} The credentials mode of the request. One of `'omit'`,
|
|
439
|
+
`'include'`, or `'same-origin'`.
|
|
440
|
+
|
|
441
|
+
### `request.cache`
|
|
442
|
+
|
|
443
|
+
<!-- YAML
|
|
444
|
+
added: v1.0.0
|
|
445
|
+
-->
|
|
446
|
+
|
|
447
|
+
* Type: {string} The cache mode of the request.
|
|
448
|
+
|
|
449
|
+
### `request.redirect`
|
|
450
|
+
|
|
451
|
+
<!-- YAML
|
|
452
|
+
added: v1.0.0
|
|
453
|
+
-->
|
|
454
|
+
|
|
455
|
+
* Type: {string} The redirect mode of the request. One of `'error'`,
|
|
456
|
+
`'follow'`, or `'manual'`.
|
|
457
|
+
|
|
458
|
+
### `request.integrity`
|
|
459
|
+
|
|
460
|
+
<!-- YAML
|
|
461
|
+
added: v1.0.0
|
|
462
|
+
-->
|
|
463
|
+
|
|
464
|
+
* Type: {string} The subresource integrity metadata of the request.
|
|
465
|
+
|
|
466
|
+
### `request.keepalive`
|
|
467
|
+
|
|
468
|
+
<!-- YAML
|
|
469
|
+
added: v1.0.0
|
|
470
|
+
-->
|
|
471
|
+
|
|
472
|
+
* Type: {boolean} Whether the request may outlive the environment that created
|
|
473
|
+
it.
|
|
474
|
+
|
|
475
|
+
### `request.isReloadNavigation`
|
|
476
|
+
|
|
477
|
+
<!-- YAML
|
|
478
|
+
added: v1.0.0
|
|
479
|
+
-->
|
|
480
|
+
|
|
481
|
+
* Type: {boolean} `true` if the request is a reload navigation.
|
|
482
|
+
|
|
483
|
+
### `request.isHistoryNavigation`
|
|
484
|
+
|
|
485
|
+
<!-- YAML
|
|
486
|
+
added: v1.0.0
|
|
487
|
+
-->
|
|
488
|
+
|
|
489
|
+
* Type: {boolean} `true` if the request is a history navigation.
|
|
490
|
+
|
|
491
|
+
### `request.signal`
|
|
492
|
+
|
|
493
|
+
<!-- YAML
|
|
494
|
+
added: v1.0.0
|
|
495
|
+
-->
|
|
496
|
+
|
|
497
|
+
* Type: {AbortSignal} The {AbortSignal} associated with the request.
|
|
498
|
+
|
|
499
|
+
### `request.duplex`
|
|
500
|
+
|
|
501
|
+
<!-- YAML
|
|
502
|
+
added: v1.0.0
|
|
503
|
+
-->
|
|
504
|
+
|
|
505
|
+
* Type: {string} The duplex mode of the request. Always `'half'`.
|
|
506
|
+
|
|
507
|
+
## Class: `Headers`
|
|
508
|
+
|
|
509
|
+
<!-- YAML
|
|
510
|
+
added: v4.4.0
|
|
511
|
+
-->
|
|
512
|
+
|
|
513
|
+
Represents the header list of a request or response and provides methods to
|
|
514
|
+
read and modify it. The implementation follows the [WHATWG Fetch Standard][];
|
|
515
|
+
see the [MDN `Headers` documentation][]. `Headers` is iterable, yielding
|
|
516
|
+
`[name, value]` pairs sorted by name.
|
|
517
|
+
|
|
518
|
+
### `new Headers([init])`
|
|
519
|
+
|
|
520
|
+
<!-- YAML
|
|
521
|
+
added: v4.4.0
|
|
522
|
+
-->
|
|
523
|
+
|
|
524
|
+
* `init` {Headers|Object|Array} (optional) Initial headers, as a {Headers}
|
|
525
|
+
instance, a plain object of name/value pairs, or an array of `[name, value]`
|
|
526
|
+
pairs.
|
|
527
|
+
|
|
528
|
+
Creates a new `Headers` object.
|
|
529
|
+
|
|
530
|
+
### `headers.append(name, value)`
|
|
531
|
+
|
|
532
|
+
<!-- YAML
|
|
533
|
+
added: v1.0.0
|
|
534
|
+
-->
|
|
535
|
+
|
|
536
|
+
* `name` {string} The name of the header.
|
|
537
|
+
* `value` {string} The value of the header.
|
|
538
|
+
|
|
539
|
+
Appends a value to a header, or adds the header if it does not exist. Existing
|
|
540
|
+
values for `name` are preserved.
|
|
541
|
+
|
|
542
|
+
### `headers.delete(name)`
|
|
543
|
+
|
|
544
|
+
<!-- YAML
|
|
545
|
+
added: v1.0.0
|
|
546
|
+
-->
|
|
547
|
+
|
|
548
|
+
* `name` {string} The name of the header to remove.
|
|
549
|
+
|
|
550
|
+
Removes the header named `name`.
|
|
551
|
+
|
|
552
|
+
### `headers.get(name)`
|
|
553
|
+
|
|
554
|
+
<!-- YAML
|
|
555
|
+
added: v1.0.0
|
|
556
|
+
-->
|
|
557
|
+
|
|
558
|
+
* `name` {string} The name of the header to read.
|
|
559
|
+
* Returns: {string|null} The combined values of the header, or `null` if it is
|
|
560
|
+
not present.
|
|
561
|
+
|
|
562
|
+
### `headers.has(name)`
|
|
563
|
+
|
|
564
|
+
<!-- YAML
|
|
565
|
+
added: v1.0.0
|
|
566
|
+
-->
|
|
567
|
+
|
|
568
|
+
* `name` {string} The name of the header to look up.
|
|
569
|
+
* Returns: {boolean} `true` if the header is present.
|
|
570
|
+
|
|
571
|
+
### `headers.set(name, value)`
|
|
572
|
+
|
|
573
|
+
<!-- YAML
|
|
574
|
+
added: v1.0.0
|
|
575
|
+
-->
|
|
576
|
+
|
|
577
|
+
* `name` {string} The name of the header.
|
|
578
|
+
* `value` {string} The value of the header.
|
|
579
|
+
|
|
580
|
+
Sets a header to a single value, replacing any existing values for `name`.
|
|
581
|
+
|
|
582
|
+
### `headers.getSetCookie()`
|
|
583
|
+
|
|
584
|
+
<!-- YAML
|
|
585
|
+
added: v1.0.0
|
|
586
|
+
-->
|
|
587
|
+
|
|
588
|
+
* Returns: {string[]} An array of the values of all `Set-Cookie` headers.
|
|
589
|
+
|
|
590
|
+
Returns each `Set-Cookie` header as a separate string, without combining them.
|
|
591
|
+
|
|
592
|
+
## Body mixin
|
|
593
|
+
|
|
594
|
+
`Request` and `Response` both extend {BodyMixin}, which provides methods and
|
|
595
|
+
properties for reading a body. Each consuming method reads the body once; after
|
|
596
|
+
the body has been consumed, [`bodyUsed`](#bodybodyused) becomes `true` and
|
|
597
|
+
calling another consuming method throws a `TypeError`.
|
|
598
|
+
|
|
599
|
+
### `body.arrayBuffer()`
|
|
600
|
+
|
|
601
|
+
<!-- YAML
|
|
602
|
+
added: v1.0.0
|
|
603
|
+
-->
|
|
604
|
+
|
|
605
|
+
* Returns: {Promise} Fulfills with an {ArrayBuffer} containing the body bytes.
|
|
606
|
+
|
|
607
|
+
### `body.blob()`
|
|
608
|
+
|
|
609
|
+
<!-- YAML
|
|
610
|
+
added: v1.0.0
|
|
611
|
+
-->
|
|
612
|
+
|
|
613
|
+
* Returns: {Promise} Fulfills with a {Blob} containing the body.
|
|
614
|
+
|
|
615
|
+
### `body.bytes()`
|
|
616
|
+
|
|
617
|
+
<!-- YAML
|
|
618
|
+
added: v1.0.0
|
|
619
|
+
-->
|
|
620
|
+
|
|
621
|
+
* Returns: {Promise} Fulfills with a {Uint8Array} containing the body bytes.
|
|
622
|
+
|
|
623
|
+
### `body.formData()`
|
|
624
|
+
|
|
625
|
+
<!-- YAML
|
|
626
|
+
added: v1.0.0
|
|
627
|
+
-->
|
|
628
|
+
|
|
629
|
+
> Stability: 0 - Deprecated
|
|
630
|
+
|
|
631
|
+
* Returns: {Promise} Fulfills with a {FormData} parsed from the body.
|
|
632
|
+
|
|
633
|
+
Buffers and parses the entire body as `multipart/form-data` or
|
|
634
|
+
`application/x-www-form-urlencoded`. Because multipart parsing has inherent
|
|
635
|
+
security risks and the whole body is buffered, this method must only be called
|
|
636
|
+
on responses from trusted servers.
|
|
637
|
+
|
|
638
|
+
For responses from untrusted or user-controlled servers, use a dedicated
|
|
639
|
+
streaming parser such as [@fastify/busboy][] and apply application-specific
|
|
640
|
+
limits:
|
|
49
641
|
|
|
50
642
|
```mjs
|
|
51
643
|
import { Busboy } from '@fastify/busboy'
|
|
@@ -53,10 +645,67 @@ import { Readable } from 'node:stream'
|
|
|
53
645
|
|
|
54
646
|
const response = await fetch('...')
|
|
55
647
|
const busboy = new Busboy({
|
|
56
|
-
headers: {
|
|
57
|
-
'content-type': response.headers.get('content-type')
|
|
58
|
-
}
|
|
648
|
+
headers: { 'content-type': response.headers.get('content-type') },
|
|
59
649
|
})
|
|
60
650
|
|
|
651
|
+
// Handle the events emitted by `busboy`.
|
|
652
|
+
|
|
61
653
|
Readable.fromWeb(response.body).pipe(busboy)
|
|
62
654
|
```
|
|
655
|
+
|
|
656
|
+
### `body.json()`
|
|
657
|
+
|
|
658
|
+
<!-- YAML
|
|
659
|
+
added: v1.0.0
|
|
660
|
+
-->
|
|
661
|
+
|
|
662
|
+
* Returns: {Promise} Fulfills with the result of parsing the body as JSON.
|
|
663
|
+
|
|
664
|
+
### `body.text()`
|
|
665
|
+
|
|
666
|
+
<!-- YAML
|
|
667
|
+
added: v1.0.0
|
|
668
|
+
-->
|
|
669
|
+
|
|
670
|
+
* Returns: {Promise} Fulfills with a {string} containing the body decoded as
|
|
671
|
+
UTF-8.
|
|
672
|
+
|
|
673
|
+
### `body.textStream()`
|
|
674
|
+
|
|
675
|
+
<!-- YAML
|
|
676
|
+
added: v1.0.0
|
|
677
|
+
-->
|
|
678
|
+
|
|
679
|
+
> Stability: 1 - Experimental
|
|
680
|
+
|
|
681
|
+
* Returns: {ReadableStream} A {ReadableStream} of {string} chunks produced by
|
|
682
|
+
decoding the body as UTF-8.
|
|
683
|
+
|
|
684
|
+
An undici-specific extension that exposes the body as a stream of decoded text
|
|
685
|
+
chunks rather than buffering it. It is not part of the [WHATWG Fetch
|
|
686
|
+
Standard][].
|
|
687
|
+
|
|
688
|
+
### `body.body`
|
|
689
|
+
|
|
690
|
+
<!-- YAML
|
|
691
|
+
added: v1.0.0
|
|
692
|
+
-->
|
|
693
|
+
|
|
694
|
+
* Type: {ReadableStream|null} The body as a {ReadableStream}, or `null` if the
|
|
695
|
+
message has no body.
|
|
696
|
+
|
|
697
|
+
### `body.bodyUsed`
|
|
698
|
+
|
|
699
|
+
<!-- YAML
|
|
700
|
+
added: v1.0.0
|
|
701
|
+
-->
|
|
702
|
+
|
|
703
|
+
* Type: {boolean} `true` once the body has been read.
|
|
704
|
+
|
|
705
|
+
[@fastify/busboy]: https://www.npmjs.com/package/@fastify/busboy
|
|
706
|
+
[MDN Fetch documentation]: https://developer.mozilla.org/en-US/docs/Web/API/fetch
|
|
707
|
+
[MDN `FormData` documentation]: https://developer.mozilla.org/en-US/docs/Web/API/FormData
|
|
708
|
+
[MDN `Headers` documentation]: https://developer.mozilla.org/en-US/docs/Web/API/Headers
|
|
709
|
+
[MDN `Request` documentation]: https://developer.mozilla.org/en-US/docs/Web/API/Request
|
|
710
|
+
[MDN `Response` documentation]: https://developer.mozilla.org/en-US/docs/Web/API/Response
|
|
711
|
+
[WHATWG Fetch Standard]: https://fetch.spec.whatwg.org/
|