Query / form params, as ordered key/value pairs. List<Pair> rather than Map so authors can express the same key twice (e.g. ?tag=a&tag=b), which servers like Prometheus actually require.
List<Pair>
Map
?tag=a&tag=b