Open artbegolli opened 4 years ago
Currently the http response is being read in the client and constructing a struct to return. This is a bad model - let the user deal with the response themselves and simply wrap the response body.
Currently the http response is being read in the client and constructing a struct to return. This is a bad model - let the user deal with the response themselves and simply wrap the response body.