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

Url decode routes #1407

Merged
merged 6 commits into from
Sep 6, 2023
Merged

Url decode routes #1407

merged 6 commits into from
Sep 6, 2023

Conversation

ealmloff
Copy link
Member

The current router just accepts the route segment strings from the url. Some special characters like spaces are encoded differently in the URL. This PR adds URL decoding the router to turn the encoded special characters into normal string when parsing a route

@ealmloff ealmloff added enhancement New feature or request web relating to the web renderer for dioxus router Related to the router implementation labels Aug 30, 2023
@ealmloff ealmloff merged commit c8127e1 into DioxusLabs:master Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request router Related to the router implementation web relating to the web renderer for dioxus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants