Skip to content

Commit 2291163

Browse files
authored
Merge pull request #537 from rchincha/perf
Add support for content range requests when getting blobs
2 parents 8a871c8 + 9d4c4a9 commit 2291163

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ If present, the value of this header MUST be a digest matching that of the respo
190190

191191
If the blob is not found in the registry, the response code MUST be `404 Not Found`.
192192

193+
A registry SHOULD support the `Range` request header in accordance with [RFC 9110](https://www.rfc-editor.org/rfc/rfc9110.html#name-range-requests).
194+
193195
##### Checking if content exists in the registry
194196

195197
In order to verify that a repository contains a given manifest or blob, make a `HEAD` request to a URL in the following form:

0 commit comments

Comments
 (0)