Skip to content

Commit 3797309

Browse files
committed
Update README.md
1 parent 7bb8563 commit 3797309

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,8 +7,8 @@ Network layer for running requests like GET, POST, PUT, DELETE etc customizable
77

88
## Features
99
- [x] Multiplatform
10-
- [x] Set up amount of attempts(retry) with **"Exponential backoff"** strategy if request fails. Exponential backoff is a strategy in which you increase the delays between retries.
1110
- [x] Stand alone package without any dependencies using just Apple's facilities
11+
- [x] Set up amount of attempts(retry) with **"Exponential backoff"** strategy if request fails. Exponential backoff is a strategy in which you increase the delays between retries.
1212
- [x] Customizable for different requests schemes from classic **CRUD Rest** to what suits to you
1313
- [x] Customizable in term of URLSession
1414
- [x] Customizable in terms of URLSessionTaskDelegate, URLSessionDelegate

0 commit comments

Comments
 (0)