gomobile-ipfs icon indicating copy to clipboard operation
gomobile-ipfs copied to clipboard

WIP: feat: implement InputStream as request input/output

Open aeddi opened this issue 5 years ago • 0 comments

Description

This PR implements:

  • Go standard ReadCloser to Swift standard InputStream
  • Go standard ReadCloser to Java standard InputStream
  • Swift and Java standard InputStream to Go standard ReadCloser

And implement methods for both Android and iOS to make requests through them.

Related

  • Depends on #38

aeddi avatar Apr 17 '20 15:04 aeddi