# Functions
All finds all of the registered getters as a list of Provider instances.
NewHTTPGetter constructs a valid http/https client as a Getter.
NewOCIGetter constructs a valid http/https client as a Getter.
NewPluginGetter constructs a valid plugin getter.
WithBasicAuth sets the request's Authorization header to use the provided credentials.
WithInsecureSkipVerifyTLS determines if a TLS Certificate will be checked.
No description provided by the author
No description provided by the author
No description provided by the author
WithTimeout sets the timeout for requests.
WithTLSClientConfig sets the client auth with the provided credentials.
No description provided by the author
WithURL informs the getter the server name that will be used when fetching objects.
WithUserAgent sets the request's User-Agent header to use the provided agent name.
# Structs
HTTPGetter is the default HTTP(/S) backend handler.
OCIGetter is the default HTTP(/S) backend handler.
Provider represents any getter and the schemes that it supports.
# Interfaces
Getter is an interface to support GET to the specified URL.
# Type aliases
Constructor is the function for every getter which creates a specific instance according to the configuration.
Option allows specifying various settings configurable by the user for overriding the defaults used when performing Get operations with the Getter.
Providers is a collection of Provider objects.