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

Use IntoFuture for test RequestBuilder #2470

Merged
merged 1 commit into from
Dec 30, 2023

Conversation

davidpdrsn
Copy link
Member

So we can do client.get("...").await instead of client.get("...").send().await.

So we can do `client.get("...").await` instead of `client.get("...").send().await`.
@davidpdrsn davidpdrsn added the C-cleanup Category: PRs that clean code up or issues documenting cleanup. label Dec 30, 2023
@davidpdrsn davidpdrsn requested a review from jplatte December 30, 2023 17:19
@davidpdrsn davidpdrsn enabled auto-merge (squash) December 30, 2023 17:20
@davidpdrsn davidpdrsn merged commit 7ea7e9f into main Dec 30, 2023
18 checks passed
@davidpdrsn davidpdrsn deleted the david/test-request-into-future branch December 30, 2023 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants