# Functions
GetURLAsBytes will fetch a url, headers, and a bool for ignoring ssl errors.
GetURLAsString will fetch a url and return an http response object, the body as a string, and an error.
PostBinary posts the specified data to a url endpoint as application/octet-stream data.
PostJSON takes a url, json data, a map of headers, and a bool to ignore ssl errors, posts json data to url.
PostURL posts the specified data to a url endpoint as text/plain data.