- [x] I have looked for existing issues (including closed) about this ## Feature Request ### Motivation Cookie Name Prefixes is defined in the draft [RFC6265bis](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-4.1.3) ([HTTP WG draft](https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#section-4.1.3)). It is supported by all modern browsers: https://caniuse.com/mdn-http_headers_set-cookie_cookie_prefixes ### Proposal `cookie` has https://docs.rs/cookie/latest/cookie/prefix/struct.PrefixedJar.html - can it be used somehow? ### Alternatives Manually doing all this is error prone...