Flowdock
set_range(r, e = nil) public

Sets the HTTP Range: header. Accepts either a Range object as a single argument, or a beginning index and a length from that index. Example:

req.range = (0..1023)
req.set_range 0, 1023
Show source
Register or log in to add new notes.