浏览代码

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

Christian Noon 10 年之前
父节点
当前提交
ca578110df
共有 1 个文件被更改,包括 3 次插入1 次删除
  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.