# Functions
Delay waits for the duration to elapse or the context to be cancelled.
RetryAfter returns non-zero if the response contains one of the headers with a "retry after" value.
TypeOfT returns the type of the generic type param.
ValidateModVer verifies that moduleVersion is a valid semver 2.0 string.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Module is the name of the calling module used in telemetry data.
No description provided by the author
Version is the semantic version (see http://semver.org) of this module.
# Structs
ContextWithDeniedValues wraps an existing [context.Context], denying access to certain context values.
CtxAPINameKey is used as a context key for adding/retrieving the API name.
CtxWithCaptureResponse is used as a context key for retrieving the raw response.
CtxWithHTTPHeaderKey is used as a context key for adding/retrieving http.Header.
CtxWithRetryOptionsKey is used as a context key for adding/retrieving RetryOptions.
CtxWithTracingTracer is used as a context key for adding/retrieving tracing.Tracer.
# Type aliases
TransportFunc is a helper to use a first-class func to satisfy the Transporter interface.