File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ Operation config
55
66Methods on operations have extra parameters which can be provided in the kwargs. This is called `operation_config `.
77
8- The list of operation configuration is :
8+ The options for operation configuration are :
99
1010=============== ==== ====
1111Parameter name Type Role
1212=============== ==== ====
13- verify bool
14- cert str
15- timeout int
16- allow_redirects bool
17- max_redirects int
18- proxies dict
19- use_env_proxies bool whether to read proxy settings from local env vars
20- retries int number of retries
13+ verify bool Whether to verify the SSL certificate. Default is True.
14+ cert str Path to local certificate for client side verification.
15+ timeout int Timeout for establishing a server connection in seconds.
16+ allow_redirects bool Whether to allow redirects.
17+ max_redirects int Maimum number of allowed redirects.
18+ proxies dict Proxy server settings.
19+ use_env_proxies bool Whether to read proxy settings from local environment variables.
20+ retries int Total number of retry attempts.
2121=============== ==== ====
You can’t perform that action at this time.
0 commit comments