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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@ STNetTaskQueue is a networking queue library for iOS and OS X. It's abstract and
3
3
4
4
STNetTaskQueue avoid you from directly dealing with "url", "request packing" and "response parsing". All networking tasks are described and processed by subclassing STNetTask, which provides you a clean code style in UI layer when handling networking.
5
5
6
+
## Features
7
+
- Max concurrent tasks count in each STNetTaskQueue.
8
+
- Max retry count for each STNetTask.
9
+
- Net task is cancelable after added to STNetTaskQueue.
10
+
- Multiple delegates for same net task.
11
+
6
12
## STHTTPNetTaskQueueHandler
7
13
8
14
STHTTPNetTaskQueueHandler is a HTTP based implementation of STNetTaskQueueHandler. It provides different ways to pack request and parse response, e.g. STHTTPNetTaskRequestJSON is for JSON format request body, STHTTPNetTaskResponseJSON is for JSON format response data and STHTTPNetTaskRequestFormData is for form data format request body which is mostly used for uploading file.
0 commit comments