HTTP Retrieval
How to configure and use HTTP retrievals in Boost
Retrieving a full Piece
curl http://{SP's http retrieval URL}/piece/bagaSomePieceCID -o bagaSomePieceCID.pieceRetrieving a CAR file
curl -H "Accept:application/vnd.ipld.car;" http://{SP's http retrieval URL}/ipfs/bafySomePayloadCID -o bafySomePayloadCID.carRetrieving specific files
curl http://{SP's http retrieval URL}/ipfs/{content ID}/{optional path to resource} -o myimage.pngRetrieving IPLD blocks
curl -H "Accept:application/vnd.ipld.raw;" http://{SP's http retrieval URL}/ipfs/bafySomeBlockCID -o bafySomeBlockCIDLocal Setup
Running Public Boost HTTP Retrieval
Making HTTP Retrieval Discoverable
Last updated

