Terms used in Helidon and their meaning.
| Term | Explanation |
|---|---|
| matrix parameter | Parameters that are nested within the request URI, such as /greet;lang=cz/World |
| path parameter | Parameters that are defined in a path template when declaring a route, such as /greet/{name} |