URLSession
E427884
URLSession is Apple’s networking API for performing HTTP and other URL-based data transfers in iOS, macOS, and related platforms.
All labels observed (2)
| Label | Occurrences |
|---|---|
| NSURLSession | 1 |
| URLSession canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T4275592 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: URLSession Context triple: [Combine, integratesWith, URLSession]
-
A.
UIKit
UIKit is Apple’s primary user interface framework for building and managing iOS app UIs, handling views, controls, event handling, and application infrastructure.
-
B.
Today at Apple sessions
Today at Apple sessions are free, in-store educational workshops and creative programs offered by Apple to help people learn and get more from their Apple devices and creative tools.
-
C.
AppleTalk Session Protocol
AppleTalk Session Protocol is a higher-level AppleTalk networking component that manages and maintains communication sessions between devices in Apple’s classic Macintosh networking environment.
-
D.
Grand Central Dispatch
Grand Central Dispatch is Apple's low-level concurrency and task scheduling framework used to efficiently manage parallel execution of code on macOS, iOS, and other Darwin-based systems.
-
E.
Core Location
Core Location is an Apple framework that provides location and heading services to apps, enabling them to determine a device’s geographic position and related location data.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: URLSession Target entity description: URLSession is Apple’s networking API for performing HTTP and other URL-based data transfers in iOS, macOS, and related platforms.
-
A.
UIKit
UIKit is Apple’s primary user interface framework for building and managing iOS app UIs, handling views, controls, event handling, and application infrastructure.
-
B.
Today at Apple sessions
Today at Apple sessions are free, in-store educational workshops and creative programs offered by Apple to help people learn and get more from their Apple devices and creative tools.
-
C.
AppleTalk Session Protocol
AppleTalk Session Protocol is a higher-level AppleTalk networking component that manages and maintains communication sessions between devices in Apple’s classic Macintosh networking environment.
-
D.
Grand Central Dispatch
Grand Central Dispatch is Apple's low-level concurrency and task scheduling framework used to efficiently manage parallel execution of code on macOS, iOS, and other Darwin-based systems.
-
E.
Core Location
Core Location is an Apple framework that provides location and heading services to apps, enabling them to determine a device’s geographic position and related location data.
- F. None of above. chosen
Statements (96)
| Predicate | Object |
|---|---|
| instanceOf |
Foundation framework API
ⓘ
class ⓘ networking API ⓘ |
| conformsTo | Sendable ⓘ |
| createsWith |
URLSessionConfiguration.background(withIdentifier:)
ⓘ
URLSessionConfiguration.default ⓘ URLSessionConfiguration.ephemeral ⓘ |
| definedIn | Foundation framework NERFINISHED ⓘ |
| documentationURL | https://developer.apple.com/documentation/foundation/urlsession ⓘ |
| hasComponent |
URLSessionConfiguration
NERFINISHED
ⓘ
URLSessionDataDelegate NERFINISHED ⓘ URLSessionDataTask NERFINISHED ⓘ URLSessionDelegate NERFINISHED ⓘ URLSessionDownloadDelegate NERFINISHED ⓘ URLSessionDownloadTask NERFINISHED ⓘ URLSessionStreamDelegate NERFINISHED ⓘ URLSessionStreamTask NERFINISHED ⓘ URLSessionTask NERFINISHED ⓘ URLSessionTaskDelegate NERFINISHED ⓘ URLSessionUploadTask NERFINISHED ⓘ URLSessionWebSocketDelegate ⓘ URLSessionWebSocketTask NERFINISHED ⓘ |
| hasConfigurationType |
background session configuration
ⓘ
default session configuration ⓘ ephemeral session configuration ⓘ |
| hasInitializer | shared singleton session ⓘ |
| hasMethod |
dataTask(with:)
ⓘ
dataTask(with:completionHandler:) ⓘ downloadTask(with:completionHandler:) ⓘ finishTasksAndInvalidate() ⓘ invalidateAndCancel() ⓘ streamTask(withHostName:port:) ⓘ uploadTask(with:from:completionHandler:) ⓘ webSocketTask(with:) ⓘ |
| hasProperty | shared ⓘ |
| introducedBy | Apple NERFINISHED ⓘ |
| language |
Objective-C
NERFINISHED
ⓘ
Swift NERFINISHED ⓘ |
| module | Foundation NERFINISHED ⓘ |
| platform |
iOS
ⓘ
macOS ⓘ tvOS NERFINISHED ⓘ visionOS NERFINISHED ⓘ watchOS NERFINISHED ⓘ |
| primaryPurpose | performing URL-based network data transfers ⓘ |
| replaces | NSURLConnection NERFINISHED ⓘ |
| supportsAuthenticationMethod |
HTTP basic authentication
ⓘ
HTTP digest authentication ⓘ client certificate authentication ⓘ server trust evaluation ⓘ |
| supportsBackgroundExecution | yes ⓘ |
| supportsFeature |
HTTP additional headers configuration
ⓘ
HTTP cookie accept policy configuration ⓘ HTTP maximum connections per host configuration ⓘ HTTP pipelining (via configuration) ⓘ TLS/SSL ⓘ WebSocket tasks (URLSessionWebSocketTask) NERFINISHED ⓘ authentication and credential handling ⓘ background transfers ⓘ caching ⓘ cellular vs Wi-Fi control ⓘ cookie storage ⓘ data tasks ⓘ discretionary background transfers ⓘ download tasks ⓘ multipath TCP (on supported platforms) ⓘ multipathServiceType ⓘ network service type configuration ⓘ proxy configuration ⓘ request timeout configuration ⓘ resource timeout configuration ⓘ stream tasks ⓘ upload tasks ⓘ waitsForConnectivity ⓘ |
| supportsMetrics | URLSessionTaskMetrics NERFINISHED ⓘ |
| supportsOS |
iOS 7 and later
ⓘ
macOS 10.9 and later ⓘ |
| supportsProtocol |
FTP
NERFINISHED
ⓘ
HTTP ⓘ HTTPS ⓘ custom URL schemes (via protocol handlers) ⓘ file URL ⓘ |
| supportsResumingDownloads | yes ⓘ |
| supportsSecurityFeature |
App Transport Security (ATS) policies
ⓘ
TLS minimum and maximum protocol versions ⓘ custom trust evaluation via delegate ⓘ |
| threadingModel |
callbacks on delegate queues
ⓘ
completion handlers on specified queues ⓘ |
| usedFor |
REST API calls
ⓘ
WebSocket communication ⓘ file downloads ⓘ file uploads ⓘ streaming data over the network ⓘ |
| usesPattern |
async-await APIs (in Swift)
ⓘ
completion-handler-based APIs ⓘ delegate-based callbacks ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: URLSession Description of subject: URLSession is Apple’s networking API for performing HTTP and other URL-based data transfers in iOS, macOS, and related platforms.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.
this entity surface form:
NSURLSession