@fluojs/platform-cloudflare-workers
Advanced tools
+2
-2
@@ -12,3 +12,3 @@ { | ||
| ], | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "private": false, | ||
@@ -38,3 +38,3 @@ "license": "MIT", | ||
| "@fluojs/http": "^1.0.0", | ||
| "@fluojs/runtime": "^1.0.1" | ||
| "@fluojs/runtime": "^1.1.0" | ||
| }, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
+2
-0
@@ -108,2 +108,4 @@ # @fluojs/platform-cloudflare-workers | ||
| - `CloudflareWorkerHttpApplicationAdapter`: 핵심 어댑터 구현 클래스입니다. | ||
| - `CloudflareWorkerHandler`: Worker application wrapper와 lazy entrypoint가 공유하는 fetch handler interface입니다. | ||
| - `CloudflareWorkerApplication`: `adapter`, `app`, `fetch(...)`, `close(...)`를 제공하는 fully bootstrapped Worker application wrapper입니다. | ||
| - `CloudflareWorkerEntrypoint`: `fetch`, `ready()`, `close()` lifecycle method를 제공하는 lazy entrypoint입니다. | ||
@@ -110,0 +112,0 @@ - Option 및 type: `CloudflareWorkerAdapterOptions`, `BootstrapCloudflareWorkerApplicationOptions`, `CloudflareWorkerExecutionContext`, `CloudflareWorkerWebSocketBinding`, Worker websocket pair/upgrade type. |
+2
-0
@@ -108,2 +108,4 @@ # @fluojs/platform-cloudflare-workers | ||
| - `CloudflareWorkerHttpApplicationAdapter`: The core adapter implementation. | ||
| - `CloudflareWorkerHandler`: Fetch handler interface shared by Worker application wrappers and lazy entrypoints. | ||
| - `CloudflareWorkerApplication`: Fully bootstrapped Worker application wrapper with `adapter`, `app`, `fetch(...)`, and `close(...)`. | ||
| - `CloudflareWorkerEntrypoint`: Lazy entrypoint with `fetch`, `ready()`, and `close()` lifecycle methods. | ||
@@ -110,0 +112,0 @@ - Options and types: `CloudflareWorkerAdapterOptions`, `BootstrapCloudflareWorkerApplicationOptions`, `CloudflareWorkerExecutionContext`, `CloudflareWorkerWebSocketBinding`, and Worker websocket pair/upgrade types. |
35700
1.48%123
1.65%Updated