-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed as not planned
Labels
kind:featureFeature RequestsFeature Requestsneeds-triagelabel for new issues that we didn't triage yetlabel for new issues that we didn't triage yetpending-responseprovider:httpstaleStale PRs per the .github/workflows/stale.yml policy fileStale PRs per the .github/workflows/stale.yml policy file
Description
Description
the HttpHook currently uses the requests library for HTTP calls.
httpx appears a more modern alternative, boasting support for e.g. http2, async support, and type annotations.
it would be nice if the http hook could perhaps take advantage of these as well.
Use case/motivation
my own immediate use-case was password-protected client certificates, which seem not supported in requests.
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
kind:featureFeature RequestsFeature Requestsneeds-triagelabel for new issues that we didn't triage yetlabel for new issues that we didn't triage yetpending-responseprovider:httpstaleStale PRs per the .github/workflows/stale.yml policy fileStale PRs per the .github/workflows/stale.yml policy file