phecda-server 8.4.1 → 8.5.0

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.
Files changed (45) hide show
  1. package/dist/{chunk-RS6H6TEX.js → chunk-5ZZAOOKE.js} +26 -26
  2. package/dist/{chunk-R73A7HS3.js → chunk-76UDKZOJ.js} +53 -53
  3. package/dist/{chunk-OUQM7GZH.js → chunk-LLF55NZP.js} +14 -4
  4. package/dist/{chunk-3OKDXHO7.mjs → chunk-MUUKKO67.mjs} +1 -1
  5. package/dist/{chunk-SRPCXPAQ.js → chunk-SKGOTR4T.js} +20 -20
  6. package/dist/{chunk-JRNXLEAU.mjs → chunk-URKOYTBU.mjs} +14 -4
  7. package/dist/{chunk-US2DTB3Z.mjs → chunk-WST6E6MQ.mjs} +1 -1
  8. package/dist/{chunk-YDJAOLT2.mjs → chunk-ZHNYWZRL.mjs} +1 -1
  9. package/dist/helper.d.mts +2 -1
  10. package/dist/helper.d.ts +2 -1
  11. package/dist/helper.js +5 -3
  12. package/dist/helper.mjs +4 -2
  13. package/dist/http/elysia/index.js +45 -41
  14. package/dist/http/elysia/index.mjs +10 -6
  15. package/dist/http/express/index.js +38 -38
  16. package/dist/http/express/index.mjs +3 -3
  17. package/dist/http/fastify/index.js +39 -39
  18. package/dist/http/fastify/index.mjs +4 -4
  19. package/dist/http/h3/index.js +39 -39
  20. package/dist/http/h3/index.mjs +3 -3
  21. package/dist/http/hono/index.js +35 -35
  22. package/dist/http/hono/index.mjs +3 -3
  23. package/dist/http/hyper-express/index.js +36 -36
  24. package/dist/http/hyper-express/index.mjs +3 -3
  25. package/dist/http/koa/index.js +38 -38
  26. package/dist/http/koa/index.mjs +3 -3
  27. package/dist/index.js +44 -44
  28. package/dist/index.mjs +4 -4
  29. package/dist/rpc/bullmq/index.js +11 -11
  30. package/dist/rpc/bullmq/index.mjs +2 -2
  31. package/dist/rpc/electron/index.js +8 -8
  32. package/dist/rpc/electron/index.mjs +2 -2
  33. package/dist/rpc/kafka/index.js +10 -10
  34. package/dist/rpc/kafka/index.mjs +2 -2
  35. package/dist/rpc/nats/index.js +11 -11
  36. package/dist/rpc/nats/index.mjs +2 -2
  37. package/dist/rpc/rabbitmq/index.js +12 -12
  38. package/dist/rpc/rabbitmq/index.mjs +2 -2
  39. package/dist/rpc/redis/index.js +10 -10
  40. package/dist/rpc/redis/index.mjs +2 -2
  41. package/dist/rpc/ws/index.js +7 -7
  42. package/dist/rpc/ws/index.mjs +2 -2
  43. package/dist/test.js +6 -6
  44. package/dist/test.mjs +2 -2
  45. package/package.json +1 -1
@@ -4,28 +4,28 @@
4
4
 
5
5
 
6
6
 
7
- var _chunkR73A7HS3js = require('../../chunk-R73A7HS3.js');
7
+ var _chunk76UDKZOJjs = require('../../chunk-76UDKZOJ.js');
8
8
 
9
9
 
10
10
 
11
- var _chunkOUQM7GZHjs = require('../../chunk-OUQM7GZH.js');
11
+ var _chunkLLF55NZPjs = require('../../chunk-LLF55NZP.js');
12
12
 
13
13
  // src/http/express/bind.ts
14
14
  var _express = require('express');
15
15
  var _debug = require('debug'); var _debug2 = _interopRequireDefault(_debug);
16
16
  var debug = _debug2.default.call(void 0, "phecda-server/express");
