EXTENSION
URLSessionConfiguration
public extension URLSessionConfiguration
Properties
haapi
static var haapi: URLSessionConfiguration
Returns an URLSessionConfiguration that is recommended by Curity.
- The timeouts have a default value of 20 seconds. (timeoutIntervalForRequest and timeoutIntervalForResource)
 - The session will wait for connectivity.
 - No URLCache.
 - RequestCachePolicy is set to 
reloadIgnoringLocalAndRemoteCacheData.