You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The http request adapter implementation needs to handle binary requests (photo upload) and binary responses (file download). This may require additional methods to be defined in the request adapter interface and the executor generator method to be updated.
The text was updated successfully, but these errors were encountered:
When the request/response body is a string type, we'll have to use the stringIO wrapper which probably won't any memory improvements but will standardize the kind of objects we're passing around between the layers to support scenarios like uploading files.
Note: parseNode and serialization writer will have to implement close, and the code-gen will need to be updated to use blocks to auto-close instances
related to #134 and associated pull request.
The http request adapter implementation needs to handle binary requests (photo upload) and binary responses (file download). This may require additional methods to be defined in the request adapter interface and the executor generator method to be updated.
The text was updated successfully, but these errors were encountered: