# Functions
NewClient define a new Speedtest client.
# Structs
Client define a Speedtest HTTP client.
Config struct holds our config (users current ip, lat, lon and isp).
HTTPConfig define settings for HTTP requests.
Server struct is a speedtest candidate server.
SpeedtestConfig define Speedtest settings.
# Type aliases
ByDistance allows us to sort servers by distance.
ByLatency allows us to sort servers by latency.