Just to say (sorry I didn't update you on this) that I've added proper URL parsing now:
>url.parse("/hello?key=val&foo=bar&something",true) ={"method":"GET","host":"","path":"/hello?key=val&foo=bar&something","pathname":"/hello","search":"?key=val&foo=bar&something","port":80,"query":{"key":"val","foo":"bar","something":""}}
Having said that I tried it and it's broken on 1v50 - so you'll have to wait until 1v51 comes out anyway! :)
@Gordon 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.
Just to say (sorry I didn't update you on this) that I've added proper URL parsing now:
Having said that I tried it and it's broken on 1v50 - so you'll have to wait until 1v51 comes out anyway! :)