Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Nov 16, 2023
1 parent a26bb88 commit 0dbad55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ This project is inspired from:

## 🌟 Feature

- Cache suitable `Request`-`Response`s to reduce network usage and response time.
- Retry on failure requests, obey the response header `Retry-After` or a fallback random-able interval.
- Simplify paginate requests.
- Ability to cache suitable `Request`-`Response`s to reduce network usage and response time.
- Automatically retry on failure requests, preferentially obey the response header `Retry-After`.
- Redirect fine control.
- Simplify URL paginate requests.

## 🔰 Begin

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
| **Versions** | **Status** | **🔵 Date** | **🟢 Date** | **🔴 Date** | **Target - Deno** |
|:-:|:-:|:-:|:-:|:-:|:-:|
| v0.3.X | 🟤 | *Pending* | *N/A* | *N/A* | >= v1.35.0 |
| v0.2.X | 🔵 | 2023-09-08 | *N/A* | *Unknown* | >= v1.35.0 |
| v0.3.X | 🔵 | 2023-11-16 | *N/A* | *Unknown* | >= v1.35.0 |
| v0.2.X | 🟠 | 2023-09-08 | *N/A* | 2023-12-01 | >= v1.35.0 |
| v0.1.X | 🔴 | 2023-08-05 | *N/A* | 2023-09-10 | >= v1.35.0 |

> **ℹ️ Notice:**
Expand Down

0 comments on commit 0dbad55

Please sign in to comment.