Subj : http post call using http.js
To : Dmxrob
From : echicken
Date : Fri Feb 15 2019 11:08 am
Re: http post call using http.js
By: Dmxrob to echicken on Fri Feb 15 2019 10:03:12
Dm> Unfortunately, I have not determined if "Some post data" will do URL
Dm> encoding or if I need to do it first. Is it a string or can it take arrays
Dm> or data sets? Things of that nature.
It just takes a string and doesn't transform it in any way, IIRC.
A good enhancement would be to make it take an object instead of a string,
to take advantage of keys and values. I can mess around with adding that in
later.