package
0.20.0
Repository: https://github.com/gotd/contrib.git
Documentation: pkg.go.dev

# 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.

# Structs

Range specifies the byte range to be sent to the client.