Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Mar 28, 2015
1 parent 913b964 commit 7da1cb0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
Features
-----

- multiple files (parallel, serial)
- uploading/downloading multiple files concurrently or sequentially
- background uploads and downloads
- progress tracking
- retry
- timeout
- header settings
- supports progress tracking (single task and group tasks)
- retry, timeout
- resume, pause, cancel
- header configurable
- parameters


**Quick example**
Expand Down Expand Up @@ -99,7 +100,7 @@ task.retry

func application(application: UIApplication, handleEventsForBackgroundURLSession identifier: String, completionHandler: () -> Void) {
Transporter.handleEventsForBackgroundURLSection(identifier, completionHandler: completionHandler)
}
}


// Transporter configurations
Expand Down

0 comments on commit 7da1cb0

Please sign in to comment.