Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 509 Bytes

File metadata and controls

10 lines (7 loc) · 509 Bytes

Vocabulary

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}