Lemma.Transport (lemma_engine v0.9.10)

Copy Markdown View Source

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

Summary

Functions

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

Functions

get(url, headers)

@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.