Tesla.Adapter.Gun.read_chunk
You're seeing just the function
read_chunk
, go back to Tesla.Adapter.Gun module for more information.
Specs
read_chunk(pid(), reference(), keyword() | map()) :: {:fin, binary()} | {:nofin, binary()} | {:error, atom()}
Reads chunk of the response body.
Returns {:fin, binary()}
if all body received, otherwise returns {:nofin, binary()}
.