https icon indicating copy to clipboard operation
https copied to clipboard

HttpsRequestOptions body field vs. HttpRequestOptions content field

Open andy-tai opened this issue 8 years ago • 1 comments

The HttpsRequestOptions object seems to be modelled after NativeScript's built in HttpRequestOptions object, as seen from the example in the documentation. However, in the current code the "content" field of HttpsRequestOptions is actually named "body" so the example code as is would not work.

andy-tai avatar Mar 31 '17 18:03 andy-tai

@andy-tai Ah yes, that is entirely true :X

I do plan on revamping the crap out of this plugin for nativescript v3

roblav96 avatar Apr 02 '17 03:04 roblav96