Skip to content

URI issue #10

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

Open
beef9999 opened this issue Nov 29, 2015 · 0 comments
Open

URI issue #10

beef9999 opened this issue Nov 29, 2015 · 0 comments

Comments

@beef9999
Copy link

This program is good as a independent software, but unfortunately, doesn't meet the RFC standard.

https://www.ietf.org/rfc/rfc3986.txt
The URI's syntax is ^(([^:/?#]+):)?(//([^/?#]))?([^?#])(?([^#]))?(#(.))?
Which means ':' cannot appear between hostname and location.

I think the proper syntax is http+unix://%2Fpath%2Fto%2Fsocket.sock/some_location.

Of course this issue is still under debate on the Internet.

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

1 participant