.. toctree:: :hidden: :maxdepth: 1 :caption: Basics Home <self> Changelog <changelog> Security <security>
.. toctree:: :hidden: :maxdepth: 1 :caption: Guides Connection types <connections/http> Operators <operators>
.. toctree:: :hidden: :maxdepth: 1 :caption: References Python API <_api/airflow/providers/http/index>
.. toctree:: :hidden: :maxdepth: 1 :caption: System tests System Tests <_api/tests/system/providers/http/index>
.. toctree:: :hidden: :maxdepth: 1 :caption: Resources Example DAGs <https://github.com/apache/airflow/tree/providers-http/|version|/tests/system/providers/http> PyPI Repository <https://pypi.org/project/apache-airflow-providers-http/> Installing from sources <installing-providers-from-sources>
.. toctree:: :hidden: :maxdepth: 1 :caption: Commits Detailed list of commits <commits>
Hypertext Transfer Protocol (HTTP)
Release: 4.4.2
This is a provider package for http
provider. All classes for this provider package
are in airflow.providers.http
python package.
You can install this package on top of an existing Airflow 2 installation (see Requirements
below)
for the minimum Airflow version supported) via
pip install apache-airflow-providers-http
The minimum Apache Airflow version supported by this provider package is 2.4.0
.
PIP package | Version required |
---|---|
apache-airflow |
>=2.4.0 |
requests |
>=2.26.0 |
requests_toolbelt |
|
aiohttp |
|
asgiref |