kiaradlf opened a new issue, #40580: URL: https://github.com/apache/airflow/issues/40580
### Description the [`HttpHook`](https://github.com/apache/airflow/blob/main/airflow/providers/http/hooks/http.py) currently uses the [`requests`](https://requests.readthedocs.io/) library for HTTP calls. [`httpx`](https://www.python-httpx.org/) 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 - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
