Example HTTP GET request using a query string

This is an example of a HTTP GET request using a query string.

GET /genapp/customers?name=Joe%20Bloggs/ 1 
Host: www.example.com

Where  1  is the query string.