cookie_store icon indicating copy to clipboard operation
cookie_store copied to clipboard

An implementation of RFC6265

Results 3 cookie_store issues
Sort by recently updated
recently updated
newest added

I start to get breaking CI with when use [packages that use cookie-store](https://github.com/algesten/ureq/issues/647) ```toml ureq = { version = "2.7.1", features = ["default", "json", "charset", "cookies"] } ``` With error:...

As discussing in [this reqwest](https://github.com/seanmonstar/reqwest/pull/1449) issue, the transitive dependency on the `time` crate causes issues when targeting `wasm`. The upstream `cookie-rs` crate has a dependency here as well, so supporting...

This is the general idea. I can make load generic like I did with save. With a struct that implements Serialize and Deserialize it is easy to add other implementations...