Add configuration options #2
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The general pattern for http4s clients is to have a builder, and use that to create the client.
That pattern will not work here, because the client is constructed for us by the runtime. Therefore a config data class
CurlClientConfig
would be the way to do this. It would be similar in spirit toIORuntimeConfig
in that it should be possible to override inCurlApp
.There's some fun to scope out the various curl configuration options. There's also the question of client-level config vs request-level config, which we can expose with an attribute.
The text was updated successfully, but these errors were encountered: