Skip to content

Upgrade to Faraday 2 #366

@olleolleolle

Description

@olleolleolle

The http client uses not much in terms of middlware, and the default adapter. It uses the ancient form of basic_auth, but that can be changed (see the upgrade notes in Faraday's repo).

You can find the code here:

client = Faraday.new(upstream.to_s) do |config|

Faraday's also mentioned in the tests, so you can run some specs, and perhaps modify them, if needed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions