https
https copied to clipboard
Not drop in replacement for requests that contain req body
This lib uses body (on POST for example).
NS http lib uses content
Was this intentional or did NS lib change signature and nativescript-https just didn't keep up?
Also, I noice the request body object (HttpsRequestObject) only supports a map of string to string|number. How would one post a boolean ({"isSet":true}) or a list (["a","b"])
Thanks in advance.
JSON.stringify({"isSet":true})