UNPKG

nestjs-http-promise

Version:

promise implementation of nestjs http module with retries feature using axios-retry and axios

4 lines (3 loc) 120 B
export { HttpService } from './http.service'; export { HttpModule } from './http.module'; export * from './interfaces';