tsoa-next / @tsoa-next/runtime / SpecRequestContext
Interface: Spec RequestContext
محددة في: packages/runtime/src/decorators/specPath.ts:41
السياق المجهول للطلبات SpecPath المعالجون.
التذييلات
الممتلكات
cacheKey
cacheKey: string;محددة في: packages/runtime/src/decorators/specPath.ts:31
Inherited from
controllerClass
controllerClass: object;محددة في: packages/runtime/src/decorators/specPath.ts:32
Inherited from
SpecCacheContext.controllerClass
format?
optional format?: SpecDocumentFormat | "html";محددة في: packages/runtime/src/decorators/specPath.ts:37
Inherited from
fullPath
fullPath: string;محددة في: packages/runtime/src/decorators/specPath.ts:33
Inherited from
path
path: string;محددة في: packages/runtime/src/decorators/specPath.ts:34
Inherited from
request?
optional request?: unknown;محددة في: packages/runtime/src/decorators/specPath.ts:42
response?
optional response?: unknown;محددة في: packages/runtime/src/decorators/specPath.ts:43
runtime
runtime: SpecRuntime;محددة في: packages/runtime/src/decorators/specPath.ts:35
Inherited from
target
target:
| BuiltinSpecPathTarget
| "custom";محددة في: packages/runtime/src/decorators/specPath.ts:36
Inherited from
الطرائق
getSpecObject()
getSpecObject(): Promise<Spec>;محددة في: packages/runtime/src/decorators/specPath.ts:44
العودة
Promise<Spec>
getSpecString()
getSpecString(format): Promise<string>;محددة في: packages/runtime/src/decorators/specPath.ts:45
البارامترات
format
العودة
Promise<string>
