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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Network layer for creating different requests like GET, POST, PUT, DELETE etc cu
7
7
8
8
## Features
9
9
-[x] Multiplatform
10
-
-[x] Set up amount of attempts if request fails with "Exponential backoffstrategy". Exponential backoff is a strategy in which you increase the delays between retries.
10
+
-[x] Set up amount of attempts with **"Exponential backoff"**strategy if request fails. Exponential backoff is a strategy in which you increase the delays between retries.
11
11
-[x] Stand alone package without any dependencies using just Apple's facilities
12
12
-[x] Customizable for different requests schemes from classic **CRUD Rest** to what suits to you
0 commit comments