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
For vnd.ipld.car and x-tar requests to the gateway, are paths expected to be supported? i.e. can I request a tar/car for bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze/58wiki/6F or QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D/albums instead of having to resolve the CID of the content at that path myself and then requesting that resolved CIDs content?
The text was updated successfully, but these errors were encountered:
TAR and CAR are separate response types with different behaviors.
CAR responses are trustless, so to be able to verify end-to-end (from root CID to final terminating filename) response always includes extra blocks that allow walking the parents
Describes the shape of the DAG fetched the terminus of the specified path whose blocks are included in the returned CAR file after the blocks required to traverse path segments.
TAR responses are deserialized, so they only include the file or directory at terminating segment
I’m looking at https://specs.ipfs.tech/http-gateways/path-gateway/#accept-request-header and thinking about recent verified-fetch changes.
For vnd.ipld.car and x-tar requests to the gateway, are paths expected to be supported? i.e. can I request a tar/car for
bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze/58wiki/6F
orQmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D/albums
instead of having to resolve the CID of the content at that path myself and then requesting that resolved CIDs content?The text was updated successfully, but these errors were encountered: