231: Streaming multiparts: pubsub r=ljedrz a=koivunej This was seen originally but at least it seemed some months ago that there wasn't a way to process multiparts streaming. Luckily the older js-ipfs-http-client puts the message in query. Later versions related to #228 use multipart bodies, but the topic is still a query argument. Depends on #230. * Adds test for the older query part message parsing * Uses `&'static str` instead of `&'static [u8]` (fixes error messages) The latest version should leave us failing only the conformance tests related to: * pinning * `?timeout=<not sure what unit>` * refs * cat * get * block/get * dag/get * wantlist This is: ``` 146 passing (3m) 21 pending 8 failing ``` Co-authored-by: Joonas Koivunen <joonas@equilibrium.co>
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.