Skip to content

Commit 74efd4a

Browse files
authored
Merge pull request #357 from StackStorm/regen_runner_params
Re-generate runner parameter files
2 parents eb0af98 + 78b1b9a commit 74efd4a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
.. NOTE: This file has been generated automatically, don't manually edit it
22
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.
44
* ``cookies`` (object) - Optional cookies to send with the request.
55
* ``headers`` (object) - HTTP headers for the request.
66
* ``url`` (string) - URL to the HTTP endpoint.
7-
* ``allow_redirects`` (boolean) - Set to True if POST/PUT/DELETE redirect following is allowed.
87
* ``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.
911
* ``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

Comments
 (0)