{{#if (gt @item.Definition.Match.HTTP.Methods.length 0) }} {{/if}}
{{this.path.type}}
{{this.path.value}}
{{#if (gt @item.Definition.Match.HTTP.Header.length 0) }}

Headers

{{#each @item.Definition.Match.HTTP.Header as |item|}}
{{item.Name}}
{{route-match item}}
{{/each}}
{{/if}} {{#if (gt @item.Definition.Match.HTTP.QueryParam.length 0) }}

Query Params

{{#each @item.Definition.Match.HTTP.QueryParam as |item|}}
{{item.Name}}
{{route-match item}}
{{/each}}
{{/if}}