Cookie
public struct Cookie : Encodable
extension Cookie: Hashable
extension Cookie: CustomStringConvertible
Undocumented
-
Undocumented
Declaration
Swift
public static let path: String -
Undocumented
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public var value: String -
Undocumented
Declaration
Swift
public var expires: Date? -
Undocumented
Declaration
Swift
public var maxAge: Int? -
Undocumented
Declaration
Swift
public var domain: String? -
Undocumented
Declaration
Swift
public var path: String? -
Undocumented
Declaration
Swift
public var isSecure: Bool -
Undocumented
Declaration
Swift
public var isHTTPOnly: Bool -
Undocumented
Declaration
Swift
public var sameSite: SameSite? -
Undocumented
Declaration
Swift
public init( name: String, value: String, expires: Date? = nil, maxAge: Int? = nil, domain: String? = nil, path: String? = nil, isSecure: Bool = false, isHTTPOnly: Bool = false, sameSite: SameSite? = nil ) -
Undocumented
See moreDeclaration
Swift
public enum OptionName : String, CaseIterable -
Undocumented
See moreDeclaration
Swift
public enum SameSite : String, CaseIterable, Encodable -
Declaration
Swift
public static func == (lhs: Cookie, rhs: Cookie) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher) -
Declaration
Swift
public var description: String { get }
View on GitHub
Install in Dash