ResponseCookies
@propertyWrapper
public struct ResponseCookies
extension ResponseCookies: Decodable
Undocumented
-
Undocumented
Declaration
Swift
public var wrappedValue: [HTTPCookie]
-
Undocumented
Declaration
Swift
public init(wrappedValue: [HTTPCookie] = [])
-
Declaration
Swift
public init(from decoder: Decoder) throws