eed3si9n / gigahorse

Gigahorse is an HTTP client for Scala with multiple backend support.
http://eed3si9n.com/gigahorse
Apache License 2.0
121 stars 25 forks source link

add original + shaded configuration properties #55

Closed jtjeferreira closed 6 years ago

jtjeferreira commented 6 years ago

The same problem and solution as described in https://github.com/playframework/play-ws/pull/149:

completely replacing the configuration properties resulted in errors when users where using the unshaded AHC-Client in their applications together with play-ws. As a workaround we take the original properties and add our own properties to the file. This way, the unshaded client still finds its properties while our own version can be configured independently