rahad-all-downloader 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/.cache/nix/binary-cache-v6.sqlite +0 -0
- package/.cache/nix/binary-cache-v6.sqlite-journal +0 -0
- package/.cache/replit/__replit_disk_meta.json +1 -0
- package/.cache/replit/modules/nodejs-20.res +1 -0
- package/.cache/replit/modules/replit.res +1 -0
- package/.cache/replit/modules.stamp +0 -0
- package/.cache/replit/nix/env.json +1 -0
- package/.cache/typescript/5.0/node_modules/.package-lock.json +12 -0
- package/.cache/typescript/5.0/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.0/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.0/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.0/package-lock.json +17 -0
- package/.cache/typescript/5.0/package.json +1 -0
- package/.cache/typescript/5.3/node_modules/.package-lock.json +99 -0
- package/.cache/typescript/5.3/node_modules/@types/node/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/node/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/.cache/typescript/5.3/node_modules/@types/node/assert.d.ts +996 -0
- package/.cache/typescript/5.3/node_modules/@types/node/async_hooks.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/buffer.d.ts +2362 -0
- package/.cache/typescript/5.3/node_modules/@types/node/child_process.d.ts +1540 -0
- package/.cache/typescript/5.3/node_modules/@types/node/cluster.d.ts +432 -0
- package/.cache/typescript/5.3/node_modules/@types/node/console.d.ts +415 -0
- package/.cache/typescript/5.3/node_modules/@types/node/constants.d.ts +19 -0
- package/.cache/typescript/5.3/node_modules/@types/node/crypto.d.ts +4456 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dgram.d.ts +586 -0
- package/.cache/typescript/5.3/node_modules/@types/node/diagnostics_channel.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dns/promises.d.ts +425 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dns.d.ts +809 -0
- package/.cache/typescript/5.3/node_modules/@types/node/dom-events.d.ts +122 -0
- package/.cache/typescript/5.3/node_modules/@types/node/domain.d.ts +170 -0
- package/.cache/typescript/5.3/node_modules/@types/node/events.d.ts +879 -0
- package/.cache/typescript/5.3/node_modules/@types/node/fs/promises.d.ts +1239 -0
- package/.cache/typescript/5.3/node_modules/@types/node/fs.d.ts +4291 -0
- package/.cache/typescript/5.3/node_modules/@types/node/globals.d.ts +385 -0
- package/.cache/typescript/5.3/node_modules/@types/node/globals.global.d.ts +1 -0
- package/.cache/typescript/5.3/node_modules/@types/node/http.d.ts +1888 -0
- package/.cache/typescript/5.3/node_modules/@types/node/http2.d.ts +2382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/https.d.ts +550 -0
- package/.cache/typescript/5.3/node_modules/@types/node/index.d.ts +88 -0
- package/.cache/typescript/5.3/node_modules/@types/node/inspector.d.ts +2747 -0
- package/.cache/typescript/5.3/node_modules/@types/node/module.d.ts +301 -0
- package/.cache/typescript/5.3/node_modules/@types/node/net.d.ts +949 -0
- package/.cache/typescript/5.3/node_modules/@types/node/os.d.ts +478 -0
- package/.cache/typescript/5.3/node_modules/@types/node/package.json +230 -0
- package/.cache/typescript/5.3/node_modules/@types/node/path.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/perf_hooks.d.ts +639 -0
- package/.cache/typescript/5.3/node_modules/@types/node/process.d.ts +1539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/punycode.d.ts +117 -0
- package/.cache/typescript/5.3/node_modules/@types/node/querystring.d.ts +141 -0
- package/.cache/typescript/5.3/node_modules/@types/node/readline/promises.d.ts +150 -0
- package/.cache/typescript/5.3/node_modules/@types/node/readline.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/repl.d.ts +430 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream/promises.d.ts +83 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream/web.d.ts +350 -0
- package/.cache/typescript/5.3/node_modules/@types/node/stream.d.ts +1701 -0
- package/.cache/typescript/5.3/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.3/node_modules/@types/node/test.d.ts +1382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/.cache/typescript/5.3/node_modules/@types/node/timers.d.ts +240 -0
- package/.cache/typescript/5.3/node_modules/@types/node/tls.d.ts +1210 -0
- package/.cache/typescript/5.3/node_modules/@types/node/trace_events.d.ts +182 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/assert.d.ts +996 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/async_hooks.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/buffer.d.ts +2362 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/child_process.d.ts +1540 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/cluster.d.ts +432 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/console.d.ts +415 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/constants.d.ts +19 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/crypto.d.ts +4455 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dgram.d.ts +586 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns/promises.d.ts +425 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dns.d.ts +809 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/dom-events.d.ts +122 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/events.d.ts +879 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs/promises.d.ts +1239 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/fs.d.ts +4291 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.d.ts +385 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http.d.ts +1888 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/http2.d.ts +2382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/https.d.ts +550 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/inspector.d.ts +2747 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/module.d.ts +301 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/net.d.ts +949 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/os.d.ts +478 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/perf_hooks.d.ts +639 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/process.d.ts +1539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/querystring.d.ts +141 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline/promises.d.ts +150 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/readline.d.ts +539 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/repl.d.ts +430 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/promises.d.ts +83 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream/web.d.ts +350 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/stream.d.ts +1701 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/test.d.ts +1382 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/timers.d.ts +240 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tls.d.ts +1210 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/url.d.ts +927 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/util.d.ts +2183 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/vm.d.ts +903 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/wasi.d.ts +158 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/worker_threads.d.ts +691 -0
- package/.cache/typescript/5.3/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/.cache/typescript/5.3/node_modules/@types/node/tty.d.ts +208 -0
- package/.cache/typescript/5.3/node_modules/@types/node/url.d.ts +927 -0
- package/.cache/typescript/5.3/node_modules/@types/node/util.d.ts +2183 -0
- package/.cache/typescript/5.3/node_modules/@types/node/v8.d.ts +635 -0
- package/.cache/typescript/5.3/node_modules/@types/node/vm.d.ts +903 -0
- package/.cache/typescript/5.3/node_modules/@types/node/wasi.d.ts +158 -0
- package/.cache/typescript/5.3/node_modules/@types/node/worker_threads.d.ts +691 -0
- package/.cache/typescript/5.3/node_modules/@types/node/zlib.d.ts +517 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/README.md +15 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/externals.d.ts +32 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/index.d.ts +214 -0
- package/.cache/typescript/5.3/node_modules/@types/node-fetch/package.json +83 -0
- package/.cache/typescript/5.3/node_modules/asynckit/LICENSE +21 -0
- package/.cache/typescript/5.3/node_modules/asynckit/README.md +233 -0
- package/.cache/typescript/5.3/node_modules/asynckit/bench.js +76 -0
- package/.cache/typescript/5.3/node_modules/asynckit/index.js +6 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/abort.js +29 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/async.js +34 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/defer.js +26 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/iterate.js +75 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/state.js +37 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/streamify.js +141 -0
- package/.cache/typescript/5.3/node_modules/asynckit/lib/terminator.js +29 -0
- package/.cache/typescript/5.3/node_modules/asynckit/package.json +63 -0
- package/.cache/typescript/5.3/node_modules/asynckit/parallel.js +43 -0
- package/.cache/typescript/5.3/node_modules/asynckit/serial.js +17 -0
- package/.cache/typescript/5.3/node_modules/asynckit/serialOrdered.js +75 -0
- package/.cache/typescript/5.3/node_modules/asynckit/stream.js +21 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/License +19 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/Readme.md +138 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/lib/combined_stream.js +208 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/package.json +25 -0
- package/.cache/typescript/5.3/node_modules/combined-stream/yarn.lock +17 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/License +19 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/Makefile +7 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/Readme.md +141 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- package/.cache/typescript/5.3/node_modules/delayed-stream/package.json +27 -0
- package/.cache/typescript/5.3/node_modules/form-data/License +19 -0
- package/.cache/typescript/5.3/node_modules/form-data/README.md.bak +358 -0
- package/.cache/typescript/5.3/node_modules/form-data/Readme.md +358 -0
- package/.cache/typescript/5.3/node_modules/form-data/index.d.ts +62 -0
- package/.cache/typescript/5.3/node_modules/form-data/lib/browser.js +2 -0
- package/.cache/typescript/5.3/node_modules/form-data/lib/form_data.js +501 -0
- package/.cache/typescript/5.3/node_modules/form-data/lib/populate.js +10 -0
- package/.cache/typescript/5.3/node_modules/form-data/package.json +68 -0
- package/.cache/typescript/5.3/node_modules/mime-db/HISTORY.md +507 -0
- package/.cache/typescript/5.3/node_modules/mime-db/LICENSE +23 -0
- package/.cache/typescript/5.3/node_modules/mime-db/README.md +100 -0
- package/.cache/typescript/5.3/node_modules/mime-db/db.json +8519 -0
- package/.cache/typescript/5.3/node_modules/mime-db/index.js +12 -0
- package/.cache/typescript/5.3/node_modules/mime-db/package.json +60 -0
- package/.cache/typescript/5.3/node_modules/mime-types/HISTORY.md +397 -0
- package/.cache/typescript/5.3/node_modules/mime-types/LICENSE +23 -0
- package/.cache/typescript/5.3/node_modules/mime-types/README.md +113 -0
- package/.cache/typescript/5.3/node_modules/mime-types/index.js +188 -0
- package/.cache/typescript/5.3/node_modules/mime-types/package.json +44 -0
- package/.cache/typescript/5.3/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.3/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.3/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.3/node_modules/undici-types/README.md +6 -0
- package/.cache/typescript/5.3/node_modules/undici-types/agent.d.ts +31 -0
- package/.cache/typescript/5.3/node_modules/undici-types/api.d.ts +43 -0
- package/.cache/typescript/5.3/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/.cache/typescript/5.3/node_modules/undici-types/cache.d.ts +36 -0
- package/.cache/typescript/5.3/node_modules/undici-types/client.d.ts +97 -0
- package/.cache/typescript/5.3/node_modules/undici-types/connector.d.ts +34 -0
- package/.cache/typescript/5.3/node_modules/undici-types/content-type.d.ts +21 -0
- package/.cache/typescript/5.3/node_modules/undici-types/cookies.d.ts +28 -0
- package/.cache/typescript/5.3/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/.cache/typescript/5.3/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/.cache/typescript/5.3/node_modules/undici-types/errors.d.ts +128 -0
- package/.cache/typescript/5.3/node_modules/undici-types/fetch.d.ts +209 -0
- package/.cache/typescript/5.3/node_modules/undici-types/file.d.ts +39 -0
- package/.cache/typescript/5.3/node_modules/undici-types/filereader.d.ts +54 -0
- package/.cache/typescript/5.3/node_modules/undici-types/formdata.d.ts +108 -0
- package/.cache/typescript/5.3/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/.cache/typescript/5.3/node_modules/undici-types/global-origin.d.ts +7 -0
- package/.cache/typescript/5.3/node_modules/undici-types/handlers.d.ts +9 -0
- package/.cache/typescript/5.3/node_modules/undici-types/header.d.ts +4 -0
- package/.cache/typescript/5.3/node_modules/undici-types/index.d.ts +63 -0
- package/.cache/typescript/5.3/node_modules/undici-types/interceptors.d.ts +5 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-client.d.ts +25 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/.cache/typescript/5.3/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/.cache/typescript/5.3/node_modules/undici-types/package.json +55 -0
- package/.cache/typescript/5.3/node_modules/undici-types/patch.d.ts +71 -0
- package/.cache/typescript/5.3/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/.cache/typescript/5.3/node_modules/undici-types/pool.d.ts +28 -0
- package/.cache/typescript/5.3/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/.cache/typescript/5.3/node_modules/undici-types/readable.d.ts +61 -0
- package/.cache/typescript/5.3/node_modules/undici-types/webidl.d.ts +220 -0
- package/.cache/typescript/5.3/node_modules/undici-types/websocket.d.ts +131 -0
- package/.cache/typescript/5.3/package-lock.json +107 -0
- package/.cache/typescript/5.3/package.json +1 -0
- package/.cache/typescript/5.4/node_modules/.package-lock.json +115 -0
- package/.cache/typescript/5.4/node_modules/@types/body-parser/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/body-parser/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/body-parser/index.d.ts +95 -0
- package/.cache/typescript/5.4/node_modules/@types/body-parser/package.json +58 -0
- package/.cache/typescript/5.4/node_modules/@types/connect/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/connect/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/connect/index.d.ts +91 -0
- package/.cache/typescript/5.4/node_modules/@types/connect/package.json +32 -0
- package/.cache/typescript/5.4/node_modules/@types/express/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/express/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/express/index.d.ts +128 -0
- package/.cache/typescript/5.4/node_modules/@types/express/package.json +45 -0
- package/.cache/typescript/5.4/node_modules/@types/express-serve-static-core/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/express-serve-static-core/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/express-serve-static-core/index.d.ts +1295 -0
- package/.cache/typescript/5.4/node_modules/@types/express-serve-static-core/package.json +50 -0
- package/.cache/typescript/5.4/node_modules/@types/http-errors/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/http-errors/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/http-errors/index.d.ts +77 -0
- package/.cache/typescript/5.4/node_modules/@types/http-errors/package.json +30 -0
- package/.cache/typescript/5.4/node_modules/@types/mime/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/mime/Mime.d.ts +10 -0
- package/.cache/typescript/5.4/node_modules/@types/mime/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/mime/index.d.ts +31 -0
- package/.cache/typescript/5.4/node_modules/@types/mime/lite.d.ts +7 -0
- package/.cache/typescript/5.4/node_modules/@types/mime/package.json +30 -0
- package/.cache/typescript/5.4/node_modules/@types/node/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/node/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/.cache/typescript/5.4/node_modules/@types/node/assert.d.ts +1040 -0
- package/.cache/typescript/5.4/node_modules/@types/node/async_hooks.d.ts +541 -0
- package/.cache/typescript/5.4/node_modules/@types/node/buffer.d.ts +2363 -0
- package/.cache/typescript/5.4/node_modules/@types/node/child_process.d.ts +1544 -0
- package/.cache/typescript/5.4/node_modules/@types/node/cluster.d.ts +578 -0
- package/.cache/typescript/5.4/node_modules/@types/node/console.d.ts +452 -0
- package/.cache/typescript/5.4/node_modules/@types/node/constants.d.ts +19 -0
- package/.cache/typescript/5.4/node_modules/@types/node/crypto.d.ts +4523 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dgram.d.ts +596 -0
- package/.cache/typescript/5.4/node_modules/@types/node/diagnostics_channel.d.ts +554 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dns/promises.d.ts +474 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dns.d.ts +864 -0
- package/.cache/typescript/5.4/node_modules/@types/node/dom-events.d.ts +124 -0
- package/.cache/typescript/5.4/node_modules/@types/node/domain.d.ts +170 -0
- package/.cache/typescript/5.4/node_modules/@types/node/events.d.ts +909 -0
- package/.cache/typescript/5.4/node_modules/@types/node/fs/promises.d.ts +1245 -0
- package/.cache/typescript/5.4/node_modules/@types/node/fs.d.ts +4317 -0
- package/.cache/typescript/5.4/node_modules/@types/node/globals.d.ts +411 -0
- package/.cache/typescript/5.4/node_modules/@types/node/globals.global.d.ts +1 -0
- package/.cache/typescript/5.4/node_modules/@types/node/http.d.ts +1908 -0
- package/.cache/typescript/5.4/node_modules/@types/node/http2.d.ts +2418 -0
- package/.cache/typescript/5.4/node_modules/@types/node/https.d.ts +550 -0
- package/.cache/typescript/5.4/node_modules/@types/node/index.d.ts +89 -0
- package/.cache/typescript/5.4/node_modules/@types/node/inspector.d.ts +2746 -0
- package/.cache/typescript/5.4/node_modules/@types/node/module.d.ts +315 -0
- package/.cache/typescript/5.4/node_modules/@types/node/net.d.ts +999 -0
- package/.cache/typescript/5.4/node_modules/@types/node/os.d.ts +495 -0
- package/.cache/typescript/5.4/node_modules/@types/node/package.json +217 -0
- package/.cache/typescript/5.4/node_modules/@types/node/path.d.ts +191 -0
- package/.cache/typescript/5.4/node_modules/@types/node/perf_hooks.d.ts +905 -0
- package/.cache/typescript/5.4/node_modules/@types/node/process.d.ts +1754 -0
- package/.cache/typescript/5.4/node_modules/@types/node/punycode.d.ts +117 -0
- package/.cache/typescript/5.4/node_modules/@types/node/querystring.d.ts +153 -0
- package/.cache/typescript/5.4/node_modules/@types/node/readline/promises.d.ts +150 -0
- package/.cache/typescript/5.4/node_modules/@types/node/readline.d.ts +540 -0
- package/.cache/typescript/5.4/node_modules/@types/node/repl.d.ts +430 -0
- package/.cache/typescript/5.4/node_modules/@types/node/sea.d.ts +153 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream/promises.d.ts +83 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream/web.d.ts +367 -0
- package/.cache/typescript/5.4/node_modules/@types/node/stream.d.ts +1707 -0
- package/.cache/typescript/5.4/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.4/node_modules/@types/node/test.d.ts +1718 -0
- package/.cache/typescript/5.4/node_modules/@types/node/timers/promises.d.ts +97 -0
- package/.cache/typescript/5.4/node_modules/@types/node/timers.d.ts +240 -0
- package/.cache/typescript/5.4/node_modules/@types/node/tls.d.ts +1217 -0
- package/.cache/typescript/5.4/node_modules/@types/node/trace_events.d.ts +197 -0
- package/.cache/typescript/5.4/node_modules/@types/node/tty.d.ts +208 -0
- package/.cache/typescript/5.4/node_modules/@types/node/url.d.ts +952 -0
- package/.cache/typescript/5.4/node_modules/@types/node/util.d.ts +2292 -0
- package/.cache/typescript/5.4/node_modules/@types/node/v8.d.ts +808 -0
- package/.cache/typescript/5.4/node_modules/@types/node/vm.d.ts +924 -0
- package/.cache/typescript/5.4/node_modules/@types/node/wasi.d.ts +181 -0
- package/.cache/typescript/5.4/node_modules/@types/node/worker_threads.d.ts +691 -0
- package/.cache/typescript/5.4/node_modules/@types/node/zlib.d.ts +530 -0
- package/.cache/typescript/5.4/node_modules/@types/qs/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/qs/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/qs/index.d.ts +79 -0
- package/.cache/typescript/5.4/node_modules/@types/qs/package.json +65 -0
- package/.cache/typescript/5.4/node_modules/@types/range-parser/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/range-parser/README.md +53 -0
- package/.cache/typescript/5.4/node_modules/@types/range-parser/index.d.ts +34 -0
- package/.cache/typescript/5.4/node_modules/@types/range-parser/package.json +25 -0
- package/.cache/typescript/5.4/node_modules/@types/send/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/send/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/send/index.d.ts +225 -0
- package/.cache/typescript/5.4/node_modules/@types/send/package.json +33 -0
- package/.cache/typescript/5.4/node_modules/@types/serve-static/LICENSE +21 -0
- package/.cache/typescript/5.4/node_modules/@types/serve-static/README.md +15 -0
- package/.cache/typescript/5.4/node_modules/@types/serve-static/index.d.ts +107 -0
- package/.cache/typescript/5.4/node_modules/@types/serve-static/package.json +39 -0
- package/.cache/typescript/5.4/node_modules/types-registry/README.md +2 -0
- package/.cache/typescript/5.4/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.4/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.4/node_modules/undici-types/README.md +6 -0
- package/.cache/typescript/5.4/node_modules/undici-types/agent.d.ts +31 -0
- package/.cache/typescript/5.4/node_modules/undici-types/api.d.ts +43 -0
- package/.cache/typescript/5.4/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/.cache/typescript/5.4/node_modules/undici-types/cache.d.ts +36 -0
- package/.cache/typescript/5.4/node_modules/undici-types/client.d.ts +97 -0
- package/.cache/typescript/5.4/node_modules/undici-types/connector.d.ts +34 -0
- package/.cache/typescript/5.4/node_modules/undici-types/content-type.d.ts +21 -0
- package/.cache/typescript/5.4/node_modules/undici-types/cookies.d.ts +28 -0
- package/.cache/typescript/5.4/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/.cache/typescript/5.4/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/.cache/typescript/5.4/node_modules/undici-types/errors.d.ts +128 -0
- package/.cache/typescript/5.4/node_modules/undici-types/fetch.d.ts +209 -0
- package/.cache/typescript/5.4/node_modules/undici-types/file.d.ts +39 -0
- package/.cache/typescript/5.4/node_modules/undici-types/filereader.d.ts +54 -0
- package/.cache/typescript/5.4/node_modules/undici-types/formdata.d.ts +108 -0
- package/.cache/typescript/5.4/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/.cache/typescript/5.4/node_modules/undici-types/global-origin.d.ts +7 -0
- package/.cache/typescript/5.4/node_modules/undici-types/handlers.d.ts +9 -0
- package/.cache/typescript/5.4/node_modules/undici-types/header.d.ts +4 -0
- package/.cache/typescript/5.4/node_modules/undici-types/index.d.ts +63 -0
- package/.cache/typescript/5.4/node_modules/undici-types/interceptors.d.ts +5 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-client.d.ts +25 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/.cache/typescript/5.4/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/.cache/typescript/5.4/node_modules/undici-types/package.json +55 -0
- package/.cache/typescript/5.4/node_modules/undici-types/patch.d.ts +71 -0
- package/.cache/typescript/5.4/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/.cache/typescript/5.4/node_modules/undici-types/pool.d.ts +28 -0
- package/.cache/typescript/5.4/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/.cache/typescript/5.4/node_modules/undici-types/readable.d.ts +61 -0
- package/.cache/typescript/5.4/node_modules/undici-types/webidl.d.ts +220 -0
- package/.cache/typescript/5.4/node_modules/undici-types/websocket.d.ts +131 -0
- package/.cache/typescript/5.4/package-lock.json +124 -0
- package/.cache/typescript/5.4/package.json +1 -0
- package/.replit +21 -0
- package/.upm/store.json +1 -0
- package/README.md +71 -0
- package/index.js +1 -0
- package/package.json +40 -0
- package/replit.nix +3 -0
@@ -0,0 +1,358 @@
|
|
1
|
+
# Form-Data [![NPM Module](https://img.shields.io/npm/v/form-data.svg)](https://www.npmjs.com/package/form-data) [![Join the chat at https://gitter.im/form-data/form-data](http://form-data.github.io/images/gitterbadge.svg)](https://gitter.im/form-data/form-data)
|
2
|
+
|
3
|
+
A library to create readable ```"multipart/form-data"``` streams. Can be used to submit forms and file uploads to other web applications.
|
4
|
+
|
5
|
+
The API of this library is inspired by the [XMLHttpRequest-2 FormData Interface][xhr2-fd].
|
6
|
+
|
7
|
+
[xhr2-fd]: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overview.html#the-formdata-interface
|
8
|
+
|
9
|
+
[![Linux Build](https://img.shields.io/travis/form-data/form-data/v4.0.0.svg?label=linux:6.x-12.x)](https://travis-ci.org/form-data/form-data)
|
10
|
+
[![MacOS Build](https://img.shields.io/travis/form-data/form-data/v4.0.0.svg?label=macos:6.x-12.x)](https://travis-ci.org/form-data/form-data)
|
11
|
+
[![Windows Build](https://img.shields.io/travis/form-data/form-data/v4.0.0.svg?label=windows:6.x-12.x)](https://travis-ci.org/form-data/form-data)
|
12
|
+
|
13
|
+
[![Coverage Status](https://img.shields.io/coveralls/form-data/form-data/v4.0.0.svg?label=code+coverage)](https://coveralls.io/github/form-data/form-data?branch=master)
|
14
|
+
[![Dependency Status](https://img.shields.io/david/form-data/form-data.svg)](https://david-dm.org/form-data/form-data)
|
15
|
+
|
16
|
+
## Install
|
17
|
+
|
18
|
+
```
|
19
|
+
npm install --save form-data
|
20
|
+
```
|
21
|
+
|
22
|
+
## Usage
|
23
|
+
|
24
|
+
In this example we are constructing a form with 3 fields that contain a string,
|
25
|
+
a buffer and a file stream.
|
26
|
+
|
27
|
+
``` javascript
|
28
|
+
var FormData = require('form-data');
|
29
|
+
var fs = require('fs');
|
30
|
+
|
31
|
+
var form = new FormData();
|
32
|
+
form.append('my_field', 'my value');
|
33
|
+
form.append('my_buffer', new Buffer(10));
|
34
|
+
form.append('my_file', fs.createReadStream('/foo/bar.jpg'));
|
35
|
+
```
|
36
|
+
|
37
|
+
Also you can use http-response stream:
|
38
|
+
|
39
|
+
``` javascript
|
40
|
+
var FormData = require('form-data');
|
41
|
+
var http = require('http');
|
42
|
+
|
43
|
+
var form = new FormData();
|
44
|
+
|
45
|
+
http.request('http://nodejs.org/images/logo.png', function(response) {
|
46
|
+
form.append('my_field', 'my value');
|
47
|
+
form.append('my_buffer', new Buffer(10));
|
48
|
+
form.append('my_logo', response);
|
49
|
+
});
|
50
|
+
```
|
51
|
+
|
52
|
+
Or @mikeal's [request](https://github.com/request/request) stream:
|
53
|
+
|
54
|
+
``` javascript
|
55
|
+
var FormData = require('form-data');
|
56
|
+
var request = require('request');
|
57
|
+
|
58
|
+
var form = new FormData();
|
59
|
+
|
60
|
+
form.append('my_field', 'my value');
|
61
|
+
form.append('my_buffer', new Buffer(10));
|
62
|
+
form.append('my_logo', request('http://nodejs.org/images/logo.png'));
|
63
|
+
```
|
64
|
+
|
65
|
+
In order to submit this form to a web application, call ```submit(url, [callback])``` method:
|
66
|
+
|
67
|
+
``` javascript
|
68
|
+
form.submit('http://example.org/', function(err, res) {
|
69
|
+
// res – response object (http.IncomingMessage) //
|
70
|
+
res.resume();
|
71
|
+
});
|
72
|
+
|
73
|
+
```
|
74
|
+
|
75
|
+
For more advanced request manipulations ```submit()``` method returns ```http.ClientRequest``` object, or you can choose from one of the alternative submission methods.
|
76
|
+
|
77
|
+
### Custom options
|
78
|
+
|
79
|
+
You can provide custom options, such as `maxDataSize`:
|
80
|
+
|
81
|
+
``` javascript
|
82
|
+
var FormData = require('form-data');
|
83
|
+
|
84
|
+
var form = new FormData({ maxDataSize: 20971520 });
|
85
|
+
form.append('my_field', 'my value');
|
86
|
+
form.append('my_buffer', /* something big */);
|
87
|
+
```
|
88
|
+
|
89
|
+
List of available options could be found in [combined-stream](https://github.com/felixge/node-combined-stream/blob/master/lib/combined_stream.js#L7-L15)
|
90
|
+
|
91
|
+
### Alternative submission methods
|
92
|
+
|
93
|
+
You can use node's http client interface:
|
94
|
+
|
95
|
+
``` javascript
|
96
|
+
var http = require('http');
|
97
|
+
|
98
|
+
var request = http.request({
|
99
|
+
method: 'post',
|
100
|
+
host: 'example.org',
|
101
|
+
path: '/upload',
|
102
|
+
headers: form.getHeaders()
|
103
|
+
});
|
104
|
+
|
105
|
+
form.pipe(request);
|
106
|
+
|
107
|
+
request.on('response', function(res) {
|
108
|
+
console.log(res.statusCode);
|
109
|
+
});
|
110
|
+
```
|
111
|
+
|
112
|
+
Or if you would prefer the `'Content-Length'` header to be set for you:
|
113
|
+
|
114
|
+
``` javascript
|
115
|
+
form.submit('example.org/upload', function(err, res) {
|
116
|
+
console.log(res.statusCode);
|
117
|
+
});
|
118
|
+
```
|
119
|
+
|
120
|
+
To use custom headers and pre-known length in parts:
|
121
|
+
|
122
|
+
``` javascript
|
123
|
+
var CRLF = '\r\n';
|
124
|
+
var form = new FormData();
|
125
|
+
|
126
|
+
var options = {
|
127
|
+
header: CRLF + '--' + form.getBoundary() + CRLF + 'X-Custom-Header: 123' + CRLF + CRLF,
|
128
|
+
knownLength: 1
|
129
|
+
};
|
130
|
+
|
131
|
+
form.append('my_buffer', buffer, options);
|
132
|
+
|
133
|
+
form.submit('http://example.com/', function(err, res) {
|
134
|
+
if (err) throw err;
|
135
|
+
console.log('Done');
|
136
|
+
});
|
137
|
+
```
|
138
|
+
|
139
|
+
Form-Data can recognize and fetch all the required information from common types of streams (```fs.readStream```, ```http.response``` and ```mikeal's request```), for some other types of streams you'd need to provide "file"-related information manually:
|
140
|
+
|
141
|
+
``` javascript
|
142
|
+
someModule.stream(function(err, stdout, stderr) {
|
143
|
+
if (err) throw err;
|
144
|
+
|
145
|
+
var form = new FormData();
|
146
|
+
|
147
|
+
form.append('file', stdout, {
|
148
|
+
filename: 'unicycle.jpg', // ... or:
|
149
|
+
filepath: 'photos/toys/unicycle.jpg',
|
150
|
+
contentType: 'image/jpeg',
|
151
|
+
knownLength: 19806
|
152
|
+
});
|
153
|
+
|
154
|
+
form.submit('http://example.com/', function(err, res) {
|
155
|
+
if (err) throw err;
|
156
|
+
console.log('Done');
|
157
|
+
});
|
158
|
+
});
|
159
|
+
```
|
160
|
+
|
161
|
+
The `filepath` property overrides `filename` and may contain a relative path. This is typically used when uploading [multiple files from a directory](https://wicg.github.io/entries-api/#dom-htmlinputelement-webkitdirectory).
|
162
|
+
|
163
|
+
For edge cases, like POST request to URL with query string or to pass HTTP auth credentials, object can be passed to `form.submit()` as first parameter:
|
164
|
+
|
165
|
+
``` javascript
|
166
|
+
form.submit({
|
167
|
+
host: 'example.com',
|
168
|
+
path: '/probably.php?extra=params',
|
169
|
+
auth: 'username:password'
|
170
|
+
}, function(err, res) {
|
171
|
+
console.log(res.statusCode);
|
172
|
+
});
|
173
|
+
```
|
174
|
+
|
175
|
+
In case you need to also send custom HTTP headers with the POST request, you can use the `headers` key in first parameter of `form.submit()`:
|
176
|
+
|
177
|
+
``` javascript
|
178
|
+
form.submit({
|
179
|
+
host: 'example.com',
|
180
|
+
path: '/surelynot.php',
|
181
|
+
headers: {'x-test-header': 'test-header-value'}
|
182
|
+
}, function(err, res) {
|
183
|
+
console.log(res.statusCode);
|
184
|
+
});
|
185
|
+
```
|
186
|
+
|
187
|
+
### Methods
|
188
|
+
|
189
|
+
- [_Void_ append( **String** _field_, **Mixed** _value_ [, **Mixed** _options_] )](https://github.com/form-data/form-data#void-append-string-field-mixed-value--mixed-options-).
|
190
|
+
- [_Headers_ getHeaders( [**Headers** _userHeaders_] )](https://github.com/form-data/form-data#array-getheaders-array-userheaders-)
|
191
|
+
- [_String_ getBoundary()](https://github.com/form-data/form-data#string-getboundary)
|
192
|
+
- [_Void_ setBoundary()](https://github.com/form-data/form-data#void-setboundary)
|
193
|
+
- [_Buffer_ getBuffer()](https://github.com/form-data/form-data#buffer-getbuffer)
|
194
|
+
- [_Integer_ getLengthSync()](https://github.com/form-data/form-data#integer-getlengthsync)
|
195
|
+
- [_Integer_ getLength( **function** _callback_ )](https://github.com/form-data/form-data#integer-getlength-function-callback-)
|
196
|
+
- [_Boolean_ hasKnownLength()](https://github.com/form-data/form-data#boolean-hasknownlength)
|
197
|
+
- [_Request_ submit( _params_, **function** _callback_ )](https://github.com/form-data/form-data#request-submit-params-function-callback-)
|
198
|
+
- [_String_ toString()](https://github.com/form-data/form-data#string-tostring)
|
199
|
+
|
200
|
+
#### _Void_ append( **String** _field_, **Mixed** _value_ [, **Mixed** _options_] )
|
201
|
+
Append data to the form. You can submit about any format (string, integer, boolean, buffer, etc.). However, Arrays are not supported and need to be turned into strings by the user.
|
202
|
+
```javascript
|
203
|
+
var form = new FormData();
|
204
|
+
form.append( 'my_string', 'my value' );
|
205
|
+
form.append( 'my_integer', 1 );
|
206
|
+
form.append( 'my_boolean', true );
|
207
|
+
form.append( 'my_buffer', new Buffer(10) );
|
208
|
+
form.append( 'my_array_as_json', JSON.stringify( ['bird','cute'] ) )
|
209
|
+
```
|
210
|
+
|
211
|
+
You may provide a string for options, or an object.
|
212
|
+
```javascript
|
213
|
+
// Set filename by providing a string for options
|
214
|
+
form.append( 'my_file', fs.createReadStream('/foo/bar.jpg'), 'bar.jpg' );
|
215
|
+
|
216
|
+
// provide an object.
|
217
|
+
form.append( 'my_file', fs.createReadStream('/foo/bar.jpg'), {filename: 'bar.jpg', contentType: 'image/jpeg', knownLength: 19806} );
|
218
|
+
```
|
219
|
+
|
220
|
+
#### _Headers_ getHeaders( [**Headers** _userHeaders_] )
|
221
|
+
This method adds the correct `content-type` header to the provided array of `userHeaders`.
|
222
|
+
|
223
|
+
#### _String_ getBoundary()
|
224
|
+
Return the boundary of the formData. By default, the boundary consists of 26 `-` followed by 24 numbers
|
225
|
+
for example:
|
226
|
+
```javascript
|
227
|
+
--------------------------515890814546601021194782
|
228
|
+
```
|
229
|
+
|
230
|
+
#### _Void_ setBoundary(String _boundary_)
|
231
|
+
Set the boundary string, overriding the default behavior described above.
|
232
|
+
|
233
|
+
_Note: The boundary must be unique and may not appear in the data._
|
234
|
+
|
235
|
+
#### _Buffer_ getBuffer()
|
236
|
+
Return the full formdata request package, as a Buffer. You can insert this Buffer in e.g. Axios to send multipart data.
|
237
|
+
```javascript
|
238
|
+
var form = new FormData();
|
239
|
+
form.append( 'my_buffer', Buffer.from([0x4a,0x42,0x20,0x52,0x6f,0x63,0x6b,0x73]) );
|
240
|
+
form.append( 'my_file', fs.readFileSync('/foo/bar.jpg') );
|
241
|
+
|
242
|
+
axios.post( 'https://example.com/path/to/api',
|
243
|
+
form.getBuffer(),
|
244
|
+
form.getHeaders()
|
245
|
+
)
|
246
|
+
```
|
247
|
+
**Note:** Because the output is of type Buffer, you can only append types that are accepted by Buffer: *string, Buffer, ArrayBuffer, Array, or Array-like Object*. A ReadStream for example will result in an error.
|
248
|
+
|
249
|
+
#### _Integer_ getLengthSync()
|
250
|
+
Same as `getLength` but synchronous.
|
251
|
+
|
252
|
+
_Note: getLengthSync __doesn't__ calculate streams length._
|
253
|
+
|
254
|
+
#### _Integer_ getLength( **function** _callback_ )
|
255
|
+
Returns the `Content-Length` async. The callback is used to handle errors and continue once the length has been calculated
|
256
|
+
```javascript
|
257
|
+
this.getLength(function(err, length) {
|
258
|
+
if (err) {
|
259
|
+
this._error(err);
|
260
|
+
return;
|
261
|
+
}
|
262
|
+
|
263
|
+
// add content length
|
264
|
+
request.setHeader('Content-Length', length);
|
265
|
+
|
266
|
+
...
|
267
|
+
}.bind(this));
|
268
|
+
```
|
269
|
+
|
270
|
+
#### _Boolean_ hasKnownLength()
|
271
|
+
Checks if the length of added values is known.
|
272
|
+
|
273
|
+
#### _Request_ submit( _params_, **function** _callback_ )
|
274
|
+
Submit the form to a web application.
|
275
|
+
```javascript
|
276
|
+
var form = new FormData();
|
277
|
+
form.append( 'my_string', 'Hello World' );
|
278
|
+
|
279
|
+
form.submit( 'http://example.com/', function(err, res) {
|
280
|
+
// res – response object (http.IncomingMessage) //
|
281
|
+
res.resume();
|
282
|
+
} );
|
283
|
+
```
|
284
|
+
|
285
|
+
#### _String_ toString()
|
286
|
+
Returns the form data as a string. Don't use this if you are sending files or buffers, use `getBuffer()` instead.
|
287
|
+
|
288
|
+
### Integration with other libraries
|
289
|
+
|
290
|
+
#### Request
|
291
|
+
|
292
|
+
Form submission using [request](https://github.com/request/request):
|
293
|
+
|
294
|
+
```javascript
|
295
|
+
var formData = {
|
296
|
+
my_field: 'my_value',
|
297
|
+
my_file: fs.createReadStream(__dirname + '/unicycle.jpg'),
|
298
|
+
};
|
299
|
+
|
300
|
+
request.post({url:'http://service.com/upload', formData: formData}, function(err, httpResponse, body) {
|
301
|
+
if (err) {
|
302
|
+
return console.error('upload failed:', err);
|
303
|
+
}
|
304
|
+
console.log('Upload successful! Server responded with:', body);
|
305
|
+
});
|
306
|
+
```
|
307
|
+
|
308
|
+
For more details see [request readme](https://github.com/request/request#multipartform-data-multipart-form-uploads).
|
309
|
+
|
310
|
+
#### node-fetch
|
311
|
+
|
312
|
+
You can also submit a form using [node-fetch](https://github.com/bitinn/node-fetch):
|
313
|
+
|
314
|
+
```javascript
|
315
|
+
var form = new FormData();
|
316
|
+
|
317
|
+
form.append('a', 1);
|
318
|
+
|
319
|
+
fetch('http://example.com', { method: 'POST', body: form })
|
320
|
+
.then(function(res) {
|
321
|
+
return res.json();
|
322
|
+
}).then(function(json) {
|
323
|
+
console.log(json);
|
324
|
+
});
|
325
|
+
```
|
326
|
+
|
327
|
+
#### axios
|
328
|
+
|
329
|
+
In Node.js you can post a file using [axios](https://github.com/axios/axios):
|
330
|
+
```javascript
|
331
|
+
const form = new FormData();
|
332
|
+
const stream = fs.createReadStream(PATH_TO_FILE);
|
333
|
+
|
334
|
+
form.append('image', stream);
|
335
|
+
|
336
|
+
// In Node.js environment you need to set boundary in the header field 'Content-Type' by calling method `getHeaders`
|
337
|
+
const formHeaders = form.getHeaders();
|
338
|
+
|
339
|
+
axios.post('http://example.com', form, {
|
340
|
+
headers: {
|
341
|
+
...formHeaders,
|
342
|
+
},
|
343
|
+
})
|
344
|
+
.then(response => response)
|
345
|
+
.catch(error => error)
|
346
|
+
```
|
347
|
+
|
348
|
+
## Notes
|
349
|
+
|
350
|
+
- ```getLengthSync()``` method DOESN'T calculate length for streams, use ```knownLength``` options as workaround.
|
351
|
+
- ```getLength(cb)``` will send an error as first parameter of callback if stream length cannot be calculated (e.g. send in custom streams w/o using ```knownLength```).
|
352
|
+
- ```submit``` will not add `content-length` if form length is unknown or not calculable.
|
353
|
+
- Starting version `2.x` FormData has dropped support for `node@0.10.x`.
|
354
|
+
- Starting version `3.x` FormData has dropped support for `node@4.x`.
|
355
|
+
|
356
|
+
## License
|
357
|
+
|
358
|
+
Form-Data is released under the [MIT](License) license.
|
@@ -0,0 +1,62 @@
|
|
1
|
+
// Definitions by: Carlos Ballesteros Velasco <https://github.com/soywiz>
|
2
|
+
// Leon Yu <https://github.com/leonyu>
|
3
|
+
// BendingBender <https://github.com/BendingBender>
|
4
|
+
// Maple Miao <https://github.com/mapleeit>
|
5
|
+
|
6
|
+
/// <reference types="node" />
|
7
|
+
import * as stream from 'stream';
|
8
|
+
import * as http from 'http';
|
9
|
+
|
10
|
+
export = FormData;
|
11
|
+
|
12
|
+
// Extracted because @types/node doesn't export interfaces.
|
13
|
+
interface ReadableOptions {
|
14
|
+
highWaterMark?: number;
|
15
|
+
encoding?: string;
|
16
|
+
objectMode?: boolean;
|
17
|
+
read?(this: stream.Readable, size: number): void;
|
18
|
+
destroy?(this: stream.Readable, error: Error | null, callback: (error: Error | null) => void): void;
|
19
|
+
autoDestroy?: boolean;
|
20
|
+
}
|
21
|
+
|
22
|
+
interface Options extends ReadableOptions {
|
23
|
+
writable?: boolean;
|
24
|
+
readable?: boolean;
|
25
|
+
dataSize?: number;
|
26
|
+
maxDataSize?: number;
|
27
|
+
pauseStreams?: boolean;
|
28
|
+
}
|
29
|
+
|
30
|
+
declare class FormData extends stream.Readable {
|
31
|
+
constructor(options?: Options);
|
32
|
+
append(key: string, value: any, options?: FormData.AppendOptions | string): void;
|
33
|
+
getHeaders(userHeaders?: FormData.Headers): FormData.Headers;
|
34
|
+
submit(
|
35
|
+
params: string | FormData.SubmitOptions,
|
36
|
+
callback?: (error: Error | null, response: http.IncomingMessage) => void
|
37
|
+
): http.ClientRequest;
|
38
|
+
getBuffer(): Buffer;
|
39
|
+
setBoundary(boundary: string): void;
|
40
|
+
getBoundary(): string;
|
41
|
+
getLength(callback: (err: Error | null, length: number) => void): void;
|
42
|
+
getLengthSync(): number;
|
43
|
+
hasKnownLength(): boolean;
|
44
|
+
}
|
45
|
+
|
46
|
+
declare namespace FormData {
|
47
|
+
interface Headers {
|
48
|
+
[key: string]: any;
|
49
|
+
}
|
50
|
+
|
51
|
+
interface AppendOptions {
|
52
|
+
header?: string | Headers;
|
53
|
+
knownLength?: number;
|
54
|
+
filename?: string;
|
55
|
+
filepath?: string;
|
56
|
+
contentType?: string;
|
57
|
+
}
|
58
|
+
|
59
|
+
interface SubmitOptions extends http.RequestOptions {
|
60
|
+
protocol?: 'https:' | 'http:';
|
61
|
+
}
|
62
|
+
}
|