# `Lemma.Transport`
[🔗](https://github.com/lemma/lemma/blob/main/lib/lemma/transport.ex#L1)

Default HTTP transport for `Lemma.install/3`. Uses Req without automatic retries so
registry failures surface promptly to the install step machine.

# `get`

```elixir
@spec get(String.t(), [{String.t(), String.t()}]) ::
  {:ok, non_neg_integer(), [{String.t(), String.t()}], String.t()}
  | {:error, String.t()}
```

GET `url` with the given request headers. Returns a binary body.

---

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