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

Allow to skip url parameter encoding for custom type #2452

Closed
fracz opened this issue Jan 11, 2016 · 1 comment
Closed

Allow to skip url parameter encoding for custom type #2452

fracz opened this issue Jan 11, 2016 · 1 comment
Milestone

Comments

@fracz
Copy link

fracz commented Jan 11, 2016

Currently, there is no way of using custom characters in URLs like proposed here (using for true and for false values). Every value is passed through encodeURIComponent() call here and there is no way to skip it. Custom types should have an ability to skip URL encoding when desired.

This is somehow related to #1119.

@nateabele
Copy link
Contributor

This is implemented with raw types in 1.0.

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

No branches or pull requests

3 participants