Skip to content

Commit

Permalink
Fix broken formatting in HTTP Connection documentation (#37803)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis committed Feb 29, 2024
1 parent 9da6a21 commit 119f1e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/apache-airflow-providers-http/connections/http.rst
Expand Up @@ -56,10 +56,11 @@ Schema (optional)
Extras (optional)
Specify headers and default requests parameters in json format.
Following default requests parameters are taken into account:

* ``stream``
* ``cert``
* ``proxies or proxy``
* ``verify or verify_ssl``
* ``proxies`` or ``proxy``
* ``verify`` or ``verify_ssl``
* ``allow_redirects``
* ``max_redirects``

Expand Down

0 comments on commit 119f1e8

Please sign in to comment.