File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ editors:
22
22
xref :
23
23
- url
24
24
- trustless-gateway
25
+ - ipip-0402
26
+ - ipip-0412
25
27
tags : ['httpGateways', 'lowLevelHttpGateways']
26
28
order : 0
27
29
---
@@ -143,15 +145,22 @@ For example:
143
145
144
146
### ` Range ` (request header)
145
147
146
- ` Range ` can be used for requesting specific byte ranges of UnixFS files and raw
148
+ ` Range ` can be used for requesting specific byte range of UnixFS files and raw
147
149
blocks.
148
150
149
151
Gateway implementations SHOULD be smart enough to require only the minimal DAG subset
150
152
necessary for handling the range request.
151
153
152
- NOTE: for more advanced use cases such as partial DAG/CAR streaming, or
153
- non-UnixFS data structures, see the ` selector ` query parameter
154
- [ proposal] ( https://github.com/ipfs/go-ipfs/issues/8769 ) .
154
+ Gateways SHOULD support single range requests. The support of more than one
155
+ range is optional: implementation MAY decide to not support more than one range.
156
+
157
+ ::: note
158
+
159
+ For more advanced use cases such as partial DAG/CAR streaming, or non-UnixFS
160
+ data structures, see ` dag-scope ` and ` entity-bytes ` from : cite [ ipip-0402] and
161
+ ordered CARs from : cite [ ipip-0412] .
162
+
163
+ :::
155
164
156
165
### ` Service-Worker ` (request header)
157
166
You can’t perform that action at this time.
0 commit comments