You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,9 @@
24
24
25
25
## Description
26
26
27
-
[Axios](https://www.npmjs.com/package/axios) module for [Nest](https://github.com/nestjs/nest) originally published as part of the `@nestjs/common` package. This package is a drop-in replacement for the deprecated (and eventually removed) `HttpModule`.
27
+
[Axios](https://www.npmjs.com/package/axios) module for [Nest](https://github.com/nestjs/nest).
28
+
29
+
The `HttpModule` module exposes Axios-based methods to perform HTTP requests. This library also transforms the resulting HTTP responses into Observables (from [RxJS](https://rxjs.dev)).
0 commit comments