Documentation ¶
Index ¶
Constants ¶
View Source
const ( UDSPrefix = "http:///" InetPrefix = "https://" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Certificate string Key string Username string Password string `json:"-"` URL string `json:"url"` Authorization string `json:"-"` Bearer string `json:"-"` Timeout time.Duration InsecureSkipVerify bool RootCA string }
Config is the agent HTTP/2 requester configuration
Click to show internal directories.
Click to hide internal directories.