-
Notifications
You must be signed in to change notification settings - Fork 338
Added HttpxAsyncClient
wrapper for httpx.AsyncClient
and support for send_each_for_multicast_async()
#878
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
Merged
Merged
Added HttpxAsyncClient
wrapper for httpx.AsyncClient
and support for send_each_for_multicast_async()
#878
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
4c3a6d9
Refactored retry config to `_retry.py` and added support for backoff …
jonathanedey 1c4c844
Added unit tests for `_retry.py`
jonathanedey b3aba37
Updated unit tests for HTTPX request errors
jonathanedey 2f7c3fa
Add HttpxAsyncClient to wrap httpx.AsyncClient
jonathanedey a873a17
Merge branch 'je-httpx-retry' into je-http2-client
jonathanedey 1be3393
Added forced refresh to google auth credential flow and fixed lint
jonathanedey e5ad5c5
Added unit tests for `GoogleAuthCredentialFlow` and `HttpxAsyncClient`
jonathanedey 2df6ed5
Removed duplicate export
jonathanedey 4f2a912
Added support for `send_each_for_multicast_async()` and updated doc s…
jonathanedey c4b0673
Remove duplicate auth class
jonathanedey 3aba1d7
Cover auth request error case when `requests` request fails in HTTPX …
jonathanedey 4e49722
Update test for `send_each_for_multicast_async()`
jonathanedey 0b976cb
Address review comments
jonathanedey a294e22
Merge branch 'je-httpx-retry' into je-http2-client
jonathanedey ece43fc
Merge branch 'fcm-http2' into je-http2-client
jonathanedey f4a3931
fix lint and some types
jonathanedey a5aa585
Address review comments and removed unused code
jonathanedey 1eab897
Merge branch 'fcm-http2' into je-http2-client
jonathanedey 2b8683c
Update metric header test logic for `TestHttpxAsyncClient`
jonathanedey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.