You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Network layer for running requests like GET, POST, PUT, DELETE etc customizable
7
7
8
8
## Features
9
9
-[x] Multiplatform
10
+
-[x] You have fasttrack functions to make requests immediately by url or build the infrastructure configuration that suits you
10
11
-[x] Stand alone package without any dependencies using just Apple's facilities
11
12
-[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
12
13
-[x] Customizable for different requests schemes from classic **CRUD Rest** to what suits to you
0 commit comments