|
Machina Client SDK Version 2.1.2
Ionic Security Machina Client SDK for Python users
|
Configuration object used by Agent. More...
Public Member Functions | |
| def | __init__ (self, useragent=None, httpimpl=None, httptimeoutsecs=None, maxredirects=None) |
| Initializes the agent config object with provided inputs. More... | |
Public Attributes | |
| useragent | |
| (string) The User-Agent header value to use for HTTP communication | |
| httpimpl | |
| (string) The name of the HTTP implementation to use | |
| httptimeoutsecs | |
| (int) The HTTP timeout in seconds (default 30) | |
| maxredirects | |
| (int) The maximum number of HTTP redirects (default 2) | |
Configuration object used by Agent.
| def ionicsdk.agent.AgentConfig.__init__ | ( | self, | |
useragent = None, |
|||
httpimpl = None, |
|||
httptimeoutsecs = None, |
|||
maxredirects = None |
|||
| ) |
Initializes the agent config object with provided inputs.
| useragent | (string, optional): The User-Agent header value to use for HTTP communication. |
| httpimpl | (string, optional): The name of the HTTP implementation to use. |
| httptimeoutsecs | (int, optional): The HTTP timeout in seconds (default 30). |
| maxredirects | (int, optional): The maximum number of HTTP redirects (default 2). |
You acknowledge your access, review and use of the documentation on this page is subject to the Ionic Security Inc. Documentation Use Rights.
© 2016-2021 Ionic Security Inc. All rights reserved. -
Generated on Wed Jul 21 2021 16:23:36 for Machina Client SDK Version 2.1.2 by
1.8.18