# Functions
ParseRange parses a Range header string as per RFC 7233.
# Variables
ErrInvalid is returned by ParseRange on invalid input.
ErrNoOverlap is returned by ParseRange if first-byte-pos of all of the byte-range-spec values is greater than the content size.