Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JoinCookies ¶
JoinCookies combines chunks of cookie based on key as prefix. It returns cookie value as string. cookieString is of format key1=value1; key2=value2; key3=value3 first chunk will be of format argocd.token=<numberOfChunks>:token; attributes
Types ¶
type DebugTransport ¶
type DebugTransport struct {
T http.RoundTripper
}
DebugTransport is a HTTP Client Transport to enable debugging
type TransportWithHeader ¶ added in v2.1.0
type TransportWithHeader struct { RoundTripper http.RoundTripper Header http.Header }
TransportWithHeader is a HTTP Client Transport with default headers.
Click to show internal directories.
Click to hide internal directories.