StructureFoundationNetworking5.9.0
HTTPCookiePropertyKey
struct HTTPCookiePropertyKey
Citizens in FoundationNetworking
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
Members
init(String
) init(rawValue: String
) static let comment: HTTPCookiePropertyKey
Key for cookie comment text
static let commentURL: HTTPCookiePropertyKey
Key for cookie comment URL
static let discard: HTTPCookiePropertyKey
Key for cookie discard (session-only) flag
static let domain: HTTPCookiePropertyKey
Key for cookie domain
static let expires: HTTPCookiePropertyKey
Key for cookie expiration date
static let maximumAge: HTTPCookiePropertyKey
Key for cookie maximum age (an alternate way of specifying the expiration)
static let name: HTTPCookiePropertyKey
Key for cookie name
static let originURL: HTTPCookiePropertyKey
Key for cookie origin URL
static let path: HTTPCookiePropertyKey
Key for cookie path
static let port: HTTPCookiePropertyKey
Key for cookie ports
static let secure: HTTPCookiePropertyKey
Key for cookie secure flag
static let value: HTTPCookiePropertyKey
Key for cookie value
static let version: HTTPCookiePropertyKey
Key for cookie version
var rawValue: String