|
11 | 11 | @const NSHTTPCookieName
|
12 | 12 | @discussion Key for cookie name
|
13 | 13 | */
|
14 |
| -public let NSHTTPCookieName: String = "NSHTTPCookieName" |
| 14 | +public let NSHTTPCookieName: String = "Name" |
15 | 15 |
|
16 | 16 | /*!
|
17 | 17 | @const NSHTTPCookieValue
|
18 | 18 | @discussion Key for cookie value
|
19 | 19 | */
|
20 |
| -public let NSHTTPCookieValue: String = "NSHTTPCookieValue" |
| 20 | +public let NSHTTPCookieValue: String = "Value" |
21 | 21 |
|
22 | 22 | /*!
|
23 | 23 | @const NSHTTPCookieOriginURL
|
24 | 24 | @discussion Key for cookie origin URL
|
25 | 25 | */
|
26 |
| -public let NSHTTPCookieOriginURL: String = "NSHTTPCookieOriginURL" |
| 26 | +public let NSHTTPCookieOriginURL: String = "OriginURL" |
27 | 27 |
|
28 | 28 | /*!
|
29 | 29 | @const NSHTTPCookieVersion
|
30 | 30 | @discussion Key for cookie version
|
31 | 31 | */
|
32 |
| -public let NSHTTPCookieVersion: String = "NSHTTPCookieVersion" |
| 32 | +public let NSHTTPCookieVersion: String = "Version" |
33 | 33 |
|
34 | 34 | /*!
|
35 | 35 | @const NSHTTPCookieDomain
|
36 | 36 | @discussion Key for cookie domain
|
37 | 37 | */
|
38 |
| -public let NSHTTPCookieDomain: String = "NSHTTPCookieDomain" |
| 38 | +public let NSHTTPCookieDomain: String = "Domain" |
39 | 39 |
|
40 | 40 | /*!
|
41 | 41 | @const NSHTTPCookiePath
|
42 | 42 | @discussion Key for cookie path
|
43 | 43 | */
|
44 |
| -public let NSHTTPCookiePath: String = "NSHTTPCookiePath" |
| 44 | +public let NSHTTPCookiePath: String = "Path" |
45 | 45 |
|
46 | 46 | /*!
|
47 | 47 | @const NSHTTPCookieSecure
|
48 | 48 | @discussion Key for cookie secure flag
|
49 | 49 | */
|
50 |
| -public let NSHTTPCookieSecure: String = "NSHTTPCookieSecure" |
| 50 | +public let NSHTTPCookieSecure: String = "Secure" |
51 | 51 |
|
52 | 52 | /*!
|
53 | 53 | @const NSHTTPCookieExpires
|
54 | 54 | @discussion Key for cookie expiration date
|
55 | 55 | */
|
56 |
| -public let NSHTTPCookieExpires: String = "NSHTTPCookieExpires" |
| 56 | +public let NSHTTPCookieExpires: String = "Expires" |
57 | 57 |
|
58 | 58 | /*!
|
59 | 59 | @const NSHTTPCookieComment
|
60 | 60 | @discussion Key for cookie comment text
|
61 | 61 | */
|
62 |
| -public let NSHTTPCookieComment: String = "NSHTTPCookieComment" |
| 62 | +public let NSHTTPCookieComment: String = "Comment" |
63 | 63 |
|
64 | 64 | /*!
|
65 | 65 | @const NSHTTPCookieCommentURL
|
66 | 66 | @discussion Key for cookie comment URL
|
67 | 67 | */
|
68 |
| -public let NSHTTPCookieCommentURL: String = "NSHTTPCookieCommentURL" |
| 68 | +public let NSHTTPCookieCommentURL: String = "CommentURL" |
69 | 69 |
|
70 | 70 | /*!
|
71 | 71 | @const NSHTTPCookieDiscard
|
72 | 72 | @discussion Key for cookie discard (session-only) flag
|
73 | 73 | */
|
74 |
| -public let NSHTTPCookieDiscard: String = "NSHTTPCookieDiscard" |
| 74 | +public let NSHTTPCookieDiscard: String = "Discard" |
75 | 75 |
|
76 | 76 | /*!
|
77 | 77 | @const NSHTTPCookieMaximumAge
|
78 | 78 | @discussion Key for cookie maximum age (an alternate way of specifying the expiration)
|
79 | 79 | */
|
80 |
| -public let NSHTTPCookieMaximumAge: String = "NSHTTPCookieMaximumAge" |
| 80 | +public let NSHTTPCookieMaximumAge: String = "Max-Age" |
81 | 81 |
|
82 | 82 | /*!
|
83 | 83 | @const NSHTTPCookiePort
|
84 | 84 | @discussion Key for cookie ports
|
85 | 85 | */
|
86 |
| -public let NSHTTPCookiePort: String = "NSHTTPCookiePort" |
| 86 | +public let NSHTTPCookiePort: String = "Port" |
87 | 87 |
|
88 | 88 |
|
89 | 89 | /*!
|
|
0 commit comments