HttpRangeParser.RangeSpec (HTTP Range Parser v0.0.3) View Source

Link to this section Summary

Link to this section Types

Specs

Specs

t() :: %HttpRangeParser.RangeSpec{ranges: [range()], unit: binary()}

Link to this section Functions

Specs

add_range(t(), range()) :: t()

Specs

new(binary()) :: t()
Link to this function

satisfiable?(spec, size)

View Source