- 0001-01-01 | GET plain CBOR codec from /ipns with explicit format returns the same payload as /ipfs
- 0001-01-01 | GET plain CBOR codec from /ipns without explicit format returns the same payload as /ipfs
- 0001-01-01 | GET plain CBOR codec on /ipfs with Accept: text/html returns HTML (dag-index-html)
- 0001-01-01 | GET plain CBOR codec on /ipns with Accept: text/html returns HTML (dag-index-html)
- 0001-01-01 | GET plain CBOR codec with ?format= has expected cbor Content-Type and body as-is
- 0001-01-01 | GET plain CBOR codec with Accept has expected cbor Content-Type and body as-is
- 0001-01-01 | GET plain CBOR codec with Accept: application/cbor returns same payload as application/vnd.ipld.dag-cbor but with plain Content-Type
- 0001-01-01 | GET plain CBOR codec with format=cbor returns same payload as format=dag-cbor but with plain Content-Type
- 0001-01-01 | GET plain CBOR codec with format=dag-cbor interprets cbor as dag-* variant and produces expected Content-Type and body
- 0001-01-01 | GET plain CBOR codec without Accept or format= has expected "cbor" Content-Type and body as-is