You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some extra fields/parsing requirements user_agent uses (access timestamps, etc.), that may not be appropriate for upstreaming. Furthermore, cookie-rs strives to be no allocation where possible, which may be at odds with some of the normalization/canonicalization steps taken in user_agent.
However, maybe moving some fields to a more aptly named CookieMetadata or similar struct, containing a cookie::Cookie might make sense.
The text was updated successfully, but these errors were encountered:
There are some extra fields/parsing requirements
user_agent
uses (access timestamps, etc.), that may not be appropriate for upstreaming. Furthermore,cookie-rs
strives to be no allocation where possible, which may be at odds with some of the normalization/canonicalization steps taken inuser_agent
.However, maybe moving some fields to a more aptly named
CookieMetadata
or similar struct, containing acookie::Cookie
might make sense.The text was updated successfully, but these errors were encountered: