rust-ipfs
rust-ipfs copied to clipboard
Improve /add interop
I browsed the go-ipfs and js-ipfs codebases in search for some nice /add test cases so that we could verify that our logic, e.g. wrt. the headers and field names, is compatible; I haven't found much :sweat_smile:, but based on the one js-ipfs test case I found I relaxed the /add restrictions a little bit.
Not sure if this is the right approach and if I'm seeing the whole picture, so I'm marking this as a draft.