Skip to content

Conversation

@GuusLieben
Copy link
Member

Type of Change

  • Feature (non-breaking change that adds functionality)

Description

Introduces parameter loading support for path- and query parameters through @PathParameter and @QueryParameter, respectively.

Query parameters support default values, as queries are optional values. Similar support has been added to header injection.

Path parameters do not support default values, as these are always required (as they are part of the route).

Checklist

  • I have performed a self-review of my own code
  • I have added tests that prove it is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Related issue number is linked in pull request title
  • I have added documentation that describes my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have rebased my branch on top of the latest develop branch

Related Issue

Closes #1163

@GuusLieben GuusLieben added this to the 0.7.0 milestone Feb 2, 2026
@GuusLieben GuusLieben self-assigned this Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Support path- and query parameter injection

1 participant