Skip to content

Finch support

lain requested to merge finch into develop

Makes it possible to use Finch as the HTTP client. Put config :tesla, :adapter, {Tesla.Adapter.Finch, name: MyFinch} into your secret.exs to try it out.

Contains updates to some libraries that were all updated to use nimble_pool 0.2, because finch needs it.

Edited by lain

Merge request reports