type net/http.httpRange
8 uses
net/http (current package)
fs.go#L852: type httpRange struct {
fs.go#L856: func (r httpRange) contentRange(size int64) string {
fs.go#L860: func (r httpRange) mimeHeader(contentType string, size int64) textproto.MIMEHeader {
fs.go#L869: func parseRange(s string, size int64) ([]httpRange, error) {
fs.go#L877: var ranges []httpRange
fs.go#L889: var r httpRange
fs.go#L953: func rangesMIMESize(ranges []httpRange, contentType string, contentSize int64) (encSize int64) {
fs.go#L965: func sumRangesSize(ranges []httpRange) (size int64) {