Re: httpbakery .Client overly restrictive on body - io.ReaderSeeker

2016-03-09 Thread roger peppe
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

httpbakery .Client overly restrictive on body - io.ReaderSeeker

2016-03-08 Thread Tim Penhey
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