# `Safe.HttpClient`
[🔗](https://github.com/erlang-solutions/safe-mix-plugin/blob/main/lib/mix/tasks/safe/http_client.ex#L1)

# `get`

```elixir
@callback get(url :: String.t()) :: {:ok, binary()} | {:error, term()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
