-
Notifications
You must be signed in to change notification settings - Fork 371
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: Pass arguments to http client #554
Conversation
It seems i need to shave some yaks on my side before signing the CLA. Will sign ASAP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this, thank you for adding it @AlexRRR!
Let us know! Everything else looks good :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! I just have a small nitpicky comment regarding typing.
@microsoft-github-policy-service agree company="Adobe" |
Co-authored-by: rdheekonda <[email protected]>
…cessary ones, and related small fixes (Azure#556)
Co-authored-by: rdheekonda <[email protected]>
Co-authored-by: Raja Sekhar Rao Dheekonda <[email protected]> Co-authored-by: rdheekonda <[email protected]> Co-authored-by: Roman Lutz <[email protected]> Co-authored-by: Volkan Kutal <[email protected]> Co-authored-by: rlundeen2 <[email protected]> Co-authored-by: rlundeen2 <[email protected]>
Description
Make
httpx.AsyncClient
configurable by passing the kwargs from the HTTPTarget constructor.Note: I’m not entirely sure about the documentation; I’ve just added a comment in the example.
#553