You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. NOTE: This file has been generated automatically, don't manually edit it
2
2
3
-
* ``https_proxy`` (string) - A URL of a HTTPs proxy to use (e.g. http://10.10.1.10:3128).
3
+
* ``username`` (string) - Username required by basic authentication.
4
4
* ``cookies`` (object) - Optional cookies to send with the request.
5
5
* ``headers`` (object) - HTTP headers for the request.
6
6
* ``url`` (string) - URL to the HTTP endpoint.
7
-
* ``allow_redirects`` (boolean) - Set to True if POST/PUT/DELETE redirect following is allowed.
8
7
* ``http_proxy`` (string) - A URL of a HTTP proxy to use (e.g. http://10.10.1.10:3128).
8
+
* ``https_proxy`` (string) - A URL of a HTTPs proxy to use (e.g. http://10.10.1.10:3128).
9
+
* ``allow_redirects`` (boolean) - Set to True if POST/PUT/DELETE redirect following is allowed.
10
+
* ``password`` (string) - Password required by basic authentication.
9
11
* ``verify_ssl_cert`` (boolean) - Certificate for HTTPS request is verified by default using requests CA bundle which comes from Mozilla. Verification using a custom CA bundle is not yet supported. Set to False to skip verification.
0 commit comments