this is minor change but good for interop. the conformance tests only exercise the input-enc=raw as js-ipfs-http-client does most of the heavy work. not checking input-enc could end up someone trying to put a json dag document expecting it to be transformed to cbor, which we currently do not support.
ipfs-http crate
HTTP api on top of ipfs crate. The end binary has some rudimentary ipfs CLI
functionality but mostly in the aim of testing the rust-ipfs
via:
HTTP specs:
Status: Pre-alpha, most of the functionality is missing or 501 Not Implemented
. See the repository level README for more information.