mizchi/crater-browser-http/cookie_jar does not have a README file
pub(all) struct ParsedCookie {
name : String
value : String
domain : String
path : String
secure : Bool
http_only : Bool
same_site : String
max_age : Int?
expires : String?
} derive(Debug)impl Show for ParsedCookiefn parse_set_cookie(header : String, request_domain : String, request_path : String) -> ParsedCookie?HTTP, cache, cookie, and request sandbox helpers for crater browser
Dependencies