Kaynağa Gözat

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

Christian Noon 10 yıl önce
ebeveyn
işleme
ca578110df
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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.