I don't believe it is at the moment. The changes shouldn't be too painful to implement (in network.c) but there's been very little call for it to date, as most people are using HTTPS when connecting to a server on the net.
On a local network you probably have some privacy, and directly exposing some Espruino device to the internet would be suicide (IMO) as anyone malicious could send out ~100 HTTP requests per second from a single PC and swamp it.
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.
I don't believe it is at the moment. The changes shouldn't be too painful to implement (in network.c) but there's been very little call for it to date, as most people are using HTTPS when connecting to a server on the net.
On a local network you probably have some privacy, and directly exposing some Espruino device to the internet would be suicide (IMO) as anyone malicious could send out ~100 HTTP requests per second from a single PC and swamp it.