17
17
  function bind(router, data, opts = {}) {
18
- const { globalGuards, parallelRoute = "/__PHECDA_SERVER__", globalAddons = [], parallelAddons = [], globalFilter, globalPipe, dynamic = false } = opts;
18
+ const { globalGuards, parallelRoute, globalAddons = [], parallelAddons = [], globalFilter, globalPipe, dynamic = false } = opts;
19
19
  const { moduleMap, meta } = data;
20
20
  const originStack = router.stack.slice(0, router.stack.length);
21
- const metaMap = _chunkR73A7HS3js.createControllerMetaMap.call(void 0, meta, (meta2) => {
21
+ const metaMap = _chunk76UDKZOJjs.createControllerMetaMap.call(void 0, meta, (meta2) => {
22
22
  const { controller, http, method, tag } = meta2.data;
23
23
  if (controller === "http" && _optionalChain([http, 'optionalAccess', _ => _.method])) {
24
24
  debug(`register method "${method}" in module "${tag}"`);
25
25
  return true;
26
26
  }
27
27
  });
28
- _chunkR73A7HS3js.detectAopDep.call(void 0, meta, {
28
+ _chunk76UDKZOJjs.detectAopDep.call(void 0, meta, {
29
29
  addons: [
30
30
  ...globalAddons,
31
31
  ...parallelAddons
@@ -33,33 +33,33 @@ function bind(router, data, opts = {}) {
33
33
  guards: globalGuards
34
34
  });
35
35
  registerRoute();
36
- _chunkOUQM7GZHjs.HMR.call(void 0, async () => {
36
+ _chunkLLF55NZPjs.HMR.call(void 0, async () => {
37
37
  router.stack = originStack;
38
38
  registerRoute();
39
39
  });
40
40
  function registerRoute() {
41
- _chunkR73A7HS3js.Context.applyAddons(globalAddons, router, "express");
41
+ _chunk76UDKZOJjs.Context.applyAddons(globalAddons, router, "express");
42
42
  if (parallelRoute) {
43
43
  const subRouter = _express.Router.call(void 0, );
44
- _chunkR73A7HS3js.Context.applyAddons(parallelAddons, subRouter, "express");
44
+ _chunk76UDKZOJjs.Context.applyAddons(parallelAddons, subRouter, "express");
45
45
  subRouter.use(async (req, res, next) => {
46
46
  const { body } = req;
47
47
  async function errorHandler(e) {
48
- const error = await _chunkR73A7HS3js.Context.filterRecord.default(e);
48
+ const error = await _chunk76UDKZOJjs.Context.filterRecord.default(e);
49
49
  return res.status(error.status).json(error);
50
50
  }
51
- _chunkOUQM7GZHjs.__name.call(void 0, errorHandler, "errorHandler");
52
- if (!Array.isArray(body)) return errorHandler(new (0, _chunkR73A7HS3js.BadRequestException)("data format should be an array"));
51
+ _chunkLLF55NZPjs.__name.call(void 0, errorHandler, "errorHandler");
52
+ if (!Array.isArray(body)) return errorHandler(new (0, _chunk76UDKZOJjs.BadRequestException)("data format should be an array"));
53
53
  try {
54
54
  return Promise.all(body.map((item, i) => {
55
55
  return new Promise(async (resolve) => {
56
56
  if (!item) return resolve(null);
57
57
  const { tag, method } = item;
58
58
  debug(`(parallel)invoke method "${method}" in module "${tag}"`);
59
- if (!metaMap.has(tag)) return resolve(await _chunkR73A7HS3js.Context.filterRecord.default(new (0, _chunkR73A7HS3js.BadRequestException)(`module "${tag}" doesn't exist`)));
59
+ if (!metaMap.has(tag)) return resolve(await _chunk76UDKZOJjs.Context.filterRecord.default(new (0, _chunk76UDKZOJjs.BadRequestException)(`module "${tag}" doesn't exist`)));
60
60
  const meta2 = metaMap.get(tag)[method];
61
- if (!meta2) return resolve(await _chunkR73A7HS3js.Context.filterRecord.default(new (0, _chunkR73A7HS3js.BadRequestException)(`"${method}" in "${tag}" doesn't exist`)));
62
- const aop = _chunkR73A7HS3js.Context.getAop(meta2, {
61
+ if (!meta2) return resolve(await _chunk76UDKZOJjs.Context.filterRecord.default(new (0, _chunk76UDKZOJjs.BadRequestException)(`"${method}" in "${tag}" doesn't exist`)));
62
+ const aop = _chunk76UDKZOJjs.Context.getAop(meta2, {
63
63
  globalFilter,
64
64
  globalGuards,
65
65
  globalPipe
@@ -76,18 +76,18 @@ function bind(router, data, opts = {}) {
76
76
  next,
77
77
  app: router,
78
78
  ...item,
79
- getCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key) => req.cookies[key], "getCookie"),
80
- setCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key, value, opts2) => res.cookie(key, value, opts2 || {}), "setCookie"),
81
- delCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key) => res.cookie(key, "", {
79
+ getCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key) => req.cookies[key], "getCookie"),
80
+ setCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key, value, opts2) => res.cookie(key, value, opts2 || {}), "setCookie"),
81
+ delCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key) => res.cookie(key, "", {
82
82
  expires: /* @__PURE__ */ new Date(0)
83
83
  }), "delCookie"),
84
- redirect: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (url, status) => status ? res.redirect(status, url) : res.redirect(url), "redirect"),
85
- setResHeaders: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (headers) => res.set(headers), "setResHeaders"),
86
- setResStatus: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (code) => res.status(code), "setResStatus"),
87
- getRequest: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, () => req, "getRequest"),
88
- getResponse: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, () => res, "getResponse")
84
+ redirect: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (url, status) => status ? res.redirect(status, url) : res.redirect(url), "redirect"),
85
+ setResHeaders: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (headers) => res.set(headers), "setResHeaders"),
86
+ setResStatus: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (code) => res.status(code), "setResStatus"),
87
+ getRequest: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, () => req, "getRequest"),
88
+ getResponse: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, () => res, "getResponse")
89
89
  };
90
- const context = new (0, _chunkR73A7HS3js.Context)(contextData);
90
+ const context = new (0, _chunk76UDKZOJjs.Context)(contextData);
91
91
  context.run(aop, resolve, resolve);
92
92
  });
93
93
  })).then((ret) => {
@@ -106,15 +106,15 @@ function bind(router, data, opts = {}) {
106
106
  if (!_optionalChain([http, 'optionalAccess', _2 => _2.method])) continue;
107
107
  let aop;
108
108
  if (!dynamic) {
109
- aop = _chunkR73A7HS3js.Context.getAop(meta2, {
109
+ aop = _chunk76UDKZOJjs.Context.getAop(meta2, {
110
110
  globalFilter,
111
111
  globalGuards,
112
112
  globalPipe
113
113
  });
114
114
  }
115
115
  const subRouter = _express.Router.call(void 0, );
116
- _chunkR73A7HS3js.Context.applyAddons(addons, subRouter, "express");
117
- subRouter[http.method](_chunkR73A7HS3js.joinUrl.call(void 0, http.prefix, http.route), async (req, res, next) => {
116
+ _chunk76UDKZOJjs.Context.applyAddons(addons, subRouter, "express");
117
+ subRouter[http.method](_chunk76UDKZOJjs.joinUrl.call(void 0, http.prefix, http.route), async (req, res, next) => {
118
118
  debug(`invoke method "${method}" in module "${tag}"`);
119
119
  const contextData = {
120
120
  type: "express",
@@ -131,21 +131,21 @@ function bind(router, data, opts = {}) {
131
131
  headers: req.headers,
132
132
  app: router,
133
133
  next,
134
- getCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key) => req.cookies[key], "getCookie"),
135
- setCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key, value, opts2) => res.cookie(key, value, opts2 || {}), "setCookie"),
136
- delCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key) => res.cookie(key, "", {
134
+ getCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key) => req.cookies[key], "getCookie"),
135
+ setCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key, value, opts2) => res.cookie(key, value, opts2 || {}), "setCookie"),
136
+ delCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key) => res.cookie(key, "", {
137
137
  expires: /* @__PURE__ */ new Date(0)
138
138
  }), "delCookie"),
139
- redirect: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (url, status) => status ? res.redirect(status, url) : res.redirect(url), "redirect"),
140
- setResHeaders: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (headers) => res.set(headers), "setResHeaders"),
141
- setResStatus: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (code) => res.status(code), "setResStatus"),
142
- getRequest: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, () => req, "getRequest"),
143
- getResponse: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, () => res, "getResponse")
139
+ redirect: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (url, status) => status ? res.redirect(status, url) : res.redirect(url), "redirect"),
140
+ setResHeaders: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (headers) => res.set(headers), "setResHeaders"),
141
+ setResStatus: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (code) => res.status(code), "setResStatus"),
142
+ getRequest: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, () => req, "getRequest"),
143
+ getResponse: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, () => res, "getResponse")
144
144
  };
