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 blocking client #52

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add blocking client #52

wants to merge 4 commits into from

Commits on Aug 24, 2023

  1. Implement blocking client

    This adds the sync HTTP client [ureq](https://lib.rs/ureq) as well as
    [maybe-async](https://lib.rs/maybe-async) for conditional compilation.
    
    You can now use a blocking client by setting the `blocking` feature
    flag.
    bahlo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4a6f49a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9b4967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89f03ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d1d718 View commit details
    Browse the repository at this point in the history