Stephen Moloney
Stephen Moloney
consider adding Stream.Acc to the Fastimage.Error struct output
Perhaps introduce a more sophisticated retry mechanism with backoff... right now basically retries a few times and fails.
It would be nice if there was a function like this: ``` HTTPipe.Conn.new(%HTTPipe.Request{}) ``` Example of how I am doing it now: ``` req = %HTTPipe.Request{ method: :post, url: "/cloud/project/#{service_name}/user/#{user_id}/regeneratePassword"...
- In order to add custom elements in a library which uses `HTTPipe`, I think the field `private` would be desirable. - At the moment I'm just adding my custom...
Hi, Nice work - thanks for putting this together. I wonder if you would clarify the license with a LICENSE file? Thanks