I'm curious if there are any plans to add cookie support to swift-http-types
? There is some support for cookies in async-http-client
here but it might be nice to have this standardized? Foundation also provides HTTPCookie
which may make sense to unify with the async-http-client
implementation?