# Structs
MockedClient fulfills the Getter interface.
# Interfaces
Getter interface provides one method: Get, to allow using it in places where we would like test an HTTP client.
GetterHeader interface combines Header and Getter interfaces.
Header interface provides one method: Head, to allow using it in places where we would like test an HTTP client.