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
Tokens tokencache.Entry
}
Config is the agent HTTP/2 requester configuration
type RefreshTransport ¶
type RefreshTransport struct {
Base http.RoundTripper
Username string
Password string
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.