Skip to content

Added RESERVED_ENCODE_SET & STRICT_ENCODE_SET & more detailed docs. #358

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

Closed
wants to merge 1 commit into from

Conversation

golddranks
Copy link

@golddranks golddranks commented Jun 12, 2017

Added RESERVED_ENCODE_SET that corresponds to the set of reserved URL delimeter characters, and STRICT_ENCODE_SET that encodes everything expect unreserved characters. (As defined in the RFC 3986) Added more detailed descriptions to the existings sets.


This change is Reviewable

… delimeter characters, and STRICT_ENCODE_SET that encodes everything expect unreserved characters. Added more detailed descriptions to existings sets.
@golddranks
Copy link
Author

Resolves #353

@golddranks golddranks changed the title Added RESERVED_ENCODE_SET & STRICT_ENCODE_SET more detailed docs. Added RESERVED_ENCODE_SET & STRICT_ENCODE_SET & more detailed docs. Jun 12, 2017
@bors-servo
Copy link
Contributor

☔ The latest upstream changes (presumably #335) made this pull request unmergeable. Please resolve the merge conflicts.

@SimonSapin
Copy link
Member

I’m opposed to adding new encode sets just because they exist in some RFC. This is why the define_encode_set! macro exists: you can define them in your own crate if you need them.

Closing in favor of #355 for the rest of the changes.

@SimonSapin SimonSapin closed this Jun 13, 2017
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.

3 participants