nestjs-http-client
v1.0.3
Published
An http client module for NestJS. It is a wrapper around axios. It provides a simple way to make http requests in your NestJS application. It supports both synchronous and asynchronous requests. It also supports interceptors and request/response transform
Downloads
3
Readme
NestJS Http Client
Description
An http client module for NestJS. It is a wrapper around axios. It provides a simple way to make http requests in your NestJS application.
Features
- supports both synchronous and asynchronous requests
- supports interceptors and request/response transformers
- supports request cancellation.
Installation
npm i nestjs-http-client
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
License
This library is MIT licensed.