singletonConfiguration

The Configuration for shared which tries to mimic the platform’s default or prevalent browser as closely as possible.

Configuration+BrowserLike.swift:32
static var singletonConfiguration: HTTPClient.Configuration { get }

Don’t rely on specific values of this configuration as they’re subject to change. You can rely on them being somewhat sensible though.

Platform’s default/prevalent browsers that we’re trying to match (these might change over time):

  • macOS: Safari

  • iOS: Safari

  • Android: Google Chrome

  • Linux (non-Android): Google Chrome