- 0001-01-01 | GET plain JSON codec with Accept: application/json returns same payload as application/vnd.ipld.dag-json but with plain Content-Type
- 0001-01-01 | GET plain JSON codec with format=dag-json interprets json as dag-* variant and produces expected Content-Type and body
- 0001-01-01 | GET plain JSON codec with format=json returns same payload as format=dag-json but with plain Content-Type
- 0001-01-01 | GET plain JSON codec without Accept or format= has expected "json" Content-Type and body as-is
- 0001-01-01 | GET response for application/vnd.ipld.dag-cbor has expected Content-Type
- 0001-01-01 | GET response for application/vnd.ipld.dag-json has expected Content-Type
- 0001-01-01 | GET Responses from Gateway should include CORS headers allowing JS from other origins to read the data cross-origin.
- 0001-01-01 | GET TAR has expected root directory
- 0001-01-01 | GET TAR with 'Accept: application/x-tar' and extract
- 0001-01-01 | GET TAR with explicit ?filename= succeeds with modified Content-Disposition header