Behaviour adapter for HTTP clients
Gets HTML body of a given URL.
body() :: String.t()
url() :: String.t()
get(url :: url(), options :: [{:key, any()}]) :: {:ok, body()} | {:error, term()}
By default, HTTP Client should follow redirects.