Skip to content

Commit

Permalink
test: enhance coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Aug 9, 2021
1 parent 456b13a commit d4a7f10
Show file tree
Hide file tree
Showing 11 changed files with 856 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ A modern and light Node.js http client 🐢🚀. The package is inspired by luke
- Automatically handles JSON requests and responses.
- Includes aliases for common HTTP verbs: `get`, `post`, `put`, `patch`, and `del`.
- Able to automatically detect domains and paths to assign the right Agent (use a LRU cache to avoid repetitive computation).
- [**WIP**] Allows to use an accurate rate-limiter like `p-ratelimit`.
- [**WIP**] Built-in retry mechanism with **custom policies**.
- Allows to use an accurate rate-limiter like `p-ratelimit`.
- Built-in retry mechanism with **custom policies**.

Thanks to undici:

Expand Down
Loading

0 comments on commit d4a7f10

Please sign in to comment.