Hi, In rewriting a Javascript list function to Erlang, I came across the need to retrieve parameters passed in the HTTP request. In Javascript this is done with req.query.myparam. Is there an equivalent in Erlang? Also, is there a place where I can find more documentation?
Thanks! Thomas
