|
__init__(self,
expiry,
data,
dough,
mac) |
|
|
|
expiry(self)
Return the cookie's expiry time. |
|
|
|
data(self)
Return the data portion of the cookie. |
|
|
|
mac(self)
Return the cookie's MAC. |
|
|
|
output(self)
Return the cookie's output in "Set-Cookie" format. |
|
|
|
value(self)
Return the cookie's output minus the "Set-Cookie: "
portion. |
|
|
|
isExpired(self)
Return 1 if the cookie has expired, 0 otherwise. |
|
|
|
|
|
|