Roman Lytvynov
Results
2
comments of
Roman Lytvynov
@Ayzrian If it helps you, I have solved same problem with interceptor: ```typescript @Injectable() export class AsyncContextMsInterceptor implements NestInterceptor { constructor(private _asyncStorage: AppAsyncLocalStorage) { } intercept(context: ExecutionContext, next: CallHandler): Observable...
Hey, @Ayzrian, totally understand you. Anyway, `preRequest` or something like middleware in http processing will be great feature.