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

Splitting out URI parsing into URIs.jl #605

Closed
c42f opened this issue Oct 12, 2020 · 1 comment · Fixed by #616
Closed

Splitting out URI parsing into URIs.jl #605

c42f opened this issue Oct 12, 2020 · 1 comment · Fixed by #616

Comments

@c42f
Copy link
Contributor

c42f commented Oct 12, 2020

Hi all,

As mentioned in JuliaWeb/URIParser.jl#71, I've extracted the code related to URI parsing into its own library so that it can be used independently from HTTP.jl

This has resulted in https://github.com/JuliaWeb/URIs.jl, where I've tried to keep all git history relevant to the parser. Also I've copied the attribution and license etc from HTTP.jl.

URIs.jl seems to work, but I thought I'd open this issue to make people aware of the split and to discuss further action we should take as it relates to HTTP.jl. Presumably HTTP should be made to depend on URIs to prevent the codebases from diverging.

Thoughts?

@quinnj
Copy link
Member

quinnj commented Oct 12, 2020

Yes, let's get URIs.jl package registered, and then we can remove the code from HTTP.jl and add the URIs.jl dependency. I'm looking at doing a 0.9 release in the next week or so and we can include these changes as a part of it.

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 a pull request may close this issue.

2 participants