hyper_serde icon indicating copy to clipboard operation
hyper_serde copied to clipboard

Consider serialising Cookie as a struct

Open nox opened this issue 7 years ago • 0 comments

We could serialise Cookie as a struct with the various accessor methods, and deserialise with CookieBuilder. Currently I use the to_string and parse methods.

Cc @seanmonstar @imp

nox avatar Feb 03 '17 21:02 nox