Structure
HTTPCookies
A collection of
HTTPCookies.struct HTTPCookies
Topics
Structures
struct ValueA single cookie (key/value pair).
Initializers
init()Creates an emptyHTTPCookies.init(dictionaryLiteral: (String, Value)...)
Instance Properties
var all: [String : Value]All cookies.
Subscripts
subscript(String) -> Value?AccessHTTPCookiesby name
Enumerations
enum SameSitePolicyA cookie which can only be sent in requests originating from the same origin as the target domain.
Relationships
Conforms To
Swift.ExpressibleByDictionaryLiteralSwift.SendableSwift.SendableMetatype