@antelopejs/api 0.0.1

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/LICENSE ADDED
@@ -0,0 +1,190 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ Copyright (c) 2025-present - AntelopeJS Team
179
+
180
+ Licensed under the Apache License, Version 2.0 (the "License");
181
+ you may not use this file except in compliance with the License.
182
+ You may obtain a copy of the License at
183
+
184
+ http://www.apache.org/licenses/LICENSE-2.0
185
+
186
+ Unless required by applicable law or agreed to in writing, software
187
+ distributed under the License is distributed on an "AS IS" BASIS,
188
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189
+ See the License for the specific language governing permissions and
190
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,77 @@
1
+ ![API](.github/social-card.png)
2
+
3
+ # @antelopejs/api
4
+
5
+ [![npm version](https://img.shields.io/npm/v/@antelopejs/api.svg)](https://www.npmjs.com/package/@antelopejs/api)
6
+ [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)](https://www.typescriptlang.org/)
8
+
9
+ A lightweight, flexible HTTP/WebSocket API module that implements the interface API of antelopejs.
10
+
11
+ For detailed documentation on the API interface, please refer to the [docs](https://github.com/AntelopeJS/interface-api).
12
+
13
+ ## Installation
14
+
15
+ ```bash
16
+ ajs project modules add @antelopejs/api
17
+ ```
18
+
19
+ ## Overview
20
+
21
+ The AntelopeJS API module provides a robust HTTP and WebSocket server implementation with a controller-based approach for building REST APIs and real-time applications. It supports:
22
+
23
+ - HTTP and HTTPS servers
24
+ - WebSocket connections
25
+ - Controller-based routing
26
+ - Parameter injection
27
+ - Middleware support
28
+ - CORS configuration
29
+
30
+ ## Configuration
31
+
32
+ The API module can be configured with the following options:
33
+
34
+ ```json
35
+ {
36
+ "servers": [
37
+ {
38
+ "protocol": "http",
39
+ "host": "localhost",
40
+ "port": 8080
41
+ },
42
+ {
43
+ "protocol": "https",
44
+ "host": "localhost",
45
+ "port": 8443,
46
+ "cert": "path-to-cert",
47
+ "key": "path-to-key"
48
+ }
49
+ ],
50
+ "cors": {
51
+ "allowedOrigins": ["https://example.com", "https://api.example.net"],
52
+ "allowedMethods": ["GET", "POST", "PUT", "DELETE"]
53
+ }
54
+ }
55
+ ```
56
+
57
+ ### Server Configuration
58
+
59
+ The module supports both HTTP and HTTPS servers. If no servers are configured, it defaults to HTTP on port 80.
60
+
61
+ Each server in the `servers` array can have the following properties:
62
+
63
+ - `protocol`: Either "http" or "https"
64
+ - `host`: (Optional) The hostname to bind to
65
+ - `port`: (Optional) The port to listen on
66
+ - Additional properties from Node.js http.ServerOptions or https.ServerOptions, such as `cert` and `key` for HTTPS
67
+
68
+ ### CORS Configuration
69
+
70
+ The API module automatically adds a middleware for CORS support, which can be configured with:
71
+
72
+ - `allowedOrigins`: An array of allowed origins or regular expressions
73
+ - `allowedMethods`: An array of allowed HTTP methods
74
+
75
+ ## License
76
+
77
+ Apache-2.0
@@ -0,0 +1,21 @@
1
+ import { RouteHandler } from '@ajs.local/api/beta';
2
+ import { RequestContext } from '../../server';
3
+ declare const classCacheSymbol: unique symbol;
4
+ interface RequestContextDev extends RequestContext {
5
+ [classCacheSymbol]?: Map<any, any>;
6
+ }
7
+ export declare function GetControllerInstance(cl: any, context: RequestContextDev): Promise<any>;
8
+ interface RouteInfo {
9
+ id: string;
10
+ uri: string;
11
+ method: string;
12
+ mode: 'prefix' | 'postfix' | 'handler' | 'websocket';
13
+ priority?: number;
14
+ callbackName: string;
15
+ }
16
+ export declare const routesProxy: {
17
+ register: (id: string, handler: RouteHandler) => void;
18
+ unregister: (id: string) => void;
19
+ getRoutes: () => RouteInfo[];
20
+ };
21
+ export {};
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.routesProxy = void 0;
4
+ exports.GetControllerInstance = GetControllerInstance;
5
+ const beta_1 = require("@ajs.local/api/beta");
6
+ const server_1 = require("../../server");
7
+ const beta_2 = require("@ajs/core/beta");
8
+ const classCacheSymbol = Symbol();
9
+ const registeredRoutes = new Map();
10
+ async function GetControllerInstance(cl, context) {
11
+ if (!(classCacheSymbol in context)) {
12
+ context[classCacheSymbol] = new Map();
13
+ }
14
+ if (context[classCacheSymbol].has(cl.prototype)) {
15
+ return context[classCacheSymbol].get(cl.prototype);
16
+ }
17
+ const obj = new cl();
18
+ const meta = (0, beta_2.GetMetadata)(cl, beta_1.ControllerMeta);
19
+ await Promise.all(Object.entries(meta.computed_props).map(async ([key, param]) => {
20
+ const val = await (0, beta_1.computeParameter)(context, param, obj);
21
+ obj[key] = val;
22
+ }));
23
+ context[classCacheSymbol].set(cl.prototype, obj);
24
+ return obj;
25
+ }
26
+ exports.routesProxy = {
27
+ register: (id, handler) => {
28
+ registeredRoutes.set(id, handler);
29
+ (0, server_1.registerHandler)('dev/' + id, handler.mode, handler.method, handler.location, async (context) => {
30
+ const thisObj = await GetControllerInstance(handler.proto.constructor, context);
31
+ const params = await Promise.all(handler.parameters.map((param) => (0, beta_1.computeParameter)(context, param, thisObj)));
32
+ return handler.callback.apply(thisObj, params);
33
+ }, handler.priority);
34
+ },
35
+ unregister: (id) => {
36
+ registeredRoutes.delete(id);
37
+ (0, server_1.unregisterHandler)('dev/' + id);
38
+ },
39
+ getRoutes: () => {
40
+ const routes = [];
41
+ registeredRoutes.forEach((handler, id) => {
42
+ routes.push({
43
+ id,
44
+ uri: handler.location,
45
+ method: handler.method,
46
+ mode: handler.mode,
47
+ priority: handler.priority,
48
+ callbackName: handler.callback.name || 'anonymous',
49
+ });
50
+ });
51
+ return routes;
52
+ },
53
+ };
54
+ //# sourceMappingURL=beta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"beta.js","sourceRoot":"","sources":["../../../src/implementations/api/beta.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,26 @@
1
+ import * as http from 'http';
2
+ import * as https from 'https';
3
+ import './middlewares/cors';
4
+ interface HTTPConfig extends http.ServerOptions {
5
+ protocol: 'http';
6
+ host?: string;
7
+ port?: number;
8
+ }
9
+ interface HTTPSConfig extends https.ServerOptions {
10
+ protocol: 'https';
11
+ host?: string;
12
+ port?: number;
13
+ }
14
+ interface Config {
15
+ servers?: (HTTPConfig | HTTPSConfig)[];
16
+ cors?: {
17
+ allowedOrigins?: string | RegExp | (string | RegExp)[];
18
+ allowedMethods?: string[];
19
+ };
20
+ }
21
+ export declare function getConfig(): Config;
22
+ export declare function construct(config: Config): Promise<void>;
23
+ export declare function destroy(): void;
24
+ export declare function start(): void;
25
+ export declare function stop(): void;
26
+ export {};
package/dist/index.js ADDED
@@ -0,0 +1,82 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.getConfig = getConfig;
37
+ exports.construct = construct;
38
+ exports.destroy = destroy;
39
+ exports.start = start;
40
+ exports.stop = stop;
41
+ const http = __importStar(require("http"));
42
+ const https = __importStar(require("https"));
43
+ const beta_1 = require("@ajs/core/beta");
44
+ const server_1 = require("./server");
45
+ require("./middlewares/cors");
46
+ let conf;
47
+ let servers;
48
+ function getConfig() {
49
+ return conf;
50
+ }
51
+ async function construct(config) {
52
+ conf = config;
53
+ conf.servers = conf.servers || [];
54
+ if (conf.servers.length === 0) {
55
+ conf.servers.push({ protocol: 'http', port: 80 });
56
+ }
57
+ await (0, beta_1.ImplementInterface)(Promise.resolve().then(() => __importStar(require('@ajs.local/api/beta'))), Promise.resolve().then(() => __importStar(require('./implementations/api/beta'))));
58
+ }
59
+ function destroy() { }
60
+ function start() {
61
+ servers = conf.servers.map((config) => {
62
+ let server;
63
+ switch (config.protocol) {
64
+ case 'http':
65
+ server = http.createServer(config);
66
+ server.on('request', (req, res) => void (0, server_1.requestListener)(req, res, 'http'));
67
+ server.on('upgrade', (req, sock, head) => void (0, server_1.upgradeListener)(req, sock, head, 'ws'));
68
+ break;
69
+ case 'https':
70
+ server = https.createServer(config);
71
+ server.on('request', (req, res) => void (0, server_1.requestListener)(req, res, 'https'));
72
+ server.on('upgrade', (req, sock, head) => void (0, server_1.upgradeListener)(req, sock, head, 'wss'));
73
+ break;
74
+ }
75
+ return server.listen(config.port, config.host);
76
+ });
77
+ }
78
+ function stop() {
79
+ servers.forEach((server) => server.close());
80
+ servers = [];
81
+ }
82
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCA,8BAEC;AAED,8BAQC;AAED,0BAAkC;AAElC,sBA8BC;AAED,oBAGC;AAlFD,2CAA6B;AAC7B,6CAA+B;AAG/B,yCAAoD;AACpD,qCAA4D;AAC5D,8BAA4B;AAsB5B,IAAI,IAAY,CAAC;AACjB,IAAI,OAAqB,CAAC;AAE1B,SAAgB,SAAS;IACvB,OAAO,IAAI,CAAC;AACd,CAAC;AAEM,KAAK,UAAU,SAAS,CAAC,MAAc;IAC5C,IAAI,GAAG,MAAM,CAAC;IACd,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,IAAI,EAAE,CAAC;IAClC,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QAC9B,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;IACpD,CAAC;IAED,MAAM,IAAA,yBAAkB,oDAAQ,qBAAqB,uDAAU,4BAA4B,IAAE,CAAC;AAChG,CAAC;AAED,SAAgB,OAAO,KAAU,CAAC;AAElC,SAAgB,KAAK;IACnB,OAAO,GAAG,IAAI,CAAC,OAAQ,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE;QACrC,IAAI,MAAkB,CAAC;QACvB,QAAQ,MAAM,CAAC,QAAQ,EAAE,CAAC;YACxB,KAAK,MAAM;gBACT,MAAM,GAAG,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC;gBACnC,MAAM,CAAC,EAAE,CACP,SAAS,EACT,CAAC,GAAyB,EAAE,GAAwB,EAAE,EAAE,CAAC,KAAK,IAAA,wBAAe,EAAC,GAAG,EAAE,GAAG,EAAE,MAAM,CAAC,CAChG,CAAC;gBACF,MAAM,CAAC,EAAE,CACP,SAAS,EACT,CAAC,GAAyB,EAAE,IAAmB,EAAE,IAAY,EAAE,EAAE,CAAC,KAAK,IAAA,wBAAe,EAAC,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAC9G,CAAC;gBACF,MAAM;YACR,KAAK,OAAO;gBACV,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC;gBACpC,MAAM,CAAC,EAAE,CACP,SAAS,EACT,CAAC,GAAyB,EAAE,GAAwB,EAAE,EAAE,CAAC,KAAK,IAAA,wBAAe,EAAC,GAAG,EAAE,GAAG,EAAE,OAAO,CAAC,CACjG,CAAC;gBACF,MAAM,CAAC,EAAE,CACP,SAAS,EACT,CAAC,GAAyB,EAAE,IAAmB,EAAE,IAAY,EAAE,EAAE,CAC/D,KAAK,IAAA,wBAAe,EAAC,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAC/C,CAAC;gBACF,MAAM;QACV,CAAC;QACD,OAAO,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC;IACjD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,SAAgB,IAAI;IAClB,OAAO,CAAC,OAAO,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;IAC5C,OAAO,GAAG,EAAE,CAAC;AACf,CAAC"}
@@ -0,0 +1,115 @@
1
+ import { RegisteringProxy } from '@ajs/core/beta';
2
+ import { Class } from '@ajs/core/beta/decorators';
3
+ import { IncomingMessage, ServerResponse } from 'http';
4
+ import { PassThrough } from 'stream';
5
+ export declare namespace internal {
6
+ const routesProxy: RegisteringProxy<(id: string, handler: RouteHandler) => void>;
7
+ }
8
+ export type ControllerClass<T = Record<string, any>> = Class<T> & {
9
+ extend: <T extends ControllerClass>(this: T, location: string) => T;
10
+ location: string;
11
+ };
12
+ export declare class HTTPResult {
13
+ private status;
14
+ private body;
15
+ private contentType;
16
+ private stream?;
17
+ private readonly headers;
18
+ static withHeaders(res: any, headers: Record<string, string>, defaultStatus?: number): HTTPResult;
19
+ constructor(status?: number, body?: unknown, type?: string);
20
+ setStatus(status: number): void;
21
+ getStatus(): number;
22
+ setBody(body: any, type?: string): void;
23
+ getBody(): any;
24
+ getContentType(): string;
25
+ addHeader(name: string, value: string): void;
26
+ removeHeader(name: string): void;
27
+ getHeaders(): Record<string, string>;
28
+ getWriteStream(type?: string, status?: number): PassThrough;
29
+ isStream(): boolean;
30
+ sendHeadResponse(res: ServerResponse): void;
31
+ sendResponse(res: ServerResponse, abortStream?: boolean): void;
32
+ }
33
+ export declare enum HandlerPriority {
34
+ HIGHEST = 0,
35
+ HIGH = 1,
36
+ NORMAL = 2,
37
+ LOW = 3,
38
+ LOWEST = 4
39
+ }
40
+ export interface RequestContext {
41
+ rawRequest: IncomingMessage;
42
+ rawResponse: ServerResponse;
43
+ url: URL;
44
+ routeParameters: Record<string, string>;
45
+ body?: unknown;
46
+ response: HTTPResult;
47
+ connection?: unknown;
48
+ }
49
+ export type ParameterProvider = (context: RequestContext) => unknown;
50
+ export type ParameterModifier = (context: RequestContext, previous: unknown) => unknown;
51
+ export interface ComputedParameter {
52
+ provider?: ParameterProvider;
53
+ modifiers: ParameterModifier[];
54
+ }
55
+ export declare function computeParameter(context: RequestContext, param: ComputedParameter | null, obj: unknown): Promise<unknown>;
56
+ export declare class ControllerMeta {
57
+ static key: symbol;
58
+ readonly location: string;
59
+ computed_props: Record<PropertyKey, ComputedParameter>;
60
+ computed_params: Record<PropertyKey, Record<number, ComputedParameter>>;
61
+ constructor(target: {
62
+ location: string;
63
+ });
64
+ inherit(parent: ControllerMeta): void;
65
+ getComputedParameter(key: PropertyKey, param: number | undefined): ComputedParameter;
66
+ setProvider(key: PropertyKey, param: number | undefined, provider: ParameterProvider): void;
67
+ addModifier(key: PropertyKey, param: number | undefined, modifier: ParameterModifier): void;
68
+ getParameterArray(key: PropertyKey): (ComputedParameter | null)[];
69
+ }
70
+ export declare function Controller<T extends object = object>(location: string, base?: Class<T>): ControllerClass<T>;
71
+ export declare const GetControllerInstance: <T>(cl: Class<T>, context: RequestContext) => Promise<T>;
72
+ export type RouteHandlerMode = 'prefix' | 'postfix' | 'handler' | 'websocket';
73
+ export interface RouteHandler {
74
+ mode: RouteHandlerMode;
75
+ method: string;
76
+ location: string;
77
+ callback: (...args: any[]) => any;
78
+ parameters: Array<ComputedParameter | null>;
79
+ properties: Record<string, ComputedParameter>;
80
+ proto: any;
81
+ priority?: HandlerPriority;
82
+ }
83
+ export declare const routesProxy: RegisteringProxy<(id: string, handler: RouteHandler) => void>;
84
+ export declare function RegisterRoute(handler: RouteHandler): number;
85
+ export declare function getRegisteredRoutes(): Array<{
86
+ id: string;
87
+ location: string;
88
+ method: string;
89
+ callbackName: string;
90
+ parameters: Array<ComputedParameter | null>;
91
+ properties: Record<string, ComputedParameter>;
92
+ priority?: HandlerPriority;
93
+ }>;
94
+ export declare function ProcessCallback(target: any, key: PropertyKey, descriptor: PropertyDescriptor, mode: RouteHandlerMode, method: string, location?: string, priority?: HandlerPriority): {
95
+ id: number;
96
+ };
97
+ export declare const Route: (mode: RouteHandlerMode, method: string, location?: string | undefined, priority?: HandlerPriority | undefined) => import("@ajs/core/beta/decorators").MethodDecorator;
98
+ export declare const Delete: (location?: string | undefined, mode?: RouteHandlerMode | undefined) => import("@ajs/core/beta/decorators").MethodDecorator;
99
+ export declare const Get: (location?: string | undefined, mode?: RouteHandlerMode | undefined) => import("@ajs/core/beta/decorators").MethodDecorator;
100
+ export declare const Post: (location?: string | undefined, mode?: RouteHandlerMode | undefined) => import("@ajs/core/beta/decorators").MethodDecorator;
101
+ export declare const Put: (location?: string | undefined, mode?: RouteHandlerMode | undefined) => import("@ajs/core/beta/decorators").MethodDecorator;
102
+ export declare const Prefix: (method: string, location?: string | undefined, priority?: HandlerPriority | undefined) => import("@ajs/core/beta/decorators").MethodDecorator;
103
+ export declare const Postfix: (method: string, location?: string | undefined, priority?: HandlerPriority | undefined) => import("@ajs/core/beta/decorators").MethodDecorator;
104
+ export declare const WebsocketHandler: (location?: string | undefined) => import("@ajs/core/beta/decorators").MethodDecorator;
105
+ export declare function ReadBody(context: RequestContext): unknown;
106
+ export declare function SetParameterProvider(target: any, key: PropertyKey, index: number | undefined, provider: ParameterProvider): void;
107
+ export declare function AddParameterModifier(target: any, key: PropertyKey, index: number | undefined, transformer: ParameterModifier): void;
108
+ export declare const RawBody: () => import("@ajs/core/beta/decorators").PropertyDecorator & import("@ajs/core/beta/decorators").ParameterDecorator;
109
+ export declare const Parameter: (name: string, source?: "param" | "query" | "header" | undefined) => import("@ajs/core/beta/decorators").PropertyDecorator & import("@ajs/core/beta/decorators").ParameterDecorator;
110
+ export declare const Context: () => import("@ajs/core/beta/decorators").PropertyDecorator & import("@ajs/core/beta/decorators").ParameterDecorator;
111
+ export declare const Result: () => import("@ajs/core/beta/decorators").ParameterDecorator;
112
+ export declare const WriteStream: (type?: string | undefined) => import("@ajs/core/beta/decorators").ParameterDecorator;
113
+ export declare const Transform: (transformer: ParameterModifier) => import("@ajs/core/beta/decorators").PropertyDecorator & import("@ajs/core/beta/decorators").ParameterDecorator;
114
+ export declare const Connection: () => import("@ajs/core/beta/decorators").PropertyDecorator & import("@ajs/core/beta/decorators").ParameterDecorator;
115
+ export declare const MultiParameter: (name: string, source?: "query" | "header" | undefined) => import("@ajs/core/beta/decorators").PropertyDecorator & import("@ajs/core/beta/decorators").ParameterDecorator;