145
- const context = new (0, _chunkR73A7HS3js.Context)(contextData);
145
+ const context = new (0, _chunk76UDKZOJjs.Context)(contextData);
146
146
  if (http.headers) res.set(http.headers);
147
147
  if (dynamic) {
148
- aop = _chunkR73A7HS3js.Context.getAop(meta2, {
148
+ aop = _chunk76UDKZOJjs.Context.getAop(meta2, {
149
149
  globalFilter,
150
150
  globalGuards,
151
151
  globalPipe
@@ -164,9 +164,9 @@ function bind(router, data, opts = {}) {
164
164
  }
165
165
  }
166
166
  }
167
- _chunkOUQM7GZHjs.__name.call(void 0, registerRoute, "registerRoute");
167
+ _chunkLLF55NZPjs.__name.call(void 0, registerRoute, "registerRoute");
168
168
  }
169
- _chunkOUQM7GZHjs.__name.call(void 0, bind, "bind");
169
+ _chunkLLF55NZPjs.__name.call(void 0, bind, "bind");
170
170
 
171
171
 
172
172
  exports.bind = bind;
@@ -4,18 +4,18 @@ import {
4
4
  createControllerMetaMap,
5
5
  detectAopDep,
6
6
  joinUrl
7
- } from "../../chunk-US2DTB3Z.mjs";
7
+ } from "../../chunk-WST6E6MQ.mjs";
8
8
  import {
9
9
  HMR,
10
10
  __name
11
- } from "../../chunk-JRNXLEAU.mjs";
11
+ } from "../../chunk-URKOYTBU.mjs";
12
12
 
13
13
  // src/http/express/bind.ts
14
14
  import { Router } from "express";
15
15
  import Debug from "debug";
16
16
  var debug = Debug("phecda-server/express");
