Skip to content

Commit 008ce84

Browse files
committed
Update README.md
1 parent 541af5a commit 008ce84

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
@@ -10,7 +10,7 @@ Network layer for running requests like GET, POST, PUT, DELETE etc customizable
1010
- [x] Stand alone package without any dependencies using just Apple's facilities
1111
- [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
1212
- [x] Customizable for different requests schemes from classic **CRUD Rest** to what suits to you
13-
- [x] Customizable in term of URLSession
13+
- [x] Customizable in terms of URLSession
1414
- [x] Customizable in terms of URLSessionTaskDelegate, URLSessionDelegate
1515
- [x] Based on interfaces not implementations
1616
- [x] Customizable with coders You can easily change format from json to xml or text just changing the coder

0 commit comments

Comments
 (0)