JuliaWeb / JuliaWeb/URIParser.jl
Support punycode
Open
- Dominant language
- Julia
- Stars
- 17
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
I'm not sure about the details, but it might be nice to allow URIs of non-ASCII text (i.e. use `String` rather than `ASCIIString` in the type definition). The RFC is a bit vague on this. Perhaps it isn't technically allowed but it seems possible to encounter in the wild (e.g. ☃.net will resolve in a browser). On a practical level it's somewhat annoying to not be able to pass `UTF8String`s or `SubString`s thereof to methods in Requests.jl.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.