-
Notifications
You must be signed in to change notification settings - Fork 126
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
🧠 Logic: 🔗 implement uri_encoded/3
#355
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok that's a nice piece, well done 💪
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks 👍
🎉 This PR is included in version 5.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR implement #352.
Implementation has been more complicated than expected since RFC 3986 is not followed same on SWI-Prolog and Golang
net/url
implementation.I took the initiative to exactly follow the behavior of
SWI-Prolog
, which involved rewriting the escaping implementation. See in code comment for more explanation : https://github.com/okp4/okp4d/pull/355/files#diff-ee2d93b65d420c2dc3609a71543f8a871b44d84ea108dd36580a016d97676abdR38