# Functions

LoadConfigFromEnv loads HTTP client configuration settings from environment variables.
LoadConfigFromFile loads http client configuration settings from a JSON file.

# 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

# Structs

Master struct/object.
Options/Variables for Client.
MockExecutor implements the same function pattern above but allows controllable responses for mocking/testing.
ProdExecutor wraps http.Client and implements functions to adjust some of it's attrs.
UploadState represents the state of an upload operation, including the last uploaded byte.

# Interfaces

APIIntegration is an interface that defines the methods required for an API integration.
HTTPExecutor is an interface which wraps http.Client to allow mocking.