https
https copied to clipboard
HttpsRequestOptions body field vs. HttpRequestOptions content field
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 Ah yes, that is entirely true :X
I do plan on revamping the crap out of this plugin for nativescript v3