I'm trying to write a Gnome program in Javascript. HTTP requests are done with a library called Soup, and GET requests start with something like:
msg = Soup.Message.new('GET', self.url) ...
Examples for GET requests are all over the net, but how to do a POST request?