set_range


Description:

public void set_range (int64 start, int64 end)

Sets this's Range header to request the indicated range.

start and end are interpreted as in a [struct@Range].

If you need to request multiple ranges, use [method@MessageHeaders.set_ranges].

Parameters:

this

a MessageHeaders

start

the start of the range to request

end

the end of the range to request