
Http::cookiejar implements a minimalist http user agent cookie jar in conformance with rfc 6265|http://tools.ietf.org/html/rfc6265.
unlike the commonly used http::cookies module, this module does not require use of http::request and http::response objects. an lwp-compatible adapter is available as http::cookiejar::lwp.