ipfs-shipyard / gomobile-ipfs

IPFS and libp2p on Mobile, with Gomobile
Other
315 stars 65 forks source link

Feat/RequestBuilder with body NativeReader #146

Closed jefft0 closed 1 year ago

jefft0 commented 1 year ago

In Go core, implement NativeReader. Use it in InputStreamToGo for Java and Swift. To test it, in requestIPFSTests, add testAddWithBytesBody and testAddWithStreamBody.