Skip to content

Commit

Permalink
Merge pull request #63 from daniel-vera-g/request-deprecated
Browse files Browse the repository at this point in the history
Removed request(deprecated) as alternative  to superagent.
  • Loading branch information
azat-co authored Apr 25, 2022
2 parents e956596 + 879b3ec commit b169349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chapter3/chapter3.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ First, let's copy the Hello World project. It will serve as a foundation for

- `axios` (<https://npmjs.org/package/axios>): A promise and async/await-based library, which works both in Node and browsers (recommended)
- `node-fetch` (<https://npmjs.org/package/node-fetch>): A port of a native Fetch API from ECMAScript and browsers, which works universally in Node and browsers
- `request` (<https://npmjs.org/package/request>): A versatile HTTP agent and one of the most downloaded and dependents upon npm module
- `http`: A core module, which clunky and very low level
- `supertest` (<https://npmjs.org/package/supertest>): A superagent-based assertions library

Expand Down

0 comments on commit b169349

Please sign in to comment.