the methods return FullResponse which has to be closed according to http://square.github.io/okhttp/3.x/okhttp/okhttp3/ResponseBody.html (if not consumed)
this should probably be documented in gigahorse.HttpClient as this is the only public interface, although a better interface is preferred
the methods return
FullResponse
which has to be closed according to http://square.github.io/okhttp/3.x/okhttp/okhttp3/ResponseBody.html (if not consumed) this should probably be documented ingigahorse.HttpClient
as this is the only public interface, although a better interface is preferred