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

Include ~ as unreserved character #74

Merged
merged 1 commit into from Nov 30, 2020

Conversation

valiant1x
Copy link
Contributor

The tilde is not currently included in unreserved characters. Escaping the tilde in paths is resulting in some errors when querying RFC compliant web servers.

2.3. Unreserved Characters
Characters that are allowed in a URI but do not have a reserved
purpose are called unreserved. These include uppercase and lowercase
letters, decimal digits, hyphen, period, underscore, and tilde.

 unreserved  = ALPHA / DIGIT / "-" / "." / "_" / "~"

https://tools.ietf.org/html/rfc3986#section-2.3

@valiant1x valiant1x changed the title Fix unreserved character compliance Include ~ as unreserved character Nov 30, 2020
@sigmavirus24 sigmavirus24 merged commit dba3ada into python-hyper:master Nov 30, 2020
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.

None yet

2 participants