# Functions
DrainBody close non nil response with any response Body.
# Structs
Client is an HTTP Interface implementation
Define the structure of a http client and define the functions that are actually used.
# Interfaces
ClientI interface with all functions to be implemented by mock when testing, it should include all HttpClient respective api calls that are used within this project.