Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: Implement enableDecodeURI for decode the url #16

Merged
merged 1 commit into from
Dec 25, 2023

Conversation

Renishgotecha
Copy link
Contributor

@Renishgotecha Renishgotecha commented Oct 18, 2023

Enabling decodeURI functionality

This pull request aims to enable the decodeURI functionality in the main repository. By merging this commit, users will be able to easily utilize decodeURI by setting the enableDecodeURI flag to true.

Here is an example of how to use this feature:

const app = new Elysia()
.use(staticPlugin({
  enableDecodeURI: true,
  alwaysStatic: false
}))

Once this commit is merged, users can take advantage of the decodeURI functionality by simply enabling the enableDecodeURI flag. This enhancement will provide greater flexibility and convenience to users working with the repository. Thank you for considering this pull request.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants