cookie_store
cookie_store copied to clipboard
An implementation of RFC6265
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...