repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a923e5
)
refactor: rename http-client to http-client-pool in examples
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 10 Aug 2023 20:45:16 +0000
(22:45 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
examples/typescript/http-client-pool/httpd-echo.js
[moved from
examples/typescript/http-client/httpd-echo.js
with 100% similarity]
patch
|
blob
|
blame
|
history
examples/typescript/http-client-pool/package.json
[moved from
examples/typescript/http-client/package.json
with 100% similarity]
patch
|
blob
|
blame
|
history
examples/typescript/http-client-pool/pnpm-lock.yaml
[moved from
examples/typescript/http-client/pnpm-lock.yaml
with 100% similarity]
patch
|
blob
|
blame
|
history
examples/typescript/http-client-pool/src/main.ts
[moved from
examples/typescript/http-client/src/main.ts
with 100% similarity]
patch
|
blob
|
blame
|
history
examples/typescript/http-client-pool/src/pool.ts
[moved from
examples/typescript/http-client/src/pool.ts
with 100% similarity]
patch
|
blob
|
blame
|
history
examples/typescript/http-client-pool/src/types.ts
[moved from
examples/typescript/http-client/src/types.ts
with 100% similarity]
patch
|
blob
|
blame
|
history
examples/typescript/http-client-pool/src/worker.ts
[moved from
examples/typescript/http-client/src/worker.ts
with 100% similarity]
patch
|
blob
|
blame
|
history
examples/typescript/http-client-pool/tsconfig.json
[moved from
examples/typescript/http-client/tsconfig.json
with 100% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
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.
diff --git
a/examples/typescript/http-client/httpd-echo.js
b/examples/typescript/http-client-pool/httpd-echo.js
similarity index 100%
rename from
examples/typescript/http-client/httpd-echo.js
rename to
examples/typescript/http-client-pool/httpd-echo.js
diff --git
a/examples/typescript/http-client/package.json
b/examples/typescript/http-client-pool/package.json
similarity index 100%
rename from
examples/typescript/http-client/package.json
rename to
examples/typescript/http-client-pool/package.json
diff --git
a/examples/typescript/http-client/pnpm-lock.yaml
b/examples/typescript/http-client-pool/pnpm-lock.yaml
similarity index 100%
rename from
examples/typescript/http-client/pnpm-lock.yaml
rename to
examples/typescript/http-client-pool/pnpm-lock.yaml
diff --git
a/examples/typescript/http-client/src/main.ts
b/examples/typescript/http-client-pool/src/main.ts
similarity index 100%
rename from
examples/typescript/http-client/src/main.ts
rename to
examples/typescript/http-client-pool/src/main.ts
diff --git
a/examples/typescript/http-client/src/pool.ts
b/examples/typescript/http-client-pool/src/pool.ts
similarity index 100%
rename from
examples/typescript/http-client/src/pool.ts
rename to
examples/typescript/http-client-pool/src/pool.ts
diff --git
a/examples/typescript/http-client/src/types.ts
b/examples/typescript/http-client-pool/src/types.ts
similarity index 100%
rename from
examples/typescript/http-client/src/types.ts
rename to
examples/typescript/http-client-pool/src/types.ts
diff --git
a/examples/typescript/http-client/src/worker.ts
b/examples/typescript/http-client-pool/src/worker.ts
similarity index 100%
rename from
examples/typescript/http-client/src/worker.ts
rename to
examples/typescript/http-client-pool/src/worker.ts
diff --git
a/examples/typescript/http-client/tsconfig.json
b/examples/typescript/http-client-pool/tsconfig.json
similarity index 100%
rename from
examples/typescript/http-client/tsconfig.json
rename to
examples/typescript/http-client-pool/tsconfig.json