The other direction is as well not working. I cannot pipe to requests like:
file.pipe(req);
If I do that, the connection is getting established to the server, but no data is sent.
@net-tobi started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The other direction is as well not working. I cannot pipe to requests like:
file.pipe(req);
If I do that, the connection is getting established to the server, but no data is sent.