Agent SDK
Public Attributes | List of all members
ionicsdk.agent.AgentConfig Class Reference

Configuration object used by Agent. More...

Inheritance diagram for ionicsdk.agent.AgentConfig:

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)
 

Detailed Description

Configuration object used by Agent.

Variables:
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)


The documentation for this class was generated from the following file: