# Functions
ConvertIPv4ToUint32 converts an IPv4 net.IP to a uint32 FIXME: this does nothing to protect the caller from bad input yet.
ConvertUint32ToIPv4 converts an IPv4 net.IP to a uint32 FIXME: this does nothing to protect the caller from bad input yet.
GetIPRangeStr provides a string range of IP address given two net.IPs.
WaitForHTTP will make an HTTP GET request to the given URL until either the responses return the expected status code or the context completes (and then it will throw an error).