Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
change GetResource to return the full resource metadata w/ bytes #80
Conversation
|
Test PASSed. |
|
In an external discussion, we have decided to drop the multi-part body approach and instead simply do two requests against the charmstore, one for the bytes and one for the metadata. |
natefinch
closed this
Mar 23, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
natefinch commentedMar 22, 2016
We changed to use a multipart body to return the data, so we don't have to use a bunch of ugly headers.
Also did a little cleanup of some spots where we were unnecessarily reading the full body into memory.