File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -499,6 +499,17 @@ Returned only when request was a [`Range`](#range-request-header) request.
499499
500500See Section 14.4 of : cite [ rfc9110] .
501501
502+ ### ` Content-Location ` (response header)
503+
504+ Returned when a non-default content format has been negotiated with the
505+ [ ` Accept ` header] ( #accept-request-header ) . The value of this field SHOULD include
506+ the URL of the resource with the ` format ` query parameter included, so that
507+ generic HTTP caches can store deserialized, CAR, and block responses separately.
508+
509+ For example, a request to ` /ipfs/{cid} ` with ` Accept: application/vnd.ipld.raw `
510+ SHOULD return a ` Content-Location: /ipfs/{cid}?format=raw ` header in order for
511+ this request to be able to be successfully cached.
512+
502513### ` Accept-Ranges ` (response header)
503514
504515Optional, returned to explicitly indicate if gateway supports partial HTTP
You can’t perform that action at this time.
0 commit comments