Skip to content

Commit 05e5e07

Browse files
committed
Update README.md
1 parent 6eaf0eb commit 05e5e07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Network layer for running requests like GET, POST, PUT, DELETE etc customizable
77

88
## Features
99
- [x] Multiplatform
10+
- [x] You have fasttrack functions to make requests immediately by url or build the infrastructure configuration that suits you
1011
- [x] Stand alone package without any dependencies using just Apple's facilities
1112
- [x] Set up amount of attempts(retry) with **"Exponential backoff"** or **"Constant backoff"** strategy if request fails. Exponential backoff is a strategy in which you increase the delays between retries. Constant backoff is a strategy when delay between retries is a constant value
1213
- [x] Customizable for different requests schemes from classic **CRUD Rest** to what suits to you

0 commit comments

Comments
 (0)