@engjts/nexus 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/advanced/playground/playground.js.map +1 -1
- package/dist/advanced/static/generateDirectoryListing.d.ts +1 -1
- package/dist/advanced/static/generateDirectoryListing.d.ts.map +1 -1
- package/dist/advanced/static/generateDirectoryListing.js +12 -6
- package/dist/advanced/static/generateDirectoryListing.js.map +1 -1
- package/dist/advanced/static/index.d.ts +2 -0
- package/dist/advanced/static/index.d.ts.map +1 -1
- package/dist/advanced/static/index.js +4 -1
- package/dist/advanced/static/index.js.map +1 -1
- package/dist/advanced/static/serveStatic.d.ts.map +1 -1
- package/dist/advanced/static/serveStatic.js +7 -1
- package/dist/advanced/static/serveStatic.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/BENCHMARK_REPORT.md +0 -343
- package/documentation/01-getting-started.md +0 -240
- package/documentation/02-context.md +0 -335
- package/documentation/03-routing.md +0 -397
- package/documentation/04-middleware.md +0 -483
- package/documentation/05-validation.md +0 -514
- package/documentation/06-error-handling.md +0 -465
- package/documentation/07-performance.md +0 -364
- package/documentation/08-adapters.md +0 -470
- package/documentation/09-api-reference.md +0 -548
- package/documentation/10-examples.md +0 -582
- package/documentation/11-deployment.md +0 -477
- package/documentation/12-sentry.md +0 -620
- package/documentation/13-sentry-data-storage.md +0 -996
- package/documentation/14-sentry-data-reference.md +0 -457
- package/documentation/15-sentry-summary.md +0 -409
- package/documentation/16-alerts-system.md +0 -745
- package/documentation/17-alert-adapters.md +0 -696
- package/documentation/18-alerts-implementation-summary.md +0 -385
- package/documentation/19-class-based-routing.md +0 -840
- package/documentation/20-websocket-realtime.md +0 -813
- package/documentation/21-cache-system.md +0 -510
- package/documentation/22-job-queue.md +0 -772
- package/documentation/23-sentry-plugin.md +0 -551
- package/documentation/24-testing-utilities.md +0 -1287
- package/documentation/25-api-versioning.md +0 -533
- package/documentation/26-context-store.md +0 -607
- package/documentation/27-dependency-injection.md +0 -329
- package/documentation/28-lifecycle-hooks.md +0 -521
- package/documentation/29-package-structure.md +0 -196
- package/documentation/30-plugin-system.md +0 -414
- package/documentation/31-jwt-authentication.md +0 -597
- package/documentation/32-cli.md +0 -268
- package/documentation/ALERTS-COMPLETE-SUMMARY.md +0 -429
- package/documentation/ALERTS-INDEX.md +0 -330
- package/documentation/ALERTS-QUICK-REFERENCE.md +0 -286
- package/documentation/README.md +0 -178
- package/documentation/index.html +0 -34
- package/modern_framework_paper.md +0 -1870
- package/public/css/style.css +0 -87
- package/public/index.html +0 -34
- package/public/js/app.js +0 -27
- package/src/advanced/cache/InMemoryCacheStore.ts +0 -68
- package/src/advanced/cache/MultiTierCache.ts +0 -194
- package/src/advanced/cache/RedisCacheStore.ts +0 -341
- package/src/advanced/cache/index.ts +0 -5
- package/src/advanced/cache/types.ts +0 -40
- package/src/advanced/graphql/SimpleDataLoader.ts +0 -42
- package/src/advanced/graphql/index.ts +0 -22
- package/src/advanced/graphql/server.ts +0 -252
- package/src/advanced/graphql/types.ts +0 -42
- package/src/advanced/jobs/InMemoryQueueStore.ts +0 -68
- package/src/advanced/jobs/JobQueue.ts +0 -556
- package/src/advanced/jobs/RedisQueueStore.ts +0 -367
- package/src/advanced/jobs/index.ts +0 -5
- package/src/advanced/jobs/types.ts +0 -70
- package/src/advanced/observability/APMManager.ts +0 -163
- package/src/advanced/observability/AlertManager.ts +0 -109
- package/src/advanced/observability/MetricRegistry.ts +0 -151
- package/src/advanced/observability/ObservabilityCenter.ts +0 -304
- package/src/advanced/observability/StructuredLogger.ts +0 -154
- package/src/advanced/observability/TracingManager.ts +0 -117
- package/src/advanced/observability/adapters.ts +0 -304
- package/src/advanced/observability/createObservabilityMiddleware.ts +0 -63
- package/src/advanced/observability/index.ts +0 -11
- package/src/advanced/observability/types.ts +0 -174
- package/src/advanced/playground/extractPathParams.ts +0 -6
- package/src/advanced/playground/generateFieldExample.ts +0 -31
- package/src/advanced/playground/generatePlaygroundHTML.ts +0 -1956
- package/src/advanced/playground/generateSummary.ts +0 -19
- package/src/advanced/playground/getTagFromPath.ts +0 -9
- package/src/advanced/playground/index.ts +0 -8
- package/src/advanced/playground/playground.ts +0 -250
- package/src/advanced/playground/types.ts +0 -49
- package/src/advanced/playground/zodToExample.ts +0 -16
- package/src/advanced/playground/zodToParams.ts +0 -15
- package/src/advanced/postman/buildAuth.ts +0 -31
- package/src/advanced/postman/buildBody.ts +0 -15
- package/src/advanced/postman/buildQueryParams.ts +0 -27
- package/src/advanced/postman/buildRequestItem.ts +0 -36
- package/src/advanced/postman/buildResponses.ts +0 -11
- package/src/advanced/postman/buildUrl.ts +0 -33
- package/src/advanced/postman/capitalize.ts +0 -4
- package/src/advanced/postman/generateCollection.ts +0 -59
- package/src/advanced/postman/generateEnvironment.ts +0 -34
- package/src/advanced/postman/generateExampleFromZod.ts +0 -21
- package/src/advanced/postman/generateFieldExample.ts +0 -45
- package/src/advanced/postman/generateName.ts +0 -20
- package/src/advanced/postman/generateUUID.ts +0 -11
- package/src/advanced/postman/getTagFromPath.ts +0 -10
- package/src/advanced/postman/index.ts +0 -28
- package/src/advanced/postman/postman.ts +0 -156
- package/src/advanced/postman/slugify.ts +0 -7
- package/src/advanced/postman/types.ts +0 -140
- package/src/advanced/realtime/index.ts +0 -18
- package/src/advanced/realtime/websocket.ts +0 -231
- package/src/advanced/sentry/index.ts +0 -1236
- package/src/advanced/sentry/types.ts +0 -355
- package/src/advanced/static/generateDirectoryListing.ts +0 -47
- package/src/advanced/static/generateETag.ts +0 -7
- package/src/advanced/static/getMimeType.ts +0 -9
- package/src/advanced/static/index.ts +0 -32
- package/src/advanced/static/isSafePath.ts +0 -13
- package/src/advanced/static/publicDir.ts +0 -21
- package/src/advanced/static/serveStatic.ts +0 -225
- package/src/advanced/static/spa.ts +0 -24
- package/src/advanced/static/types.ts +0 -159
- package/src/advanced/swagger/SwaggerGenerator.ts +0 -66
- package/src/advanced/swagger/buildOperation.ts +0 -61
- package/src/advanced/swagger/buildParameters.ts +0 -61
- package/src/advanced/swagger/buildRequestBody.ts +0 -21
- package/src/advanced/swagger/buildResponses.ts +0 -54
- package/src/advanced/swagger/capitalize.ts +0 -5
- package/src/advanced/swagger/convertPath.ts +0 -9
- package/src/advanced/swagger/createSwagger.ts +0 -12
- package/src/advanced/swagger/generateOperationId.ts +0 -21
- package/src/advanced/swagger/generateSpec.ts +0 -105
- package/src/advanced/swagger/generateSummary.ts +0 -24
- package/src/advanced/swagger/generateSwaggerUI.ts +0 -70
- package/src/advanced/swagger/generateThemeCss.ts +0 -53
- package/src/advanced/swagger/index.ts +0 -25
- package/src/advanced/swagger/swagger.ts +0 -237
- package/src/advanced/swagger/types.ts +0 -206
- package/src/advanced/swagger/zodFieldToOpenAPI.ts +0 -94
- package/src/advanced/swagger/zodSchemaToOpenAPI.ts +0 -50
- package/src/advanced/swagger/zodToOpenAPI.ts +0 -22
- package/src/advanced/testing/factory.ts +0 -509
- package/src/advanced/testing/harness.ts +0 -612
- package/src/advanced/testing/index.ts +0 -430
- package/src/advanced/testing/load-test.ts +0 -618
- package/src/advanced/testing/mock-server.ts +0 -498
- package/src/advanced/testing/mock.ts +0 -670
- package/src/cli/bin.ts +0 -9
- package/src/cli/cli.ts +0 -158
- package/src/cli/commands/add.ts +0 -178
- package/src/cli/commands/build.ts +0 -73
- package/src/cli/commands/create.ts +0 -166
- package/src/cli/commands/dev.ts +0 -85
- package/src/cli/commands/generate.ts +0 -99
- package/src/cli/commands/help.ts +0 -95
- package/src/cli/commands/init.ts +0 -91
- package/src/cli/commands/version.ts +0 -38
- package/src/cli/index.ts +0 -6
- package/src/cli/templates/generators.ts +0 -359
- package/src/cli/templates/index.ts +0 -680
- package/src/cli/utils/exec.ts +0 -52
- package/src/cli/utils/file-system.ts +0 -78
- package/src/cli/utils/logger.ts +0 -111
- package/src/core/adapter.ts +0 -88
- package/src/core/application.ts +0 -1453
- package/src/core/context-pool.ts +0 -79
- package/src/core/context.ts +0 -856
- package/src/core/index.ts +0 -94
- package/src/core/middleware.ts +0 -272
- package/src/core/performance/buffer-pool.ts +0 -108
- package/src/core/performance/middleware-optimizer.ts +0 -162
- package/src/core/plugin/PluginManager.ts +0 -435
- package/src/core/plugin/builder.ts +0 -358
- package/src/core/plugin/index.ts +0 -50
- package/src/core/plugin/types.ts +0 -214
- package/src/core/router/file-router.ts +0 -623
- package/src/core/router/index.ts +0 -260
- package/src/core/router/radix-tree.ts +0 -242
- package/src/core/serializer.ts +0 -397
- package/src/core/store/index.ts +0 -30
- package/src/core/store/registry.ts +0 -178
- package/src/core/store/request-store.ts +0 -240
- package/src/core/store/types.ts +0 -233
- package/src/core/types.ts +0 -616
- package/src/database/adapter.ts +0 -35
- package/src/database/adapters/index.ts +0 -1
- package/src/database/adapters/mysql.ts +0 -669
- package/src/database/database.ts +0 -70
- package/src/database/dialect.ts +0 -388
- package/src/database/index.ts +0 -12
- package/src/database/migrations.ts +0 -86
- package/src/database/optimizer.ts +0 -125
- package/src/database/query-builder.ts +0 -404
- package/src/database/realtime.ts +0 -53
- package/src/database/schema.ts +0 -71
- package/src/database/transactions.ts +0 -56
- package/src/database/types.ts +0 -87
- package/src/deployment/cluster.ts +0 -471
- package/src/deployment/config.ts +0 -454
- package/src/deployment/docker.ts +0 -599
- package/src/deployment/graceful-shutdown.ts +0 -373
- package/src/deployment/index.ts +0 -56
- package/src/index.ts +0 -281
- package/src/security/adapter.ts +0 -318
- package/src/security/auth/JWTPlugin.ts +0 -234
- package/src/security/auth/JWTProvider.ts +0 -316
- package/src/security/auth/adapter.ts +0 -12
- package/src/security/auth/jwt.ts +0 -234
- package/src/security/auth/middleware.ts +0 -188
- package/src/security/csrf.ts +0 -220
- package/src/security/headers.ts +0 -108
- package/src/security/index.ts +0 -60
- package/src/security/rate-limit/adapter.ts +0 -7
- package/src/security/rate-limit/memory.ts +0 -108
- package/src/security/rate-limit/middleware.ts +0 -181
- package/src/security/sanitization.ts +0 -75
- package/src/security/types.ts +0 -240
- package/src/security/utils.ts +0 -52
- package/tsconfig.json +0 -39
|
@@ -1,548 +0,0 @@
|
|
|
1
|
-
# API Reference
|
|
2
|
-
|
|
3
|
-
## Application
|
|
4
|
-
|
|
5
|
-
### `createApp(config?)`
|
|
6
|
-
|
|
7
|
-
Create a new Nexus application.
|
|
8
|
-
|
|
9
|
-
**Parameters:**
|
|
10
|
-
- `config` (optional) - Application configuration
|
|
11
|
-
|
|
12
|
-
**Returns:** `Application` instance
|
|
13
|
-
|
|
14
|
-
**Example:**
|
|
15
|
-
```typescript
|
|
16
|
-
import { createApp } from './nexus';
|
|
17
|
-
|
|
18
|
-
const app = createApp({
|
|
19
|
-
debug: true,
|
|
20
|
-
contextPoolSize: 100,
|
|
21
|
-
enableJIT: true,
|
|
22
|
-
logRequests: true
|
|
23
|
-
});
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
---
|
|
27
|
-
|
|
28
|
-
### `app.use(middleware)`
|
|
29
|
-
|
|
30
|
-
Add global middleware.
|
|
31
|
-
|
|
32
|
-
**Parameters:**
|
|
33
|
-
- `middleware: Middleware` - Middleware function
|
|
34
|
-
|
|
35
|
-
**Returns:** `this` (for chaining)
|
|
36
|
-
|
|
37
|
-
**Example:**
|
|
38
|
-
```typescript
|
|
39
|
-
app.use(logger());
|
|
40
|
-
app.use(cors());
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
---
|
|
44
|
-
|
|
45
|
-
### `app.get(path, handler | config)`
|
|
46
|
-
### `app.post(path, handler | config)`
|
|
47
|
-
### `app.put(path, handler | config)`
|
|
48
|
-
### `app.delete(path, handler | config)`
|
|
49
|
-
### `app.patch(path, handler | config)`
|
|
50
|
-
|
|
51
|
-
Register route handlers.
|
|
52
|
-
|
|
53
|
-
**Parameters:**
|
|
54
|
-
- `path: string` - Route path
|
|
55
|
-
- `handler: Handler` - Handler function
|
|
56
|
-
- `config: RouteConfig` - Route configuration
|
|
57
|
-
|
|
58
|
-
**Returns:** `this` (for chaining)
|
|
59
|
-
|
|
60
|
-
**Examples:**
|
|
61
|
-
```typescript
|
|
62
|
-
// Simple handler
|
|
63
|
-
app.get('/users', async (ctx) => {
|
|
64
|
-
return { users: [] };
|
|
65
|
-
});
|
|
66
|
-
|
|
67
|
-
// With configuration
|
|
68
|
-
app.post('/users', {
|
|
69
|
-
schema: { body: userSchema },
|
|
70
|
-
middlewares: [authenticate],
|
|
71
|
-
handler: async (ctx) => {
|
|
72
|
-
return await createUser(ctx.body);
|
|
73
|
-
}
|
|
74
|
-
});
|
|
75
|
-
```
|
|
76
|
-
|
|
77
|
-
---
|
|
78
|
-
|
|
79
|
-
### `app.route(config)`
|
|
80
|
-
|
|
81
|
-
Register a route with full configuration.
|
|
82
|
-
|
|
83
|
-
**Parameters:**
|
|
84
|
-
- `config: RouteConfig` - Complete route configuration
|
|
85
|
-
|
|
86
|
-
**Returns:** `this` (for chaining)
|
|
87
|
-
|
|
88
|
-
**Example:**
|
|
89
|
-
```typescript
|
|
90
|
-
app.route({
|
|
91
|
-
method: 'POST',
|
|
92
|
-
path: '/api/users',
|
|
93
|
-
schema: { body: z.object({ ... }) },
|
|
94
|
-
middlewares: [auth],
|
|
95
|
-
handler: async (ctx) => { ... },
|
|
96
|
-
meta: { description: '...', tags: ['users'] }
|
|
97
|
-
});
|
|
98
|
-
```
|
|
99
|
-
|
|
100
|
-
---
|
|
101
|
-
|
|
102
|
-
### `app.onError(handler)`
|
|
103
|
-
|
|
104
|
-
Set global error handler.
|
|
105
|
-
|
|
106
|
-
**Parameters:**
|
|
107
|
-
- `handler: ErrorHandler` - Error handler function
|
|
108
|
-
|
|
109
|
-
**Returns:** `this` (for chaining)
|
|
110
|
-
|
|
111
|
-
**Example:**
|
|
112
|
-
```typescript
|
|
113
|
-
app.onError((error, ctx) => {
|
|
114
|
-
console.error(error);
|
|
115
|
-
return ctx.response.status(500).json({
|
|
116
|
-
error: 'Internal Server Error'
|
|
117
|
-
});
|
|
118
|
-
});
|
|
119
|
-
```
|
|
120
|
-
|
|
121
|
-
---
|
|
122
|
-
|
|
123
|
-
### `app.plugin(plugin)`
|
|
124
|
-
|
|
125
|
-
Install a plugin.
|
|
126
|
-
|
|
127
|
-
**Parameters:**
|
|
128
|
-
- `plugin: Plugin` - Plugin object
|
|
129
|
-
|
|
130
|
-
**Returns:** `this` (for chaining)
|
|
131
|
-
|
|
132
|
-
**Example:**
|
|
133
|
-
```typescript
|
|
134
|
-
app.plugin({
|
|
135
|
-
name: 'my-plugin',
|
|
136
|
-
version: '1.0.0',
|
|
137
|
-
install: (app) => {
|
|
138
|
-
app.use(customMiddleware);
|
|
139
|
-
}
|
|
140
|
-
});
|
|
141
|
-
```
|
|
142
|
-
|
|
143
|
-
---
|
|
144
|
-
|
|
145
|
-
### `app.adapter(name, adapter)`
|
|
146
|
-
|
|
147
|
-
Register an adapter.
|
|
148
|
-
|
|
149
|
-
**Parameters:**
|
|
150
|
-
- `name: string` - Adapter name
|
|
151
|
-
- `adapter: T` - Adapter instance
|
|
152
|
-
|
|
153
|
-
**Returns:** `this` (for chaining)
|
|
154
|
-
|
|
155
|
-
**Example:**
|
|
156
|
-
```typescript
|
|
157
|
-
app.adapter('logger', new PinoLogger());
|
|
158
|
-
```
|
|
159
|
-
|
|
160
|
-
---
|
|
161
|
-
|
|
162
|
-
### `app.getAdapter<T>(name)`
|
|
163
|
-
|
|
164
|
-
Get a registered adapter.
|
|
165
|
-
|
|
166
|
-
**Parameters:**
|
|
167
|
-
- `name: string` - Adapter name
|
|
168
|
-
|
|
169
|
-
**Returns:** `T | undefined`
|
|
170
|
-
|
|
171
|
-
**Example:**
|
|
172
|
-
```typescript
|
|
173
|
-
const logger = app.getAdapter<LoggerAdapter>('logger');
|
|
174
|
-
logger?.info('Application started');
|
|
175
|
-
```
|
|
176
|
-
|
|
177
|
-
---
|
|
178
|
-
|
|
179
|
-
### `app.listen(port, callback?)`
|
|
180
|
-
|
|
181
|
-
Start the HTTP server.
|
|
182
|
-
|
|
183
|
-
**Parameters:**
|
|
184
|
-
- `port: number` - Port to listen on
|
|
185
|
-
- `callback?: () => void` - Callback function
|
|
186
|
-
|
|
187
|
-
**Returns:** `HTTPServer`
|
|
188
|
-
|
|
189
|
-
**Example:**
|
|
190
|
-
```typescript
|
|
191
|
-
app.listen(3000, () => {
|
|
192
|
-
console.log('Server running on port 3000');
|
|
193
|
-
});
|
|
194
|
-
```
|
|
195
|
-
|
|
196
|
-
---
|
|
197
|
-
|
|
198
|
-
### `app.getRoutes()`
|
|
199
|
-
|
|
200
|
-
Get all registered routes.
|
|
201
|
-
|
|
202
|
-
**Returns:** `Array<{ method: string; path: string }>`
|
|
203
|
-
|
|
204
|
-
**Example:**
|
|
205
|
-
```typescript
|
|
206
|
-
const routes = app.getRoutes();
|
|
207
|
-
console.log(routes);
|
|
208
|
-
// [
|
|
209
|
-
// { method: 'GET', path: '/users' },
|
|
210
|
-
// { method: 'POST', path: '/users' }
|
|
211
|
-
// ]
|
|
212
|
-
```
|
|
213
|
-
|
|
214
|
-
---
|
|
215
|
-
|
|
216
|
-
### `app.getPoolStats()`
|
|
217
|
-
|
|
218
|
-
Get context pool statistics.
|
|
219
|
-
|
|
220
|
-
**Returns:** Pool statistics object
|
|
221
|
-
|
|
222
|
-
**Example:**
|
|
223
|
-
```typescript
|
|
224
|
-
const stats = app.getPoolStats();
|
|
225
|
-
// {
|
|
226
|
-
// poolSize: 50,
|
|
227
|
-
// maxSize: 100,
|
|
228
|
-
// created: 150,
|
|
229
|
-
// reused: 100,
|
|
230
|
-
// hitRate: 0.67
|
|
231
|
-
// }
|
|
232
|
-
```
|
|
233
|
-
|
|
234
|
-
---
|
|
235
|
-
|
|
236
|
-
## Context
|
|
237
|
-
|
|
238
|
-
### Properties
|
|
239
|
-
|
|
240
|
-
#### `ctx.method: HTTPMethod`
|
|
241
|
-
HTTP method (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS)
|
|
242
|
-
|
|
243
|
-
#### `ctx.path: string`
|
|
244
|
-
Request path without query string
|
|
245
|
-
|
|
246
|
-
#### `ctx.url: URL`
|
|
247
|
-
Full URL object
|
|
248
|
-
|
|
249
|
-
#### `ctx.params: Record<string, string>`
|
|
250
|
-
Route parameters
|
|
251
|
-
|
|
252
|
-
#### `ctx.query: Record<string, any>`
|
|
253
|
-
Query string parameters
|
|
254
|
-
|
|
255
|
-
#### `ctx.body: any`
|
|
256
|
-
Parsed request body
|
|
257
|
-
|
|
258
|
-
#### `ctx.headers: Headers`
|
|
259
|
-
Request headers
|
|
260
|
-
|
|
261
|
-
#### `ctx.cookies: Cookies`
|
|
262
|
-
Cookie manager
|
|
263
|
-
|
|
264
|
-
#### `ctx.raw: { req: IncomingMessage; res: ServerResponse }`
|
|
265
|
-
Raw Node.js objects
|
|
266
|
-
|
|
267
|
-
### Methods
|
|
268
|
-
|
|
269
|
-
#### `ctx.json<T>(data: T): Response`
|
|
270
|
-
Return JSON response
|
|
271
|
-
|
|
272
|
-
#### `ctx.html(content: string): Response`
|
|
273
|
-
Return HTML response
|
|
274
|
-
|
|
275
|
-
#### `ctx.text(content: string): Response`
|
|
276
|
-
Return text response
|
|
277
|
-
|
|
278
|
-
#### `ctx.redirect(url: string, status?: number): Response`
|
|
279
|
-
Redirect to URL
|
|
280
|
-
|
|
281
|
-
#### `ctx.stream(readable: NodeJS.ReadableStream): Response`
|
|
282
|
-
Stream response
|
|
283
|
-
|
|
284
|
-
---
|
|
285
|
-
|
|
286
|
-
## Cookies
|
|
287
|
-
|
|
288
|
-
### `cookies.get(name: string): string | undefined`
|
|
289
|
-
Get cookie value
|
|
290
|
-
|
|
291
|
-
### `cookies.set(name: string, value: string, options?: CookieOptions): void`
|
|
292
|
-
Set cookie
|
|
293
|
-
|
|
294
|
-
**Cookie Options:**
|
|
295
|
-
```typescript
|
|
296
|
-
{
|
|
297
|
-
maxAge?: number;
|
|
298
|
-
expires?: Date;
|
|
299
|
-
path?: string;
|
|
300
|
-
domain?: string;
|
|
301
|
-
secure?: boolean;
|
|
302
|
-
httpOnly?: boolean;
|
|
303
|
-
sameSite?: 'strict' | 'lax' | 'none';
|
|
304
|
-
}
|
|
305
|
-
```
|
|
306
|
-
|
|
307
|
-
### `cookies.delete(name: string): void`
|
|
308
|
-
Delete cookie
|
|
309
|
-
|
|
310
|
-
---
|
|
311
|
-
|
|
312
|
-
## Response Builder
|
|
313
|
-
|
|
314
|
-
### `response.status(code: number): ResponseBuilder`
|
|
315
|
-
Set status code
|
|
316
|
-
|
|
317
|
-
### `response.header(name: string, value: string): ResponseBuilder`
|
|
318
|
-
Set header
|
|
319
|
-
|
|
320
|
-
### `response.json<T>(data: T): Response`
|
|
321
|
-
Return JSON response
|
|
322
|
-
|
|
323
|
-
### `response.html(content: string): Response`
|
|
324
|
-
Return HTML response
|
|
325
|
-
|
|
326
|
-
### `response.text(content: string): Response`
|
|
327
|
-
Return text response
|
|
328
|
-
|
|
329
|
-
### `response.redirect(url: string, status?: number): Response`
|
|
330
|
-
Redirect response
|
|
331
|
-
|
|
332
|
-
### `response.stream(readable: NodeJS.ReadableStream): Response`
|
|
333
|
-
Stream response
|
|
334
|
-
|
|
335
|
-
**Example:**
|
|
336
|
-
```typescript
|
|
337
|
-
return ctx.response
|
|
338
|
-
.status(201)
|
|
339
|
-
.header('Location', '/users/123')
|
|
340
|
-
.json({ created: true });
|
|
341
|
-
```
|
|
342
|
-
|
|
343
|
-
---
|
|
344
|
-
|
|
345
|
-
## Types
|
|
346
|
-
|
|
347
|
-
### `Handler<TContext = Context>`
|
|
348
|
-
```typescript
|
|
349
|
-
type Handler<TContext = Context> = (
|
|
350
|
-
ctx: TContext
|
|
351
|
-
) => Promise<Response | any>;
|
|
352
|
-
```
|
|
353
|
-
|
|
354
|
-
### `Middleware<TIn = Context, TOut = Context>`
|
|
355
|
-
```typescript
|
|
356
|
-
type Middleware<TIn = Context, TOut = Context> = (
|
|
357
|
-
ctx: TIn,
|
|
358
|
-
next: Next<TOut>
|
|
359
|
-
) => Promise<Response>;
|
|
360
|
-
```
|
|
361
|
-
|
|
362
|
-
### `RouteConfig<TContext = Context>`
|
|
363
|
-
```typescript
|
|
364
|
-
interface RouteConfig<TContext = Context> {
|
|
365
|
-
method: HTTPMethod;
|
|
366
|
-
path: string;
|
|
367
|
-
handler: Handler<TContext>;
|
|
368
|
-
middlewares?: Middleware<any, any>[];
|
|
369
|
-
schema?: SchemaConfig;
|
|
370
|
-
meta?: RouteMeta;
|
|
371
|
-
}
|
|
372
|
-
```
|
|
373
|
-
|
|
374
|
-
### `SchemaConfig`
|
|
375
|
-
```typescript
|
|
376
|
-
interface SchemaConfig {
|
|
377
|
-
params?: ZodSchema;
|
|
378
|
-
query?: ZodSchema;
|
|
379
|
-
body?: ZodSchema;
|
|
380
|
-
headers?: ZodSchema;
|
|
381
|
-
}
|
|
382
|
-
```
|
|
383
|
-
|
|
384
|
-
### `AppConfig`
|
|
385
|
-
```typescript
|
|
386
|
-
interface AppConfig {
|
|
387
|
-
contextPoolSize?: number;
|
|
388
|
-
enableJIT?: boolean;
|
|
389
|
-
onError?: ErrorHandler;
|
|
390
|
-
debug?: boolean;
|
|
391
|
-
logRequests?: boolean;
|
|
392
|
-
}
|
|
393
|
-
```
|
|
394
|
-
|
|
395
|
-
### `ErrorHandler`
|
|
396
|
-
```typescript
|
|
397
|
-
type ErrorHandler = (
|
|
398
|
-
error: Error,
|
|
399
|
-
ctx: Context
|
|
400
|
-
) => Response | Promise<Response>;
|
|
401
|
-
```
|
|
402
|
-
|
|
403
|
-
### `Plugin`
|
|
404
|
-
```typescript
|
|
405
|
-
interface Plugin {
|
|
406
|
-
name: string;
|
|
407
|
-
version: string;
|
|
408
|
-
install: (app: Application) => void | Promise<void>;
|
|
409
|
-
}
|
|
410
|
-
```
|
|
411
|
-
|
|
412
|
-
---
|
|
413
|
-
|
|
414
|
-
## Built-in Middleware
|
|
415
|
-
|
|
416
|
-
### `logger()`
|
|
417
|
-
Request/response logging middleware
|
|
418
|
-
|
|
419
|
-
**Example:**
|
|
420
|
-
```typescript
|
|
421
|
-
import { logger } from './nexus';
|
|
422
|
-
app.use(logger());
|
|
423
|
-
```
|
|
424
|
-
|
|
425
|
-
### `cors(options?)`
|
|
426
|
-
CORS middleware
|
|
427
|
-
|
|
428
|
-
**Options:**
|
|
429
|
-
```typescript
|
|
430
|
-
{
|
|
431
|
-
origin?: string | string[];
|
|
432
|
-
methods?: string[];
|
|
433
|
-
credentials?: boolean;
|
|
434
|
-
maxAge?: number;
|
|
435
|
-
}
|
|
436
|
-
```
|
|
437
|
-
|
|
438
|
-
**Example:**
|
|
439
|
-
```typescript
|
|
440
|
-
import { cors } from './nexus';
|
|
441
|
-
app.use(cors({
|
|
442
|
-
origin: 'https://example.com',
|
|
443
|
-
credentials: true
|
|
444
|
-
}));
|
|
445
|
-
```
|
|
446
|
-
|
|
447
|
-
### `errorHandler(handler)`
|
|
448
|
-
Error handling middleware wrapper
|
|
449
|
-
|
|
450
|
-
**Example:**
|
|
451
|
-
```typescript
|
|
452
|
-
import { errorHandler } from './nexus';
|
|
453
|
-
app.use(errorHandler((error, ctx) => {
|
|
454
|
-
return ctx.response.status(500).json({ error: error.message });
|
|
455
|
-
}));
|
|
456
|
-
```
|
|
457
|
-
|
|
458
|
-
---
|
|
459
|
-
|
|
460
|
-
## Adapters
|
|
461
|
-
|
|
462
|
-
### `RouterAdapter`
|
|
463
|
-
```typescript
|
|
464
|
-
interface RouterAdapter {
|
|
465
|
-
addRoute(method: string, path: string, handler: Handler): void;
|
|
466
|
-
match(method: string, path: string): RouteMatch | null;
|
|
467
|
-
getRoutes(): Array<{ method: string; path: string }>;
|
|
468
|
-
}
|
|
469
|
-
```
|
|
470
|
-
|
|
471
|
-
### `ContextAdapter`
|
|
472
|
-
```typescript
|
|
473
|
-
interface ContextAdapter {
|
|
474
|
-
createContext(req: IncomingMessage): Promise<Context>;
|
|
475
|
-
resetContext(ctx: Context, req: IncomingMessage): Promise<Context>;
|
|
476
|
-
parseBody(req: IncomingMessage): Promise<any>;
|
|
477
|
-
}
|
|
478
|
-
```
|
|
479
|
-
|
|
480
|
-
### `LoggerAdapter`
|
|
481
|
-
```typescript
|
|
482
|
-
interface LoggerAdapter {
|
|
483
|
-
info(message: string, meta?: any): void;
|
|
484
|
-
warn(message: string, meta?: any): void;
|
|
485
|
-
error(message: string, error?: Error, meta?: any): void;
|
|
486
|
-
debug(message: string, meta?: any): void;
|
|
487
|
-
}
|
|
488
|
-
```
|
|
489
|
-
|
|
490
|
-
### `CacheAdapter`
|
|
491
|
-
```typescript
|
|
492
|
-
interface CacheAdapter {
|
|
493
|
-
get<T>(key: string): Promise<T | null>;
|
|
494
|
-
set<T>(key: string, value: T, ttl?: number): Promise<void>;
|
|
495
|
-
delete(key: string): Promise<void>;
|
|
496
|
-
clear(): Promise<void>;
|
|
497
|
-
}
|
|
498
|
-
```
|
|
499
|
-
|
|
500
|
-
---
|
|
501
|
-
|
|
502
|
-
## Performance Classes
|
|
503
|
-
|
|
504
|
-
### `ContextPool`
|
|
505
|
-
```typescript
|
|
506
|
-
class ContextPool {
|
|
507
|
-
constructor(maxSize?: number);
|
|
508
|
-
acquire(req: IncomingMessage, res: ServerResponse): Promise<Context>;
|
|
509
|
-
release(ctx: Context): void;
|
|
510
|
-
getStats(): PoolStats;
|
|
511
|
-
clear(): void;
|
|
512
|
-
}
|
|
513
|
-
```
|
|
514
|
-
|
|
515
|
-
### `BufferPool`
|
|
516
|
-
```typescript
|
|
517
|
-
class BufferPool {
|
|
518
|
-
constructor(bufferSize?: number, maxPoolSize?: number);
|
|
519
|
-
acquire(): Buffer;
|
|
520
|
-
release(buffer: Buffer): void;
|
|
521
|
-
getStats(): BufferPoolStats;
|
|
522
|
-
clear(): void;
|
|
523
|
-
}
|
|
524
|
-
```
|
|
525
|
-
|
|
526
|
-
### `MiddlewareOptimizer`
|
|
527
|
-
```typescript
|
|
528
|
-
class MiddlewareOptimizer {
|
|
529
|
-
cacheHandler(handler: Handler): Handler;
|
|
530
|
-
cacheMiddleware(middlewares: Middleware[]): Middleware[];
|
|
531
|
-
compose(middlewares: Middleware[]): Middleware;
|
|
532
|
-
getStats(): OptimizationStats;
|
|
533
|
-
clearCache(): void;
|
|
534
|
-
}
|
|
535
|
-
```
|
|
536
|
-
|
|
537
|
-
### `PerformanceMonitor`
|
|
538
|
-
```typescript
|
|
539
|
-
class PerformanceMonitor {
|
|
540
|
-
measure<T>(name: string, fn: () => Promise<T>): Promise<T>;
|
|
541
|
-
getMetrics(): Record<string, Metric>;
|
|
542
|
-
clearMetrics(): void;
|
|
543
|
-
}
|
|
544
|
-
```
|
|
545
|
-
|
|
546
|
-
---
|
|
547
|
-
|
|
548
|
-
[← Adapters](./08-adapters.md) | [Examples →](./10-examples.md)
|