Parsing of cookies.
Functions
from_file(filename)
from_file
Parse cookie data from a text file in HTTP header format.
from_headers(strheader)
from_headers
Parse cookie data from a string in HTTP header (RFC 2616) format.
list of tuples (headers, scheme, host, path)
list of cookies
ValueError for incomplete or invalid data