Any suggestions for establishing a chunked connection in Xojo?

I’ve confirmed that the current (2016r4.1) xojo.net.httpsocket doesn’t support chunked encoding ( https://forum.xojo.com/37145-can-xojo-net-httpsocket-send-chunked )

and I’ve submitted a feature request as suggested ( http://feedback.xojo.com/case/46315 )

but I really need to find a way to do this in the short-term… Maybe there’s a way with CURLS? (I have the MBS plugins).

Any sample code or leads would be appreciated!!

It seems like to be as easy as this in C#: HttpWebRequest.SendChunked = true;

If anyone in a similar situation comes across this thread in the future, the MBS CURLS plugin did solve this issue for me and probably can for you, too.

CURLS plugin supports chunked transfer for HTTP 1.1