17
17
  function bind(router, data, opts = {}) {
18
- const { globalGuards, parallelRoute = "/__PHECDA_SERVER__", globalAddons = [], parallelAddons = [], globalFilter, globalPipe, dynamic = false } = opts;
18
+ const { globalGuards, parallelRoute, globalAddons = [], parallelAddons = [], globalFilter, globalPipe, dynamic = false } = opts;
19
19
  const { moduleMap, meta } = data;
20
20
  const originStack = router.stack.slice(0, router.stack.length);
21
21
  const metaMap = createControllerMetaMap(meta, (meta2) => {
@@ -1,31 +1,31 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _chunkRS6H6TEXjs = require('../../chunk-RS6H6TEX.js');
3
+ var _chunk5ZZAOOKEjs = require('../../chunk-5ZZAOOKE.js');
4
4
 
5
5
 
6
6
 
7
7
 
8
8
 
9
9
 
10
- var _chunkR73A7HS3js = require('../../chunk-R73A7HS3.js');
10
+ var _chunk76UDKZOJjs = require('../../chunk-76UDKZOJ.js');
11
11
 
12
12
 
13
- var _chunkOUQM7GZHjs = require('../../chunk-OUQM7GZH.js');
13
+ var _chunkLLF55NZPjs = require('../../chunk-LLF55NZP.js');
14
14
 
15
15
  // src/http/fastify/bind.ts
16
16
  var _debug = require('debug'); var _debug2 = _interopRequireDefault(_debug);
17
17
  var debug = _debug2.default.call(void 0, "phecda-server/fastify");
18
18
  function bind(fastify, data, opts = {}) {
19
- const { globalGuards, parallelRoute = "/__PHECDA_SERVER__", globalAddons = [], parallelAddons = [], globalFilter, globalPipe, fastifyOpts, dynamic = false } = opts;
19
+ const { globalGuards, parallelRoute, globalAddons = [], parallelAddons = [], globalFilter, globalPipe, fastifyOpts, dynamic = false } = opts;
20
20
  const { moduleMap, meta } = data;
21
- const metaMap = _chunkR73A7HS3js.createControllerMetaMap.call(void 0, meta, (meta2) => {
21
+ const metaMap = _chunk76UDKZOJjs.createControllerMetaMap.call(void 0, meta, (meta2) => {
22
22
  const { controller, http, method, tag } = meta2.data;
23
23
  if (controller === "http" && _optionalChain([http, 'optionalAccess', _2 => _2.method])) {
24
24
  debug(`register method "${method}" in module "${tag}"`);
25
25
  return true;
26
26
  }
27
27
  });
28
- _chunkR73A7HS3js.detectAopDep.call(void 0, meta, {
28
+ _chunk76UDKZOJjs.detectAopDep.call(void 0, meta, {
29
29
  addons: [
30
30
  ...globalAddons,
31
31
  ...parallelAddons
@@ -33,28 +33,28 @@ function bind(fastify, data, opts = {}) {
33
33
  guards: globalGuards
34
34
  });
35
35
  fastify.register(async (fastify2, _, done) => {
36
- _chunkR73A7HS3js.Context.applyAddons(globalAddons, fastify2, "fastify");
36
+ _chunk76UDKZOJjs.Context.applyAddons(globalAddons, fastify2, "fastify");
37
37
  if (parallelRoute) {
38
38
  fastify2.register(async (fastify3, _opts, done2) => {
39
- _chunkR73A7HS3js.Context.applyAddons(parallelAddons, fastify3, "fastify");
39
+ _chunk76UDKZOJjs.Context.applyAddons(parallelAddons, fastify3, "fastify");
40
40
  fastify3.post(parallelRoute, async (req, res) => {
41
41
  const { body } = req;
42
42
  async function errorHandler(e) {
43
- const error = await _chunkR73A7HS3js.Context.filterRecord.default(e);
43
+ const error = await _chunk76UDKZOJjs.Context.filterRecord.default(e);
44
44
  return res.status(error.status).send(error);
45
45
  }
46
- _chunkOUQM7GZHjs.__name.call(void 0, errorHandler, "errorHandler");
47
- if (!Array.isArray(body)) return errorHandler(new (0, _chunkR73A7HS3js.BadRequestException)("data format should be an array"));
46
+ _chunkLLF55NZPjs.__name.call(void 0, errorHandler, "errorHandler");
47
+ if (!Array.isArray(body)) return errorHandler(new (0, _chunk76UDKZOJjs.BadRequestException)("data format should be an array"));
48
48
  try {
49
49
  return Promise.all(body.map((item, i) => {
50
50
  return new Promise(async (resolve) => {
51
51
  if (!item) return resolve(null);
52
52
  const { tag, method } = item;
53
53
  debug(`(parallel)invoke method "${method}" in module "${tag}"`);
54
- if (!metaMap.has(tag)) return resolve(await _chunkR73A7HS3js.Context.filterRecord.default(new (0, _chunkR73A7HS3js.BadRequestException)(`module "${tag}" doesn't exist`)));
54
+ if (!metaMap.has(tag)) return resolve(await _chunk76UDKZOJjs.Context.filterRecord.default(new (0, _chunk76UDKZOJjs.BadRequestException)(`module "${tag}" doesn't exist`)));
55
55
  const meta2 = metaMap.get(tag)[method];
56
- if (!meta2) return resolve(await _chunkR73A7HS3js.Context.filterRecord.default(new (0, _chunkR73A7HS3js.BadRequestException)(`"${method}" in "${tag}" doesn't exist`)));
57
- const aop = _chunkR73A7HS3js.Context.getAop(meta2, {
56
+ if (!meta2) return resolve(await _chunk76UDKZOJjs.Context.filterRecord.default(new (0, _chunk76UDKZOJjs.BadRequestException)(`"${method}" in "${tag}" doesn't exist`)));
57
+ const aop = _chunk76UDKZOJjs.Context.getAop(meta2, {
58
58
  globalFilter,
59
59
  globalGuards,
60
60
  globalPipe
@@ -71,18 +71,18 @@ function bind(fastify, data, opts = {}) {
71
71
  app: fastify3,
72
72
  ...item,
73
73
  // @ts-expect-error need @fastify/cookie
74
- getCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key) => req.cookies[key], "getCookie"),
74
+ getCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key) => req.cookies[key], "getCookie"),
75
75
  // @ts-expect-error need @fastify/cookie
76
- setCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key, value, opts2) => res.setCookie(key, value, opts2), "setCookie"),
76
+ setCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key, value, opts2) => res.setCookie(key, value, opts2), "setCookie"),
77
77
  // @ts-expect-error need @fastify/cookie
78
- delCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key) => res.clearCookie(key), "delCookie"),
79
- redirect: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (url, status) => res.redirect(url, status), "redirect"),
80
- setResHeaders: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (headers) => res.headers(headers), "setResHeaders"),
81
- setResStatus: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (code) => res.status(code), "setResStatus"),
82
- getRequest: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, () => req.raw, "getRequest"),
83
- getResponse: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, () => res.raw, "getResponse")
78
+ delCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key) => res.clearCookie(key), "delCookie"),
79
+ redirect: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (url, status) => res.redirect(url, status), "redirect"),
80
+ setResHeaders: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (headers) => res.headers(headers), "setResHeaders"),
81
+ setResStatus: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (code) => res.status(code), "setResStatus"),
82
+ getRequest: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, () => req.raw, "getRequest"),
83
+ getResponse: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, () => res.raw, "getResponse")
84
84
  };
85
- const context = new (0, _chunkR73A7HS3js.Context)(contextData);
85
+ const context = new (0, _chunk76UDKZOJjs.Context)(contextData);
86
86
  context.run(aop, resolve, resolve);
87
87
  });
88
88
  })).then((ret) => {
@@ -101,16 +101,16 @@ function bind(fastify, data, opts = {}) {
101
101
  const { data: { addons, define, http } } = meta2;
102
102
  if (!_optionalChain([http, 'optionalAccess', _3 => _3.method])) continue;
103
103
  fastify2.register(async (fastify3, _opts, done2) => {
104
- _chunkR73A7HS3js.Context.applyAddons(addons, fastify3, "fastify");
104
+ _chunk76UDKZOJjs.Context.applyAddons(addons, fastify3, "fastify");
105
105
  let aop;
106
106
  if (!dynamic) {
107
- aop = _chunkR73A7HS3js.Context.getAop(meta2, {
107
+ aop = _chunk76UDKZOJjs.Context.getAop(meta2, {
108
108
  globalFilter,
109
109
  globalGuards,
110
110
  globalPipe
111
111
  });
112
112
  }
113
- fastify3[http.method](_chunkR73A7HS3js.joinUrl.call(void 0, http.prefix, http.route), _optionalChain([define, 'optionalAccess', _4 => _4.fastify]) || {}, async (req, res) => {
113
+ fastify3[http.method](_chunk76UDKZOJjs.joinUrl.call(void 0, http.prefix, http.route), _optionalChain([define, 'optionalAccess', _4 => _4.fastify]) || {}, async (req, res) => {
114
114
  debug(`invoke method "${method}" in module "${tag}"`);
115
115
  const contextData = {
116
116
  type: "fastify",
@@ -127,23 +127,23 @@ function bind(fastify, data, opts = {}) {
127
127
  headers: req.headers,
128
128
  app: fastify3,
129
129
  // @ts-expect-error need @fastify/cookie
130
- getCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key) => req.cookies[key], "getCookie"),
130
+ getCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key) => req.cookies[key], "getCookie"),
131
131
  // @ts-expect-error need @fastify/cookie
132
- setCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key, value, opts2) => res.setCookie(key, value, opts2), "setCookie"),
132
+ setCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key, value, opts2) => res.setCookie(key, value, opts2), "setCookie"),
133
133
  // @ts-expect-error need @fastify/cookie
134
- delCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key) => res.clearCookie(key, {
134
+ delCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key) => res.clearCookie(key, {
135
135
  url: ""
136
136
  }), "delCookie"),
137
- redirect: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (url, status) => res.redirect(url, status), "redirect"),
138
- setResHeaders: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (headers) => res.headers(headers), "setResHeaders"),
139
- setResStatus: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (code) => res.status(code), "setResStatus"),
140
- getRequest: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, () => req.raw, "getRequest"),
141
- getResponse: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, () => res.raw, "getResponse")
137
+ redirect: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (url, status) => res.redirect(url, status), "redirect"),
138
+ setResHeaders: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (headers) => res.headers(headers), "setResHeaders"),
139
+ setResStatus: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (code) => res.status(code), "setResStatus"),
140
+ getRequest: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, () => req.raw, "getRequest"),
141
+ getResponse: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, () => res.raw, "getResponse")
142
142
  };
