NestJS - Interceptors
Which of the following is the correct syntax to create a basic TimeoutInterceptor class in NestJS?
Which of the following is the correct syntax to create a basic TimeoutInterceptor class in NestJS?
NestInterceptor and have intercept(context, next) method.next.handle().pipe(timeout(5000)) to apply timeout.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions