Fetches all the parameters passed to the request being processed.
Returns:
A list containing information on the parameters received by the
request.
Each element of the returned list represents a parameter. Each
element is a two element list. The first element is a string
representing the name of the parameter. The second element is
also a string and represents the value of the parameter.