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

Add support for custom domain name resolvers #40

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    6b376c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Wrap hyper's GaiResolver in a newtype

    This allows to implement the Default trait for the GaiResolver.
    Using this newtype instead of hyper's GaiResolver permits to have a
    uniform interface where RestClient/Builder require for resolver
    types to implement the Default trait for internal default resolver
    construction.
    2000andrea authored and AquilaIrreale committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b958711 View commit details
    Browse the repository at this point in the history
  2. Restore client creation backwards-compatibility

    Only provide RestClient::new and new_blocking for
    RestClient<GaiResolver>
    AquilaIrreale committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c934c0a View commit details
    Browse the repository at this point in the history