Browse Source

Updated the public docstring on the download method to be more accurate.

Christian Noon 10 years ago
parent
commit
ca578110df
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Source/Download.swift

+ 3 - 1
Source/Download.swift

@@ -62,7 +62,9 @@ extension Manager {
     // MARK: Request
 
     /**
-        Creates a download request using the shared manager instance for the specified method and URL string.
+        Creates a download request for the specified method, URL string, headers and destination.
+
+        If `startRequestsImmediately` is `true`, the request will have `resume()` called before being returned.
 
         - parameter method:      The HTTP method.
         - parameter URLString:   The URL string.