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
<!-- TODO Planned: https://github.com/ipfs/go-ipfs/issues/8769
218
-
- `selector=<cid>` can be used for passing a CID with [IPLD selector](https://ipld.io/specs/selectors)
219
-
- Selector should be in dag-json or dag-cbor format
220
-
- This is a powerful primitive that allows for fetching subsets of data in specific order, either as raw bytes, or a CAR stream. Think “HTTP range requests”, but for IPLD, and more powerful.
221
-
-->
227
+
### `dag-scope` (request query parameter)
228
+
229
+
Only used on CAR requests, same as :ref[dag-scope] from :cite[trustless-gateway].
230
+
231
+
### `entity-bytes` (request query parameter)
232
+
233
+
Only used on CAR requests, same as :ref[entity-bytes] from :cite[trustless-gateway].
222
234
223
235
# HTTP Response
224
236
@@ -592,7 +604,7 @@ The following response types require an explicit opt-in, can only be requested w
592
604
- Raw Block (`?format=raw`)
593
605
- Opaque bytes, see [application/vnd.ipld.raw](https://www.iana.org/assignments/media-types/application/vnd.ipld.raw).
594
606
- CAR (`?format=car`)
595
-
-Arbitrary DAG as a verifiable CAR file or a stream, see [application/vnd.ipld.car](https://www.iana.org/assignments/media-types/application/vnd.ipld.car).
607
+
-A CAR file or a stream that contains all blocks required to trustlessly verify the requested content path query, see [application/vnd.ipld.car](https://www.iana.org/assignments/media-types/application/vnd.ipld.car) and Section 5 (CAR Responses) at :cite[trustless-gateway].
596
608
- TAR (`?format=tar`)
597
609
- Deserialized UnixFS files and directories as a TAR file or a stream, see :cite[ipip-0288].
0 commit comments