143
- const context = new (0, _chunkR73A7HS3js.Context)(contextData);
143
+ const context = new (0, _chunk76UDKZOJjs.Context)(contextData);
144
144
  if (http.headers) res.headers(http.headers);
145
145
  if (dynamic) {
146
- aop = _chunkR73A7HS3js.Context.getAop(meta2, {
146
+ aop = _chunk76UDKZOJjs.Context.getAop(meta2, {
147
147
  globalFilter,
148
148
  globalGuards,
149
149
  globalPipe
@@ -164,11 +164,11 @@ function bind(fastify, data, opts = {}) {
164
164
  done();
165
165
  }, fastifyOpts);
166
166
  }
167
- _chunkOUQM7GZHjs.__name.call(void 0, bind, "bind");
167
+ _chunkLLF55NZPjs.__name.call(void 0, bind, "bind");
168
168
  function Fastify(opts) {
169
- return _chunkRS6H6TEXjs.Define.call(void 0, "fastify", opts);
169
+ return _chunk5ZZAOOKEjs.Define.call(void 0, "fastify", opts);
170
170
  }
171
- _chunkOUQM7GZHjs.__name.call(void 0, Fastify, "Fastify");
171
+ _chunkLLF55NZPjs.__name.call(void 0, Fastify, "Fastify");
172
172
 
173
173
 
174
174
 
@@ -1,22 +1,22 @@
1
1
  import {
2
2
  Define
3
- } from "../../chunk-3OKDXHO7.mjs";
3
+ } from "../../chunk-MUUKKO67.mjs";
4
4
  import {
5
5
  BadRequestException,
6
6
  Context,
7
7
  createControllerMetaMap,
8
8
  detectAopDep,
9
9
  joinUrl
10
- } from "../../chunk-US2DTB3Z.mjs";
10
+ } from "../../chunk-WST6E6MQ.mjs";
11
11
  import {
12
12
  __name
13
- } from "../../chunk-JRNXLEAU.mjs";
13
+ } from "../../chunk-URKOYTBU.mjs";
14
14
 
