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
HTTP::Response#cookies must return Array<HTTP::Cookies> - not jar.
HTTP::Client#cookies should be either eliminated (IMO that's the best options) or become just a simple way of adding Cookie: header with no magic of cookies concatenation involved.
/cc @httprb/core
The text was updated successfully, but these errors were encountered:
HTTP::Response#cookies
must returnArray<HTTP::Cookies>
- not jar.HTTP::Client#cookies
should be either eliminated (IMO that's the best options) or become just a simple way of addingCookie:
header with no magic of cookies concatenation involved./cc @httprb/core
The text was updated successfully, but these errors were encountered: