Skip to content

Commit 9a827d7

Browse files
committed
Update README.md.
1 parent 68eef48 commit 9a827d7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ STNetTaskQueue is a networking queue library for iOS and OS X. It's abstract and
33

44
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.
55

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+
612
## STHTTPNetTaskQueueHandler
713

814
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

Comments
 (0)