15
15
  // src/http/fastify/bind.ts
16
16
  import Debug from "debug";
17
17
  var debug = Debug("phecda-server/fastify");
18
18
  function bind(fastify, data, opts = {}) {
19
- const { globalGuards, parallelRoute = "/__PHECDA_SERVER__", globalAddons = [], parallelAddons = [], globalFilter, globalPipe, fastifyOpts, dynamic = false } = opts;
19
+ const { globalGuards, parallelRoute, globalAddons = [], parallelAddons = [], globalFilter, globalPipe, fastifyOpts, dynamic = false } = opts;
20
20
  const { moduleMap, meta } = data;
21
21
  const metaMap = createControllerMetaMap(meta, (meta2) => {
22
22
  const { controller, http, method, tag } = meta2.data;
@@ -4,26 +4,26 @@
4
4
 
5
5
 
6
6
 
7
- var _chunkR73A7HS3js = require('../../chunk-R73A7HS3.js');
7
+ var _chunk76UDKZOJjs = require('../../chunk-76UDKZOJ.js');
8
8
 
9
9
 
10
- var _chunkOUQM7GZHjs = require('../../chunk-OUQM7GZH.js');
10
+ var _chunkLLF55NZPjs = require('../../chunk-LLF55NZP.js');
11
11
 
12
12
  // src/http/h3/bind.ts
13
13
  var _h3 = require('h3');
14
14
  var _debug = require('debug'); var _debug2 = _interopRequireDefault(_debug);
15
15
  var debug = _debug2.default.call(void 0, "phecda-server/h3");
16
16
  function bind(router, data, opts = {}) {
17
- const { globalGuards, parallelRoute = "/__PHECDA_SERVER__", globalAddons = [], parallelAddons = [], globalFilter, globalPipe, dynamic = false } = opts;
17
+ const { globalGuards, parallelRoute, globalAddons = [], parallelAddons = [], globalFilter, globalPipe, dynamic = false } = opts;
18
18
  const { moduleMap, meta } = data;
19
- const metaMap = _chunkR73A7HS3js.createControllerMetaMap.call(void 0, meta, (meta2) => {
19
+ const metaMap = _chunk76UDKZOJjs.createControllerMetaMap.call(void 0, meta, (meta2) => {
20
20
  const { controller, http, method, tag } = meta2.data;
21
21
  if (controller === "http" && _optionalChain([http, 'optionalAccess', _ => _.method])) {
22
22
  debug(`register method "${method}" in module "${tag}"`);
23
23
  return true;
24
24
  }
25
25
  });
26
- _chunkR73A7HS3js.detectAopDep.call(void 0, meta, {
26
+ _chunk76UDKZOJjs.detectAopDep.call(void 0, meta, {
27
27
  addons: [
28
28
  ...globalAddons,
29
29
  ...parallelAddons
@@ -32,32 +32,32 @@ function bind(router, data, opts = {}) {
32
32
  });
33
33
  registerRoute();
34
34
  function registerRoute() {
35
- _chunkR73A7HS3js.Context.applyAddons(globalAddons, router, "h3");
35
+ _chunk76UDKZOJjs.Context.applyAddons(globalAddons, router, "h3");
36
36
  if (parallelRoute) {
37
37
  const subRouter = _h3.createRouter.call(void 0, );
38
- _chunkR73A7HS3js.Context.applyAddons(parallelAddons, subRouter, "h3");
38
+ _chunk76UDKZOJjs.Context.applyAddons(parallelAddons, subRouter, "h3");
39
39
  subRouter.post(parallelRoute, _h3.eventHandler.call(void 0, {
40
- handler: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, async (event) => {
40
+ handler: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, async (event) => {
41
41
  const body = await _h3.readBody.call(void 0, event, {
42
42
  strict: true
43
43
  });
44
44
  async function errorHandler(e) {
45
- const error = await _chunkR73A7HS3js.Context.filterRecord.default(e);
45
+ const error = await _chunk76UDKZOJjs.Context.filterRecord.default(e);
46
46
  _h3.setResponseStatus.call(void 0, event, error.status);
47
47
  return error;
48
48
  }
49
- _chunkOUQM7GZHjs.__name.call(void 0, errorHandler, "errorHandler");
50
- if (!Array.isArray(body)) return errorHandler(new (0, _chunkR73A7HS3js.BadRequestException)("data format should be an array"));
49
+ _chunkLLF55NZPjs.__name.call(void 0, errorHandler, "errorHandler");
50
+ if (!Array.isArray(body)) return errorHandler(new (0, _chunk76UDKZOJjs.BadRequestException)("data format should be an array"));
51
51
  try {
52
52
  return Promise.all(body.map((item, i) => {
53
53
  return new Promise(async (resolve) => {
54
54
  if (!item) return resolve(null);
55
55
  const { tag, method } = item;
56
56
  debug(`(parallel)invoke method "${method}" in module "${tag}"`);
57
- if (!metaMap.has(tag)) return resolve(await _chunkR73A7HS3js.Context.filterRecord.default(new (0, _chunkR73A7HS3js.BadRequestException)(`module "${tag}" doesn't exist`)));
57
+ if (!metaMap.has(tag)) return resolve(await _chunk76UDKZOJjs.Context.filterRecord.default(new (0, _chunk76UDKZOJjs.BadRequestException)(`module "${tag}" doesn't exist`)));
58
58
  const meta2 = metaMap.get(tag)[method];
59
- if (!meta2) return resolve(await _chunkR73A7HS3js.Context.filterRecord.default(new (0, _chunkR73A7HS3js.BadRequestException)(`"${method}" in "${tag}" doesn't exist`)));
60
- const aop = _chunkR73A7HS3js.Context.getAop(meta2, {
59
+ if (!meta2) return resolve(await _chunk76UDKZOJjs.Context.filterRecord.default(new (0, _chunk76UDKZOJjs.BadRequestException)(`"${method}" in "${tag}" doesn't exist`)));
60
+ const aop = _chunk76UDKZOJjs.Context.getAop(meta2, {
61
61
  globalFilter,
62
62
  globalGuards,
63
63
  globalPipe
@@ -72,16 +72,16 @@ function bind(router, data, opts = {}) {
72
72
  parallel: true,
73
73
  app: router,
74
74
  ...item,
75
- getCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key) => _h3.getCookie.call(void 0, event, key), "getCookie"),
76
- setCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key, value, opts2) => _h3.setCookie.call(void 0, event, key, value, opts2), "setCookie"),
77
- delCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key) => _h3.deleteCookie.call(void 0, event, key), "delCookie"),
78
- redirect: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (url, status) => _h3.sendRedirect.call(void 0, event, url, status), "redirect"),
79
- setResHeaders: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (headers) => _h3.setResponseHeaders.call(void 0, event, headers), "setResHeaders"),
80
- setResStatus: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (code) => _h3.setResponseStatus.call(void 0, event, code), "setResStatus"),
81
- getRequest: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, () => event.node.req, "getRequest"),
82
- getResponse: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, () => event.node.res, "getResponse")
75
+ getCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key) => _h3.getCookie.call(void 0, event, key), "getCookie"),
76
+ setCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key, value, opts2) => _h3.setCookie.call(void 0, event, key, value, opts2), "setCookie"),
77
+ delCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key) => _h3.deleteCookie.call(void 0, event, key), "delCookie"),
78
+ redirect: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (url, status) => _h3.sendRedirect.call(void 0, event, url, status), "redirect"),
79
+ setResHeaders: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (headers) => _h3.setResponseHeaders.call(void 0, event, headers), "setResHeaders"),
80
+ setResStatus: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (code) => _h3.setResponseStatus.call(void 0, event, code), "setResStatus"),
81
+ getRequest: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, () => event.node.req, "getRequest"),
82
+ getResponse: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, () => event.node.res, "getResponse")
83
83
  };
84
- const context = new (0, _chunkR73A7HS3js.Context)(contextData);
84
+ const context = new (0, _chunk76UDKZOJjs.Context)(contextData);
85
85
  context.run(aop, resolve, resolve);
86
86
  });
87
87
  }));
