Skip to content

Commit af6e82e

Browse files
committed
Update README.md
1 parent 49140ca commit af6e82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Network layer for creating different requests like GET, POST, PUT, DELETE etc cu
77

88
## Features
99
- [x] Multiplatform
10-
- [x] Set up amount of attempts if request fails with "Exponential backoff strategy". 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.
1111
- [x] Stand alone package without any dependencies using just Apple's facilities
1212
- [x] Customizable for different requests schemes from classic **CRUD Rest** to what suits to you
1313
- [x] Customizable in term of session

0 commit comments

Comments
 (0)