فهرست منبع

Adding additional details

Mattt Thompson 11 سال پیش
والد
کامیت
abeb96e34b
1فایلهای تغییر یافته به همراه16 افزوده شده و 0 حذف شده
  1. 16 0
      README.md

+ 16 - 0
README.md

@@ -16,6 +16,16 @@ Of course, AFNetworking remains the premiere networking library available for Ma
 - Progress Closure & NSProgress
 - cURL Debug Output
 
+### Planned for 1.0 Release*
+
+_* Scheduled to coincide with Swift 1.0 release_
+
+- 100% Unit Test Coverage
+- Complete Documentation
+- HTTP Response Validation
+- TLS Chain Validation
+- UIKit / AppKit Extensions
+
 ## Requirements
 
 - Xcode 6
@@ -308,6 +318,12 @@ typealias AF = Alamofire
 AF.request(.GET, "http://httpbin.org/ip")
 ```
 
+### More Complex Use Cases
+
+Much of the functionality described above is provided as a convenience API on top of something more extensible, closer to the Foundation URL Loading System. For more complex usage, such as creating a `NSURLSession` with a custom configuration or passing `NSURLRequest` objects directly, Alamofire provides API that can accommodate that.
+
+See the implementation of the `Alamofire.Manager` and `Alamofire.Request` classes for details on what's possible. Documentation and additional API refinement are forthcoming in future releases.
+
 ---
 
 ## Contact