@@ -100,15 +100,15 @@ function bind(router, data, opts = {}) {
100
100
  const needBody = params.some((item) => item.type === "body");
101
101
  let aop;
102
102
  if (!dynamic) {
103
- aop = _chunkR73A7HS3js.Context.getAop(meta2, {
103
+ aop = _chunk76UDKZOJjs.Context.getAop(meta2, {
104
104
  globalFilter,
105
105
  globalGuards,
106
106
  globalPipe
107
107
  });
108
108
  }
109
109
  const subRouter = _h3.createRouter.call(void 0, );
110
- _chunkR73A7HS3js.Context.applyAddons(addons, subRouter, "h3");
111
- subRouter[http.method](_chunkR73A7HS3js.joinUrl.call(void 0, http.prefix, http.route), _h3.defineEventHandler.call(void 0, async (event) => {
110
+ _chunk76UDKZOJjs.Context.applyAddons(addons, subRouter, "h3");
111
+ subRouter[http.method](_chunk76UDKZOJjs.joinUrl.call(void 0, http.prefix, http.route), _h3.defineEventHandler.call(void 0, async (event) => {
112
112
  debug(`invoke method "${method}" in module "${tag}"`);
113
113
  const contextData = {
114
114
  type: "h3",
@@ -125,19 +125,19 @@ function bind(router, data, opts = {}) {
125
125
  body: needBody ? await _h3.readBody.call(void 0, event, {
126
126
  strict: true
127
127
  }) : void 0,
128
- getCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key) => _h3.getCookie.call(void 0, event, key), "getCookie"),
129
- setCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key, value, opts2) => _h3.setCookie.call(void 0, event, key, value, opts2), "setCookie"),
130
- redirect: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (url) => _h3.sendRedirect.call(void 0, event, url), "redirect"),
131
- setResHeaders: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (headers) => _h3.setResponseHeaders.call(void 0, event, headers), "setResHeaders"),
132
- setResStatus: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (code) => _h3.setResponseStatus.call(void 0, event, code), "setResStatus"),
133
- delCookie: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, (key) => _h3.deleteCookie.call(void 0, event, key), "delCookie"),
134
- getRequest: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, () => event.node.req, "getRequest"),
135
- getResponse: /* @__PURE__ */ _chunkOUQM7GZHjs.__name.call(void 0, () => event.node.res, "getResponse")
128
+ getCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key) => _h3.getCookie.call(void 0, event, key), "getCookie"),
129
+ setCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key, value, opts2) => _h3.setCookie.call(void 0, event, key, value, opts2), "setCookie"),
130
+ redirect: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (url) => _h3.sendRedirect.call(void 0, event, url), "redirect"),
131
+ setResHeaders: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (headers) => _h3.setResponseHeaders.call(void 0, event, headers), "setResHeaders"),
132
+ setResStatus: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (code) => _h3.setResponseStatus.call(void 0, event, code), "setResStatus"),
133
+ delCookie: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, (key) => _h3.deleteCookie.call(void 0, event, key), "delCookie"),
134
+ getRequest: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, () => event.node.req, "getRequest"),
135
+ getResponse: /* @__PURE__ */ _chunkLLF55NZPjs.__name.call(void 0, () => event.node.res, "getResponse")
136
136
  };
