You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP/1.1 allows a client to request that only part (a range of) the response entity be included within the response. HTTP/1.1 uses range units in the Range (section 14.35) and Content-Range (section 14.16) header fields. An entity can be broken down into subranges according to various structural units.
Note that according to 14.35.2, "A server MAY ignore the Range header.", so Webmachine is still compliant without this feature, but it is incredibly useful.
The text was updated successfully, but these errors were encountered:
References: 3.12 Range Units, 14.35 Range, 14.16 Content-Range, 14.27 If-Range
Note that according to 14.35.2, "A server MAY ignore the Range header.", so Webmachine is still compliant without this feature, but it is incredibly useful.
The text was updated successfully, but these errors were encountered: