A query string is a special part of a URL:
http://example.com/over/there?name=ferret&color=purple
In this example, "name" and "color" are query strings with the values "ferret" and "purple" respectively. It’s useful to pass parameters to the server side like this.
GNU Artanis provides a convenient API to handle query strings.