137
- const context = new (0, _chunkR73A7HS3js.Context)(contextData);
137
+ const context = new (0, _chunk76UDKZOJjs.Context)(contextData);
138
138
  _h3.setHeaders.call(void 0, event, http.headers || {});
139
139
  if (dynamic) {
140
- aop = _chunkR73A7HS3js.Context.getAop(meta2, {
140
+ aop = _chunk76UDKZOJjs.Context.getAop(meta2, {
141
141
  globalFilter,
142
142
  globalGuards,
143
143
  globalPipe
@@ -148,13 +148,13 @@ function bind(router, data, opts = {}) {
148
148
  return err;
149
149
  });
150
150
  }));
151
- router.use(_chunkR73A7HS3js.joinUrl.call(void 0, http.prefix, http.route), _h3.useBase.call(void 0, "", subRouter.handler));
151
+ router.use(_chunk76UDKZOJjs.joinUrl.call(void 0, http.prefix, http.route), _h3.useBase.call(void 0, "", subRouter.handler));
152
152
  }
153
153
  }
154
154
  }
155
- _chunkOUQM7GZHjs.__name.call(void 0, registerRoute, "registerRoute");
155
+ _chunkLLF55NZPjs.__name.call(void 0, registerRoute, "registerRoute");
156
156
  }
157
- _chunkOUQM7GZHjs.__name.call(void 0, bind, "bind");
157
+ _chunkLLF55NZPjs.__name.call(void 0, bind, "bind");
158
158
 
159
159
 
160
160
  exports.bind = bind;
@@ -4,17 +4,17 @@ import {
4
4
  createControllerMetaMap,
5
5
  detectAopDep,
6
6
  joinUrl
7
- } from "../../chunk-US2DTB3Z.mjs";
7
+ } from "../../chunk-WST6E6MQ.mjs";
8
8
  import {
9
9
  __name
10
- } from "../../chunk-JRNXLEAU.mjs";
10
+ } from "../../chunk-URKOYTBU.mjs";
11
11
 
12
12
  // src/http/h3/bind.ts
13
13
  import { createRouter, defineEventHandler, deleteCookie, eventHandler, getCookie, getQuery, getRequestHeaders, getRouterParams, readBody, sendRedirect, setCookie, setHeaders, setResponseHeaders, setResponseStatus, useBase } from "h3";
14
14
  import Debug from "debug";
15
15
  var debug = Debug("phecda-server/h3");
16
16
  function bind(router, data, opts = {}) {
17
- const { globalGuards, parallelRoute = "/__PHECDA_SERVER__", globalAddons = [], parallelAddons = [], globalFilter, globalPipe, dynamic = false } = opts;
17
+ const { globalGuards, parallelRoute, globalAddons = [], parallelAddons = [], globalFilter, globalPipe, dynamic = false } = opts;
18
18
  const { moduleMap, meta } = data;
19
19
  const metaMap = createControllerMetaMap(meta, (meta2) => {
20
20
  const { controller, http, method, tag } = meta2.data;