Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle query parameters, including them in render data. #68

Merged
merged 1 commit into from
Aug 29, 2021

Conversation

mkantor
Copy link
Owner

@mkantor mkantor commented Aug 29, 2021

Query strings on request URIs are parsed and provided to templates and executables as render data at request.query-parameters. This value will typically be a map of key/value pairs.

This commit also backwards-incompatibly relocates the request route's placement in render data from the top-level request-route property to request.route.

Query strings on request URIs are parsed and provided to templates
and executables as render data at `request.query-parameters`. This
value will typically be a map of key/value pairs.

This commit also backwards-incompatibly relocates the request route's
placement in render data from the top-level `request-route` property
to `request.route`.
@mkantor
Copy link
Owner Author

mkantor commented Aug 29, 2021

This pull request contributes to #12.

@mkantor mkantor merged commit 7271953 into master Aug 29, 2021
@mkantor mkantor deleted the query-parameters branch August 29, 2021 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant