Packmatic v0.1.0 Packmatic.Source.URL View Source

Represents content which can be acquired by downloading from a remote server via HTTP(S) in chunks. Each chunk is then pulled away by the Encoder, which is iterated by the Stream.

Link to this section Summary

Link to this section Types

Link to this type

entry()

View Source
entry() :: {:uri, String.t()}
Link to this type

t()

View Source
t() :: %Packmatic.Source.URL{id: term(), url: String.t()}