I'm looking for a way to get the query string part of a url using node.js or one of it's extension module. I've tried using url and express but they give me an array of parameters. I want to original string. Any ideas ?
example; for:
give me
a=337&b=33
(with or without the ?)