feat: add native node.js fetch implementation to http-client example
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 10 Aug 2023 17:26:41 +0000 (19:26 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 10 Aug 2023 17:26:41 +0000 (19:26 +0200)
commit49ac634fc18b93a4fcfadf425047196c20223f77
treedcde8132e0e1d67911f2268dc4f326c940e582e1
parent11856b30474f13160594beac70555f3fdd34038b
feat: add native node.js fetch implementation to http-client example

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 files changed:
.eslintignore
.eslintrc.js
examples/typescript/http-client/httpd-echo.js [moved from examples/typescript/http-client/node-fetch/httpd-echo.js with 100% similarity]
examples/typescript/http-client/node-fetch/src/main.ts [deleted file]
examples/typescript/http-client/node-fetch/src/types.ts [deleted file]
examples/typescript/http-client/node-fetch/src/worker.ts [deleted file]
examples/typescript/http-client/package.json [moved from examples/typescript/http-client/node-fetch/package.json with 87% similarity]
examples/typescript/http-client/pnpm-lock.yaml [moved from examples/typescript/http-client/node-fetch/pnpm-lock.yaml with 100% similarity]
examples/typescript/http-client/src/main.ts [new file with mode: 0644]
examples/typescript/http-client/src/pool.ts [moved from examples/typescript/http-client/node-fetch/src/pool.ts with 100% similarity]
examples/typescript/http-client/src/types.ts [new file with mode: 0644]
examples/typescript/http-client/src/worker.ts [new file with mode: 0644]
examples/typescript/http-client/tsconfig.json [moved from examples/typescript/http-client/node-fetch/tsconfig.json with 100% similarity]