On 9 March 2016 at 03:03, Tim Penhey wrote:
> Hi folks,
>
> I came across this recently while looking at sending tools and charms
> between two controllers.
>
> The local storage interface gives us an io.ReaderCloser. Unfortunately,
> we can't give that to the http client for the POST method as it
Hi folks,
I came across this recently while looking at sending tools and charms
between two controllers.
The local storage interface gives us an io.ReaderCloser. Unfortunately,
we can't give that to the http client for the POST method as it needs an
io.ReaderSeeker.
I'd like to challenge the nee