Skip to content

Commit 836b865

Browse files
committed
Basic NSURLSession API.
1 parent d1643b5 commit 836b865

26 files changed

+9029
-1071
lines changed

CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
#include <CoreFoundation/CFXMLInterface.h>
2424
#include <CoreFoundation/CFRegularExpression.h>
2525
#include <CoreFoundation/CFLogUtilities.h>
26+
#include <CoreFoundation/CFURLSessionInterface.h>
2627
#include <CoreFoundation/ForFoundationOnly.h>
2728
#include <fts.h>
2829

30+
2931
_CF_EXPORT_SCOPE_BEGIN
3032

3133
struct __CFSwiftObject {

CoreFoundation/URL.subproj/CFURLSessionInterface.c

Lines changed: 747 additions & 0 deletions
Large diffs are not rendered by default.

CoreFoundation/URL.subproj/CFURLSessionInterface.h

Lines changed: 748 additions & 0 deletions
Large diffs are not rendered by default.

Foundation.xcodeproj/project.pbxproj

Lines changed: 84 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)