CookieConfig
public final class CookieConfig : @unchecked SendableConfiguration for managing cookies in the application.
- 
                  
                  A list of Cookies name that should be persisted to the storage. For cookies that should not be persisted, do not add the cookie name to this list. DeclarationSwift public var persist: [String]
- 
                  
                  In-memory storage for cookies. DeclarationSwift public private(set) var inMemoryStorage: InMemoryCookieStorage { get }
- 
                  
                  Persistent storage for cookies. DeclarationSwift public internal(set) var cookieStorage: StorageDelegate<[CustomHTTPCookie]> { get }
- 
                  
                  Initializes a new instance of CookieConfig.DeclarationSwift public init()
 View on GitHub
            View on GitHub
          