Enumeration
HTTPHeaders.ContentRange.Value
Represents the value of the
Content-Range request header.enum Value
Overview
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Range
Topics
Enumeration Cases
HTTPHeaders.ContentRange.Value.any(size:)HTTPHeaders.ContentRange.Value.within(start:end:)HTTPHeaders.ContentRange.Value.withinWithLimit(start:end:limit:)
Instance Methods
serialize()SerializesHTTPHeaders.Range.Valueto a string for use within the HTTPContent-Rangeheader.
Type Methods
from(responseStr:)Parses a string representing a response range in one of the following formats:
Relationships
Conforms To
Swift.Equatable