Example: ``` iex(1)> Tesla.get("http://google.com?page=3") %Tesla.Env{ __client__: nil, __module__: Tesla, body: "...", headers: %{... }, method: :get, opts: [], query: [], status: 302, url: "http://google.com?page=3" } ``` The `query` fields is empty, it should be `[page: "3"]`