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
## get [GET /block/get{?arg}]
Store data as a raw ipfs block.
+ Parameters
+ arg (Multihash, required) - hash of the block to be fetched
+ Response 200 (text/plain)
+ Body
```
hello world
```
Block doesn't always have a plain text mimetype, does it? Does cat?
I'm unsure how to document this adequately.
What is the output of a
cat
command? What is the mime-type of a chunked file? I don't know, and I'm having difficulty googling it.Further,
cat
shouldn't return bothcontent-length
andtransfer-encoding
. See ipfs/kubo#1776 for more on that.The text was updated successfully, but these errors were encountered: