refactor: rename http-client to http-client-pool in examples
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 10 Aug 2023 20:45:16 +0000 (22:45 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 10 Aug 2023 20:45:16 +0000 (22:45 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md
examples/typescript/http-client-pool/httpd-echo.js [moved from examples/typescript/http-client/httpd-echo.js with 100% similarity]
examples/typescript/http-client-pool/package.json [moved from examples/typescript/http-client/package.json with 100% similarity]
examples/typescript/http-client-pool/pnpm-lock.yaml [moved from examples/typescript/http-client/pnpm-lock.yaml with 100% similarity]
examples/typescript/http-client-pool/src/main.ts [moved from examples/typescript/http-client/src/main.ts with 100% similarity]
examples/typescript/http-client-pool/src/pool.ts [moved from examples/typescript/http-client/src/pool.ts with 100% similarity]
examples/typescript/http-client-pool/src/types.ts [moved from examples/typescript/http-client/src/types.ts with 100% similarity]
examples/typescript/http-client-pool/src/worker.ts [moved from examples/typescript/http-client/src/worker.ts with 100% similarity]
examples/typescript/http-client-pool/tsconfig.json [moved from examples/typescript/http-client/tsconfig.json with 100% similarity]

index 318d861108789ca96713fc3b1d53563e8f4fa953..256bd34e8d6994dedf3f6e722bbb9211bf76cb0c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -145,7 +145,7 @@ You can do the same with the classes _ClusterWorker_, _FixedClusterPool_ and _Dy
 
 - [Javascript](./examples/javascript/)
 - [Typescript](./examples/typescript/)
-  - [HTTP client pool](./examples/typescript/http-client/)
+  - [HTTP client pool](./examples/typescript/http-client-pool/)
 
 Remember that workers can only send and receive structured-cloneable data.