Tesla.Adapter.Mint.read_chunk

You're seeing just the function read_chunk, go back to Tesla.Adapter.Mint module for more information.
Link to this function

read_chunk(conn, ref, opts)

View Source

Specs

read_chunk(Mint.HTTP.t(), reference(), keyword()) ::
  {:fin, Mint.HTTP.t(), binary()} | {:nofin, Mint.HTTP.t(), binary()}

Reads chunk of the response body. Returns {:fin, HTTP.t(), binary()} if all body received, otherwise returns {:nofin, HTTP.t(), binary()}.