The allHeaderFields in
public class NSHTTPURLResponse : NSURLResponse {
[...]
public let allHeaderFields: [NSObject : AnyObject]
}should have been [String : String] The initialiser has the correct [String : String] type, though. Somehow Apple missed this in their API, too. What's the procedure to get this changed / fixed? /Daniel _______________________________________________ swift-corelibs-dev mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
