Structure
HTTPCookies
A collection of
HTTPCookies.struct HTTPCookies
Topics
Structures
struct ValueA single cookie (key/value pair).
Initializers
init()Creates an emptyHTTPCookiesinit(dictionaryLiteral: (String, HTTPCookies.Value)...)SeeExpressibleByDictionaryLiteral.
Instance Properties
var all: [String : HTTPCookies.Value]All cookies.
Subscripts
subscript(String) -> HTTPCookies.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