Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rpc): expose reqwest client #1421

Merged
merged 3 commits into from
May 29, 2024

Commits on May 18, 2024

  1. feat(rpc): expose reqwest client

    Previously, the reqwest client for HttpClient would be unconditionally built
    by the internal builder, meaning that useful middleware such as tower could
    not be applied.
    
    This commits adds two ways to create the HttpClient with a custom reqwest::Client,
    either through new_from_parts, or using the builder.
    KaiserKarel committed May 18, 2024
    Configuration menu
    Copy the full SHA
    4c8abd5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    00985d7 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    romac committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d4c1329 View commit details
    Browse the repository at this point in the history