Got: Add readme FAQ on how Got is better than `node-fetch` and `request`

Created on 6 Aug 2018  ยท  2Comments  ยท  Source: sindresorhus/got

Most helpful comment

please verify before publish

| | got | request | node-fetch | axios |
|-----------------------|:-------:|:---------:|:------------:|:-------:|
| HTTP/2 support | โœ– | โœ– | โœ– | โœ– |
| Promise API | โœ” | โœ” | โœ” | โœ” |
| Stream API | โœ” | โœ” | โœ– | โœ– |
| Request cancelation | โœ” | โœ– | โœ– | โœ” |
| RFC compliant caching | โœ” | โœ– | โœ– | โœ– |
| Follows redirects | โœ” | โœ” | โœ” | โœ” |
| Retries on failure | โœ” | โœ– | โœ– | โœ– |
| Progress events | โœ” | โœ– | โœ– | โœ” |
| Handles gzip/deflate | โœ” | โœ” | โœ” | โœ” |
| Advanced timeouts | โœ” | โœ– | โœ– | โœ– |
| Errors with metadata | โœ” | โœ– | โœ– | โœ” |
| JSON mode | โœ” | โœ– | โœ– | โœ” |
| Custom defaults | โœ” | โœ” | โœ– | โœ” |
| Composable | โœ” | โœ– | โœ– | โœ– |
| Hooks | โœ” | โœ– | โœ– | โœ” |
| Issues open | | | | |
| Issues closed | | | | |
| Downloads | | | | |
| Coverage | | | | |
| Build | | | | |
| Dependents | | | | |
| Install size | | | | |







All 2 comments

Definitely add Axios to the compare list!

please verify before publish

| | got | request | node-fetch | axios |
|-----------------------|:-------:|:---------:|:------------:|:-------:|
| HTTP/2 support | โœ– | โœ– | โœ– | โœ– |
| Promise API | โœ” | โœ” | โœ” | โœ” |
| Stream API | โœ” | โœ” | โœ– | โœ– |
| Request cancelation | โœ” | โœ– | โœ– | โœ” |
| RFC compliant caching | โœ” | โœ– | โœ– | โœ– |
| Follows redirects | โœ” | โœ” | โœ” | โœ” |
| Retries on failure | โœ” | โœ– | โœ– | โœ– |
| Progress events | โœ” | โœ– | โœ– | โœ” |
| Handles gzip/deflate | โœ” | โœ” | โœ” | โœ” |
| Advanced timeouts | โœ” | โœ– | โœ– | โœ– |
| Errors with metadata | โœ” | โœ– | โœ– | โœ” |
| JSON mode | โœ” | โœ– | โœ– | โœ” |
| Custom defaults | โœ” | โœ” | โœ– | โœ” |
| Composable | โœ” | โœ– | โœ– | โœ– |
| Hooks | โœ” | โœ– | โœ– | โœ” |
| Issues open | | | | |
| Issues closed | | | | |
| Downloads | | | | |
| Coverage | | | | |
| Build | | | | |
| Dependents | | | | |
| Install size | | | | |







Was this page helpful?
0 / 5 - 0 ratings

Related issues

sindresorhus picture sindresorhus  ยท  3Comments

erfanium picture erfanium  ยท  3Comments

alanzhaonys picture alanzhaonys  ยท  4Comments

dominusmars picture dominusmars  ยท  3Comments

jamestalmage picture jamestalmage  ยท  3Comments