HttpContent raw fixed for android

This commit is contained in:
Vladimir Enchev
2014-05-21 10:43:08 +03:00
parent 2c5f36761b
commit 50d12e144b

View File

@@ -62,7 +62,7 @@ export function request(options: http.HttpRequestOptions): promises.Promise<http
onCompleted: function (error) {
d.resolve({
content: {
raw: response,
raw: outputStream,
toString: () => { return outputStream.toString(); },
toJSON: () => { return JSON.parse(outputStream.toString()); },
toImage: () => {