The kind of parameter (i.e. its location).
See here for more information on parameter locations.
The parameter is a URL query parameter (e.g. the bar in /foo?bar=...)
bar
/foo?bar=...
The parameter is a custom request header.
A parameter in a path, for example the bar in /foo/{bar}/baz.
/foo/{bar}/baz
A parameter that is a cookie.