# Packages

No description provided by the author
No description provided by the author

# Functions

CheckResponse checks errors if exist errors in request.
NewClient returns a wrapper around http/https (as per isHTTP flag) httpClient with additions of proxy & session_auth if given.
WithAbsolutePath sets the absolute path for the httpClient to communicate with.
WithBaseURL sets the base URL for the httpClient to communicate with.
WithCertificate adds the certificate to the certificate pool in tls config.
WithCookies sets the cookies for the httpClient.
WithCredentials sets the credentials for the httpClient.
WithLogger sets the logger for the httpClient.
WithRoundTripper overrides the transport for the httpClient Overriding transport is useful for testing against API Mocks This is not recommended for production use.
WithUserAgent sets the user agent for the httpClient.

# Constants

No description provided by the author
No description provided by the author

# Structs

Client Config Configuration of the httpClient.
ErrorResponse ...
MessageResource ...

# Type aliases

No description provided by the author
RequestCompletionCallback defines the type of the request callback function.
No description provided by the author