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
{{ message }}
This repository was archived by the owner on Apr 4, 2022. It is now read-only.
I noticed that here the headers are applied in reverse order.
This may well have further reaching implications, but it seems to do the wrong (or at least an unexpected) thing in the following scenario
importscalaj.http._Http("http://user.agent").header("User-Agent", "i-expect-this-to-override-the-default")
// the User-Agent the server receives will still be the default (scalaj-http/1.0)