Closed
Description
We should add a
extension HTTPClient.Configuration {
public static var browserLike: Self {
...
}
}
which should return an evolving configuration that's always as close as possible to the platform's default/dominant browser.
Yes, AHC can't do everything that a browser can, but we can get as close as possible.