Structure
HTTPCookies
A collection of
HTTPCookies.struct HTTPCookies
Topics
Structures
HTTPCookies.ValueA single cookie (key/value pair).
Initializers
init()Creates an emptyHTTPCookiesinit(dictionaryLiteral:)SeeExpressibleByDictionaryLiteral.
Instance Properties
allAll cookies.
Subscripts
subscript(_:)AccessHTTPCookiesby name
Enumerations
HTTPCookies.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